Version 0.27
[catagits/FCGI-ProcManager.git] / ChangeLog
index cfd5438..dd5929f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,31 @@
-0.23
+0.27 2017-02-27 Andrew Rodland <arodland@cpan.org>
+               * 2+ years seems like long enough for a trial release.
+               * No changes since 0.26_02.
+
+0.26_02 2014-11-27 Andrew Rodland <arodland@cpan.org>
+    * Try again, with the OS name spelled properly.
+
+0.26_01 2014-11-26 Andrew Rodland <arodland@cpan.org>
+    * Trial version of Win32 support
+
+0.25 2014-11-20 Andrew Rodland  <arodland@cpan.org>
+    * 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  <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