Author: pgollucci
Date: Sat Jun 24 00:46:29 2006
New Revision: 416882
URL: http://svn.apache.org/viewvc?rev=416882&view=rev
Log:
up version to 0.06 to avoid conflicts with mp1/mp2
Modified:
perl/Apache-SizeLimit/trunk/Changes
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?rev=416882&r1=416881&r2=416882&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Sat Jun 24 00:46:29 2006
@@ -4,9 +4,9 @@
=head1 CHANGES
-=over 2
+=over 6
-=item 0.04-dev
+=item 0.06-dev
Copied from the mod_perl 1 core for an independent CPAN release.
[Philip M. Gollucci <[EMAIL PROTECTED]>]
@@ -30,6 +30,14 @@
Deprecated direct use of globals to set memory limits.
[Dave Rolsky <[EMAIL PROTECTED]>
+
+=item 0.05 mp2 core / not released
+
+=item 0.04 not released
+
+=item 0.03 not released
+
+=item 0.02 not released
=item 0.01 Fri Jun 23 22:46:53 2006
original version; created by h2xs 1.23 with options
Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL:
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=416882&r1=416881&r2=416882&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Sat Jun 24 00:46:29 2006
@@ -15,7 +15,7 @@
$USE_SMAPS
);
-$VERSION = '0.04';
+$VERSION = '0.06';
$CHECK_EVERY_N_REQUESTS = 1;
$REQUEST_COUNT = 1;
$MAX_PROCESS_SIZE = 0;
@@ -561,7 +561,7 @@
<[EMAIL PROTECTED]>: Win32 support
Dave Rolsky <[EMAIL PROTECTED]>, maintenance and fixes outside of
-mod_perl tree (0.04+).
+mod_perl tree (0.06).
=cut