You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by pg...@apache.org on 2005/10/21 04:04:12 UTC

svn commit: r327074 - in /perl/Apache-Test/trunk: Changes RELEASE lib/Apache/Test.pm

Author: pgollucci
Date: Thu Oct 20 19:04:09 2005
New Revision: 327074

URL: http://svn.apache.org/viewcvs?rev=327074&view=rev
Log:
start 1.28-dev cycle

Modified:
    perl/Apache-Test/trunk/Changes
    perl/Apache-Test/trunk/RELEASE
    perl/Apache-Test/trunk/lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Changes?rev=327074&r1=327073&r2=327074&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Thu Oct 20 19:04:09 2005
@@ -6,6 +6,9 @@
 
 =over 3
 
+=item 1.28-dev
+
+
 =item 1.27 - October 20, 2005
 
 localize ScriptSock directive to always point to t/logs/cgisock

Modified: perl/Apache-Test/trunk/RELEASE
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/RELEASE?rev=327074&r1=327073&r2=327074&view=diff
==============================================================================
--- perl/Apache-Test/trunk/RELEASE (original)
+++ perl/Apache-Test/trunk/RELEASE Thu Oct 20 19:04:09 2005
@@ -4,7 +4,7 @@
    etc. Now test this generated package (not svn) with as many
    configurations as possible on as many platforms as possible.
    Note, in step 3a, removing the "-dev" line changes the package version
-   name.  i.e. (1.27-dev to 1.27)
+   name.  i.e. (1.28-dev to 1.28)
 
   a. nuke any preinstalled Apache-Test libs and run 'make test'
 
@@ -56,7 +56,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.27
+  Subject: [ANNOUNCE] Apache-Test 1.28
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -68,16 +68,16 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.28-dev
+  =item 1.29-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
-   perl -pi -e 's/\.28/.29/g' RELEASE
    perl -pi -e 's/\.27/.28/g' RELEASE
+   perl -pi -e 's/\.26/.27/g' RELEASE
 
      now reload this file and bump up the last number of the first
      command.
 
   d. commit Changes
-     % svn ci -m "start 1.27-dev cycle" Changes RELEASE lib/Apache/Test.pm
+     % svn ci -m "start 1.28-dev cycle" Changes RELEASE lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/Test.pm?rev=327074&r1=327073&r2=327074&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/Test.pm Thu Oct 20 19:04:09 2005
@@ -24,7 +24,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.27';
+$VERSION = '1.28';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version