stas        2004/04/18 19:38:58

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  start a new dev track: 1.11-dev
  
  Revision  Changes    Path
  1.126     +6 -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.125
  retrieving revision 1.126
  diff -u -u -r1.125 -r1.126
  --- Changes   19 Apr 2004 02:27:32 -0000      1.125
  +++ Changes   19 Apr 2004 02:38:58 -0000      1.126
  @@ -6,6 +6,12 @@
   
   =over 3
   
  +=item 1.11-dev
  +
  +
  +
  +
  +
   =item 1.10 - April 18, 2004
   
   Quote and escape the executables in the shell calls [Ken Coar, Stas]
  
  
  
  1.9       +6 -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.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- RELEASE   9 Mar 2004 01:21:32 -0000       1.8
  +++ RELEASE   19 Apr 2004 02:38:58 -0000      1.9
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.10
  +  Subject: [ANNOUNCE] Apache-Test 1.11
        include 
     - MD5 sig (as it comes from CPAN upload announce).
     - the latest Changes
  @@ -59,13 +59,16 @@
     b. edit ./Changes:
        - start a new item with incremented version + '-dev'
   
  -  =item 1.11-dev
  +  =item 1.12-dev
   
     c. bump up version numbers in this file to make it easier to do the
        next release.
   
  +   perl -pi -e 's/\.12/.13/g' RELEASE
      perl -pi -e 's/\.11/.12/g' RELEASE
  -   perl -pi -e 's/\.10/.11/g' RELEASE
  +
  +     now reload this file and bump up the last number of the first
  +     command.
   
     d. commit Changes
        % cvs ci Changes RELEASE lib/Apache/Test.pm
  
  
  
  1.79      +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.78
  retrieving revision 1.79
  diff -u -u -r1.78 -r1.79
  --- Test.pm   15 Apr 2004 13:17:02 -0000      1.78
  +++ Test.pm   19 Apr 2004 02:38:58 -0000      1.79
  @@ -36,7 +36,7 @@
   
   %EXPORT_TAGS = (withtestmore => [EMAIL PROTECTED]);
   
  -$VERSION = '1.10';
  +$VERSION = '1.11';
   
   %SubTests = ();
   @SkipReasons = ();
  
  
  

Reply via email to