From: Andrew Rodland Date: Fri, 21 Nov 2014 03:15:45 +0000 (-0500) Subject: Version 0.25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad36b2a195310524f8500515f1fad43dbb17c163;hp=b4e9a456061921becac3435db19cff6311a90445;p=catagits%2FFCGI-ProcManager.git Version 0.25 --- diff --git a/ChangeLog b/ChangeLog index aa408e6..2223ee8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +0.25 2014-11-20 Andrew Rodland * Notice errors writing out the PID file and abort. * Make sure that children get independent random numbers by calling srand() after fork. diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm index 95746a9..52619a4 100644 --- a/lib/FCGI/ProcManager.pm +++ b/lib/FCGI/ProcManager.pm @@ -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