[libfcgi-procmanager-perl] 05/05: Version 0.23

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


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

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

commit a7ce9ea3ab904c9db0d798591de849ff4f7a4aac
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Sep 27 14:55:44 2011 +0100

    Version 0.23
---
 ChangeLog               | 2 +-
 lib/FCGI/ProcManager.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 99d1f51..112bd79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-0.23
+0.23 2011-09-27 Tomas Doran  <bobtfish at bobtfish.net>
     * Fix pm_wait routine to exit without a warning
     * Fix pm_wait to correctly detect child processes which have died.
     * Fix to return SIGCHLD handler to it's default state in the
diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm
index 0bff7cf..868d1be 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.22';
+  $VERSION = '0.23';
   @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