From: Tomas Doran Date: Tue, 27 Sep 2011 13:55:44 +0000 (+0100) Subject: Version 0.23 X-Git-Tag: 0.23^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FFCGI-ProcManager.git;a=commitdiff_plain;h=a7ce9ea3ab904c9db0d798591de849ff4f7a4aac Version 0.23 --- diff --git a/ChangeLog b/ChangeLog index 99d1f51..112bd79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.23 +0.23 2011-09-27 Tomas Doran * Fix pm_wait routine to exit without a warning * Fix pm_wait to correctly detect child processes which have died. * Fix to return SIGCHLD handler to it's default state in the diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm index 0bff7cf..868d1be 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.22'; + $VERSION = '0.23'; @ISA = qw(Exporter); @EXPORT_OK = qw(pm_manage pm_die pm_wait pm_write_pid_file pm_remove_pid_file