X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=cfd54385fbe95fb68f1203ddd41d0fc405c49fc8;hb=f969c0660ebbf43a72456197871e6a18fc430c31;hp=05e61aeeb2d615353c24e6d5e3960e876b61de0f;hpb=356c720b0ed65c44cc6de733705c1a849c98bc12;p=catagits%2FFCGI-ProcManager.git diff --git a/ChangeLog b/ChangeLog index 05e61ae..cfd5438 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +0.23 + * 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 + pm_manage loop so that loading code which sets SIGCHLD to ignore + won't interfear with normal operation. + +0.22 2011-08-04 Tomas Doran + * Ship a version of FCGI::ProcManager::Constrainted which actually + works as advertised. + +0.21 2011-08-02 Tomas Doran + * Ship a working dist. + +0.20 2011-08-02 Gareth Kirwan + * ProcManager::Constrained: Add a new FCGI::ProcManager::Constrainted + subclass which will restart workers safely after a certain number of + requests, or at certain memory thresholds. + * ProcManager: Fix start_delay causing a permanent hang. + 0.19 2009-07-22 Gareth Kirwan * ProcManager.pm: Add a pm_title option to configure the process title