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 ph...@apache.org on 2010/09/23 19:49:15 UTC

svn commit: r1000552 - in /perl/Apache-SizeLimit/trunk: Changes RELEASE lib/Apache/SizeLimit.pm lib/Apache/SizeLimit/Core.pm lib/Apache2/SizeLimit.pm

Author: phred
Date: Thu Sep 23 17:49:15 2010
New Revision: 1000552

URL: http://svn.apache.org/viewvc?rev=1000552&view=rev
Log:
0.92 release

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=1000552&r1=1000551&r2=1000552&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Thu Sep 23 17:49:15 2010
@@ -6,7 +6,7 @@ Changes - Apache::SizeLimit change logfi
 
 =over 6
 
-=item 0.92-dev
+=item 0.92 2010-09-23
 
 Export USE_SMAPS, VERSION, and REQUEST_COUNT to Apache::SizeLimit
 from Apache::SizeLimit::Core.

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=1000552&r1=1000551&r2=1000552&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Thu Sep 23 17:49:15 2010
@@ -81,7 +81,7 @@ TODO:
    package to be released
 
   a. edit ./Changes:
-     - remove -rc\d+
+     - remove -rc\d+ (also remove this from modules)
      - add release date
 
   b. rerun:
@@ -89,8 +89,8 @@ TODO:
      make sure tag looks right
      % make -n tag
 
-  c. commit Changes
-     % svn ci Changes
+  c. commit Changes and modules
+     % svn ci Changes lib/
 
   d. tag
      % make tag

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=1000552&r1=1000551&r2=1000552&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Thu Sep 23 17:49:15 2010
@@ -24,7 +24,7 @@ use constant IS_WIN32 => $Config{'osname
 
 use vars qw($VERSION);
 
-$VERSION = '0.91-dev';
+$VERSION = '0.92';
 
 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=1000552&r1=1000551&r2=1000552&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:49:15 2010
@@ -48,7 +48,7 @@ use vars qw(
                 $START_TIME
                );
 
-$VERSION = '0.91-dev';
+$VERSION = '0.92';
 
 $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=1000552&r1=1000551&r2=1000552&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Thu Sep 23 17:49:15 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.91-dev';
+our $VERSION = '0.92';
 
 use Apache::SizeLimit::Core qw(
                              $MAX_PROCESS_SIZE