You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by go...@apache.org on 2007/03/30 07:20:23 UTC

svn commit: r523946 - in /perl/Apache-SizeLimit/trunk: Changes RELEASE lib/Apache/SizeLimit.pm

Author: gozer
Date: Thu Mar 29 22:20:23 2007
New Revision: 523946

URL: http://svn.apache.org/viewvc?view=rev&rev=523946
Log:
start the 0.92 dev cycle

Modified:
    perl/Apache-SizeLimit/trunk/Changes
    perl/Apache-SizeLimit/trunk/RELEASE
    perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Modified: perl/Apache-SizeLimit/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Changes?view=diff&rev=523946&r1=523945&r2=523946
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Thu Mar 29 22:20:23 2007
@@ -6,6 +6,8 @@
 
 =over 6
 
+=item 0.92-dev
+
 =item 0.91 2007-03-29
 
 Fix Can't call method "child_terminate" on an undefined value

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?view=diff&rev=523946&r1=523945&r2=523946
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Thu Mar 29 22:20:23 2007
@@ -26,7 +26,7 @@
     a. login into https://pause.perl.org
     b. menu click: Select Mailinglist/Action
     c. choose APML and share_perms and click go
-    d. click 3.1 Make somebody else co-maintainer
+    d. click Make somebody else co-maintainer
     e. choose the modules to give the perms to
        type the username of the new co-maintainer
     f. if you happen to know that packages were added this release,
@@ -90,7 +90,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-SizeLimit 0.90
+  Subject: [ANNOUNCE] Apache-SizeLimit 0.92
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -102,7 +102,7 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 0.91-dev
+  =item 0.92-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
@@ -110,4 +110,4 @@
      $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
 
   d. commit Changes
-     % svn ci -m "start 0.91-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm
+     % svn ci -m "start 0.92-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?view=diff&rev=523946&r1=523945&r2=523946
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Thu Mar 29 22:20:23 2007
@@ -25,7 +25,7 @@
     $USE_SMAPS
 );
 
-$VERSION = '0.91';
+$VERSION = '0.92-dev';
 
 __PACKAGE__->set_check_interval(1);