Changelog and versions for 0.20
Gareth Kirwan [Tue, 2 Aug 2011 09:52:04 +0000 (10:52 +0100)]
Remove SVN files from MANIFEST.SKIP

ChangeLog
MANIFEST.SKIP
lib/FCGI/ProcManager.pm

index c5102e4..5d79584 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+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
       requests, or at certain memory thresholds.
index 87e192e..f3c7a7c 100644 (file)
@@ -1,4 +1 @@
-Entries
-Root
-Repository
 Makefile
index ec7c947..3af3561 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.19'; 
+  $VERSION = '0.20'; 
   @ISA = qw(Exporter);
   @EXPORT_OK = qw(pm_manage pm_die pm_wait
           pm_write_pid_file pm_remove_pid_file