From: Gareth Kirwan Date: Tue, 2 Aug 2011 09:52:04 +0000 (+0100) Subject: Changelog and versions for 0.20 X-Git-Tag: 0.21~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FFCGI-ProcManager.git;a=commitdiff_plain;h=8f6956a68b0e39ad6ded6f536730297663835c91 Changelog and versions for 0.20 Remove SVN files from MANIFEST.SKIP --- diff --git a/ChangeLog b/ChangeLog index c5102e4..5d79584 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +0.20 2011-08-02 Gareth Kirwan * 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. diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 87e192e..f3c7a7c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,4 +1 @@ -Entries -Root -Repository Makefile diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm index ec7c947..3af3561 100644 --- a/lib/FCGI/ProcManager.pm +++ b/lib/FCGI/ProcManager.pm @@ -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