X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=0c47a95f7317296e3ba8bb28143af46d85091e81;hb=fca7461e4925c5bfe743878209b2576c6f029ed7;hp=c5102e4441f1b362456f1b74aeb2803b5b3fe6fd;hpb=69817330fbf326e9da8eae4f148bcc6a6eb8d014;p=catagits%2FFCGI-ProcManager.git diff --git a/ChangeLog b/ChangeLog index c5102e4..0c47a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +0.23 + * Fix pm_wait routine to exit without a warning + * Fix pm_wait to correctly detect child processes which have died. + +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.