Version 0.21 0.21
Tomas Doran [Tue, 2 Aug 2011 17:17:55 +0000 (18:17 +0100)]
ChangeLog
lib/FCGI/ProcManager.pm

index 5d79584..ac88ad0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.21 2011-08-02 Tomas Doran  <bobtfish@bobtfish.net>
+    * Ship a working dist.
+
 0.20 2011-08-02 Gareth Kirwan  <gbjk@cpan.org>
     * ProcManager::Constrained: Add a new FCGI::ProcManager::Constrainted
       subclass which will restart workers safely after a certain number of
index 3af3561..a6d79b6 100644 (file)
@@ -13,7 +13,7 @@ use POSIX qw(:signal_h);
 
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS $Q $SIG_CODEREF);
 BEGIN {
-  $VERSION = '0.20'; 
+  $VERSION = '0.21';
   @ISA = qw(Exporter);
   @EXPORT_OK = qw(pm_manage pm_die pm_wait
           pm_write_pid_file pm_remove_pid_file