[libfcgi-procmanager-perl] 21/21: Version 0.21

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 18 21:29:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.21
in repository libfcgi-procmanager-perl.

commit 81d9a31bf1475c3eb9e0f0f70ccab8b05e397e0d
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Aug 2 18:17:55 2011 +0100

    Version 0.21
---
 ChangeLog               | 3 +++
 lib/FCGI/ProcManager.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5d79584..ac88ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.21 2011-08-02 Tomas Doran  <bobtfish at bobtfish.net>
+    * Ship a working dist.
+
 0.20 2011-08-02 Gareth Kirwan  <gbjk at cpan.org>
     * ProcManager::Constrained: Add a new FCGI::ProcManager::Constrainted
       subclass which will restart workers safely after a certain number of
diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm
index 3af3561..a6d79b6 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.20'; 
+  $VERSION = '0.21';
   @ISA = qw(Exporter);
   @EXPORT_OK = qw(pm_manage pm_die pm_wait
           pm_write_pid_file pm_remove_pid_file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfcgi-procmanager-perl.git



More information about the Pkg-perl-cvs-commits mailing list