(RT87664) Minor typo: Re-enstate -> Reinstate
[catagits/FCGI-ProcManager.git] / ChangeLog
index cfd5438..032cc56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
-0.23
+    * Notice errors writing out the PID file and abort.
+
+0.24 2011-10-04 Tomas Doran  <bobtfish@bobtfish.net>
+    * 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  <bobtfish@bobtfish.net>
     * 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  <bobtfish@bobtfish.net>
     * Ship a version of FCGI::ProcManager::Constrainted which actually