[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl-cvs
Subject:    svn commit: r1000554 - in /perl/Apache-SizeLimit/trunk: Changes RELEASE
From:       phred () apache ! org
Date:       2010-09-23 17:57:21
Message-ID: 20100923175721.332E72388999 () eris ! apache ! org
[Download RAW message or body]

Author: phred
Date: Thu Sep 23 17:57:20 2010
New Revision: 1000554

URL: http://svn.apache.org/viewvc?rev=1000554&view=rev
Log:
start 0.93-dev cycle

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

Modified: perl/Apache-SizeLimit/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Changes?rev=1000554&r1=1000553&r2=1000554&view=diff
 ==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Thu Sep 23 17:57:20 2010
@@ -6,6 +6,10 @@ Changes - Apache::SizeLimit change logfi
 
 =over 6
 
+=item 0.93-dev
+
+
+
 =item 0.92 2010-09-23
 
 Export USE_SMAPS, VERSION, and REQUEST_COUNT to Apache::SizeLimit

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=1000554&r1=1000553&r2=1000554&view=diff
 ==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Thu Sep 23 17:57:20 2010
@@ -26,7 +26,7 @@ Instructions for Apache-SizeLimit Releas
     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 3.2 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,
@@ -47,7 +47,7 @@ TODO:
 
   a. edit ./Changes:
      - find lib -type f \( -name "*.pm" -o -name "Changes" \) | \
-         xargs perl -pi -e 's,0.91-dev,0.92-rc1,g'
+         xargs perl -pi -e 's,0.92-dev,0.93-rc1,g'
 
      - don't commit these (see dev@ archives)
 
@@ -66,16 +66,16 @@ TODO:
      o dev/perl.apache.org
      o modperl/perl.apache.org
 
-  Subject: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC\d+
+  Subject: [RELEASE CANDIDATE] Apache-SizeLimit 0.93 RC\d+
 
    (or maybe longer to give most people a chance to catch up). no need
    to tag this package
 
   a. if problems are detected during stage 2, repeat stages 1 and 2.
 
-  $ md5 Apache-SizeLimit-0.92-rc1.tar.gz > Apache-SizeLimit-0.92-rc1.tar.gz.md5
-  $ sha256 Apache-SizeLimit-0.92-rc1.tar.gz > \
                Apache-SizeLimit-0.92-rc1.tar.gz.sha256
-  $ gpg --detach-sign --armor Apache-SizeLimit-0.92-rc1.tar.gz
+  $ md5 Apache-SizeLimit-0.93-rc1.tar.gz > Apache-SizeLimit-0.93-rc1.tar.gz.md5
+  $ sha256 Apache-SizeLimit-0.93-rc1.tar.gz > \
Apache-SizeLimit-0.93-rc1.tar.gz.sha256 +  $ gpg --detach-sign --armor \
Apache-SizeLimit-0.93-rc1.tar.gz  
 3. when the package has been reported to be good, prepare a new
    package to be released
@@ -105,7 +105,7 @@ TODO:
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-SizeLimit 0.92
+  Subject: [ANNOUNCE] Apache-SizeLimit 0.93
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -117,7 +117,7 @@ TODO:
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 0.93-dev
+  =item 0.94-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
@@ -125,4 +125,4 @@ TODO:
      $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
 
   d. commit Changes
-     % svn ci -m "start 0.93-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm
+     % svn ci -m "start 0.94-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm \
lib/Apache2/SizeLimit.pm lib/Apache/SizeLimit/Core.pm

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=1000554&r1=1000553&r2=1000554&view=diff
 ==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Thu Sep 23 17:57:20 2010
@@ -24,7 +24,7 @@ use constant IS_WIN32 => $Config{'osname
 
 use vars qw($VERSION);
 
-$VERSION = '0.92';
+$VERSION = '0.93-dev';
 
 use Apache::SizeLimit::Core qw(
                              $MAX_PROCESS_SIZE

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm?rev=1000554&r1=1000553&r2=1000554&view=diff
 ==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm Thu Sep 23 17:57:20 2010
@@ -48,7 +48,7 @@ use vars qw(
                 $START_TIME
                );
 
-$VERSION = '0.92';
+$VERSION = '0.93-dev';
 
 $REQUEST_COUNT          = 1;
 

Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm?rev=1000554&r1=1000553&r2=1000554&view=diff
 ==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Thu Sep 23 17:57:20 2010
@@ -32,7 +32,7 @@ die "Apache2::SizeLimit at the moment wo
 use constant IS_WIN32 => $Config{'osname'} eq 'MSWin32' ? 1 : 0;
 
 # 2.x requires 5.6.x+ so 'our' is okay
-our $VERSION = '0.92';
+our $VERSION = '0.93-dev';
 
 use Apache::SizeLimit::Core qw(
                              $MAX_PROCESS_SIZE


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic