Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl-cvs

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

 

 

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded


phred at apache

Apr 2, 2012, 8:48 PM

Post #1 of 1 (207 views)
Permalink
svn commit: r1308665 - in /perl/Apache-SizeLimit/trunk: Changes lib/Apache/SizeLimit.pm lib/Apache/SizeLimit/Core.pm lib/Apache2/SizeLimit.pm

Author: phred
Date: Tue Apr 3 03:48:43 2012
New Revision: 1308665

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

Modified:
perl/Apache-SizeLimit/trunk/Changes
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=1308665&r1=1308664&r2=1308665&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Tue Apr 3 03:48:43 2012
@@ -6,7 +6,7 @@ Changes - Apache::SizeLimit change logfi

=over 6

-=item 0.97-dev
+=item 0.97 2012-04-02

Set the -apxs argument correctly when building from mod_perl.
[Steve Hay]

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=1308665&r1=1308664&r2=1308665&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Tue Apr 3 03:48:43 2012
@@ -26,7 +26,7 @@ use constant IS_WIN32 => $Config{'osname

use vars qw($VERSION);

-$VERSION = '0.97-dev';
+$VERSION = '0.97';

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=1308665&r1=1308664&r2=1308665&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm Tue Apr 3 03:48:43 2012
@@ -49,7 +49,7 @@ use vars qw(
$START_TIME
);

-$VERSION = '0.97-dev';
+$VERSION = '0.97-rc1';

$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=1308665&r1=1308664&r2=1308665&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Tue Apr 3 03:48:43 2012
@@ -34,7 +34,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.97-dev';
+our $VERSION = '0.97';

use Apache::SizeLimit::Core qw(
$MAX_PROCESS_SIZE

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.