Author: gozer
Date: Wed Jan 5 15:23:27 2005
New Revision: 124305
URL: http://svn.apache.org/viewcvs?view=rev&rev=124305
Log:
Start the 1.20 dev cycle
Modified:
httpd/test/trunk/perl-framework/Apache-Test/Changes
httpd/test/trunk/perl-framework/Apache-Test/RELEASE
httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm
Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Changes?view=diff&rev=124305&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=124304&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=124305
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Changes (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Changes Wed Jan 5 15:23:27 2005
@@ -6,6 +6,8 @@
=over 3
+=item 1.20-dev
+
=item 1.19 - January 5, 2005
Test for module.c instead of module.so for IfModule in
Modified: httpd/test/trunk/perl-framework/Apache-Test/RELEASE
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/RELEASE?view=diff&rev=124305&p1=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r1=124304&p2=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r2=124305
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/RELEASE (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/RELEASE Wed Jan 5 15:23:27 2005
@@ -47,7 +47,7 @@
5. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] Apache-Test 1.19
+ Subject: [ANNOUNCE] Apache-Test 1.21
include
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
@@ -59,13 +59,13 @@
b. edit ./Changes:
- start a new item with incremented version + '-dev'
- =item 1.20-dev
+ =item 1.21-dev
c. bump up version numbers in this file to make it easier to do the
next release.
- perl -pi -e 's/\.20/.21/g' RELEASE
- perl -pi -e 's/\.19/.20/g' RELEASE
+ perl -pi -e 's/\.21/.22/g' RELEASE
+ perl -pi -e 's/\.21/.21/g' RELEASE
now reload this file and bump up the last number of the first
command.
Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm?view=diff&rev=124305&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r1=124304&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r2=124305
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm Wed Jan 5 15:23:27 2005
@@ -23,7 +23,7 @@
use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
-$VERSION = '1.19';
+$VERSION = '1.20';
my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
need_module need_apache need_min_apache_version
|