[libfcgi-procmanager-perl] 04/04: Version 0.22

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


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

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

commit 24cf08e5e8e1714926f93ba576fe87d98ef79d51
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Aug 4 16:19:55 2011 +0100

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

diff --git a/ChangeLog b/ChangeLog
index ac88ad0..10c41fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.22 2011-08-04 Tomas Doran  <bobtfish at bobtfish.net>
+    * Ship a version of FCGI::ProcManager::Constrainted which actually
+      works as advertised.
+
 0.21 2011-08-02 Tomas Doran  <bobtfish at bobtfish.net>
     * Ship a working dist.
 
diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm
index a6d79b6..bd4dab8 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.21';
+  $VERSION = '0.22';
   @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