geoff 2004/05/21 11:29:51
Modified: perl-framework/Apache-Test Changes RELEASE
perl-framework/Apache-Test/lib/Apache Test.pm
Log:
start next cycle
Revision Changes Path
1.133 +2 -0 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- Changes 21 May 2004 17:43:38 -0000 1.132
+++ Changes 21 May 2004 18:29:51 -0000 1.133
@@ -6,6 +6,8 @@
=over 3
+=item 1.12-dev
+
=item 1.11 - May 21, 2004
if we fail to match the Apache revision (which is OK at the early
1.10 +3 -3 httpd-test/perl-framework/Apache-Test/RELEASE
Index: RELEASE
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/RELEASE,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- RELEASE 19 Apr 2004 02:38:58 -0000 1.9
+++ RELEASE 21 May 2004 18:29:51 -0000 1.10
@@ -47,7 +47,7 @@
5. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] Apache-Test 1.11
+ Subject: [ANNOUNCE] Apache-Test 1.12
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.12-dev
+ =item 1.13-dev
c. bump up version numbers in this file to make it easier to do the
next release.
+ perl -pi -e 's/\.13/.14/g' RELEASE
perl -pi -e 's/\.12/.13/g' RELEASE
- perl -pi -e 's/\.11/.12/g' RELEASE
now reload this file and bump up the last number of the first
command.
1.80 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- Test.pm 19 Apr 2004 02:38:58 -0000 1.79
+++ Test.pm 21 May 2004 18:29:51 -0000 1.80
@@ -36,7 +36,7 @@
%EXPORT_TAGS = (withtestmore => [EMAIL PROTECTED]);
-$VERSION = '1.11';
+$VERSION = '1.12';
%SubTests = ();
@SkipReasons = ();