[libfcgi-procmanager-perl] 19/21: Changelog and versions for 0.20 Remove SVN files from MANIFEST.SKIP

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 8f6956a68b0e39ad6ded6f536730297663835c91
Author: Gareth Kirwan <gbjk at thermeon.com>
Date:   Tue Aug 2 10:52:04 2011 +0100

    Changelog and versions for 0.20
    Remove SVN files from MANIFEST.SKIP
---
 ChangeLog               | 1 +
 MANIFEST.SKIP           | 3 ---
 lib/FCGI/ProcManager.pm | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

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  <gbjk at 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.
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

-- 
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