Version 0.25
Andrew Rodland [Fri, 21 Nov 2014 03:15:45 +0000 (22:15 -0500)]
ChangeLog
lib/FCGI/ProcManager.pm

index aa408e6..2223ee8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+0.25 2014-11-20 Andrew Rodland  <arodland@cpan.org>
     * Notice errors writing out the PID file and abort.
     * Make sure that children get independent random numbers by calling
       srand() after fork.
index 95746a9..52619a4 100644 (file)
@@ -13,7 +13,7 @@ use POSIX qw(:signal_h);
 
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS $Q $SIG_CODEREF);
 BEGIN {
-  $VERSION = '0.24';
+  $VERSION = '0.25';
   @ISA = qw(Exporter);
   @EXPORT_OK = qw(pm_manage pm_die pm_wait
           pm_write_pid_file pm_remove_pid_file