X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=dd5929f8052c8092ab98c147d9a197cc91f7fa99;hb=3f9f126e85482e3710992a9c95b87d0352d19ae0;hp=cfd54385fbe95fb68f1203ddd41d0fc405c49fc8;hpb=f969c0660ebbf43a72456197871e6a18fc430c31;p=catagits%2FFCGI-ProcManager.git diff --git a/ChangeLog b/ChangeLog index cfd5438..dd5929f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,31 @@ -0.23 +0.27 2017-02-27 Andrew Rodland + * 2+ years seems like long enough for a trial release. + * No changes since 0.26_02. + +0.26_02 2014-11-27 Andrew Rodland + * Try again, with the OS name spelled properly. + +0.26_01 2014-11-26 Andrew Rodland + * Trial version of Win32 support + +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. + +0.24 2011-10-04 Tomas Doran + * Further fix to pm_wait routine to find the correct PID and remove it + (fixing logical error introduced in the last release), noted by Vadim + Dashkevich + * Document (somewhat) FCGI::ProcManager::Constrainted + +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 pm_manage loop so that loading code which sets SIGCHLD to ignore - won't interfear with normal operation. + won't interfere with normal operation. + * Add repository metadata. 0.22 2011-08-04 Tomas Doran * Ship a version of FCGI::ProcManager::Constrainted which actually