gozer       2004/10/22 14:08:58

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  Start the 1.16 cycle
  
  Revision  Changes    Path
  1.183     +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.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- Changes   22 Oct 2004 20:59:37 -0000      1.182
  +++ Changes   22 Oct 2004 21:08:58 -0000      1.183
  @@ -6,6 +6,8 @@
   
   =over 3
   
  +=item 1.16-dev
  +
   =item 1.15 - October 22, 2004
   
   add new test_config make target, equivalent to t/TEST -conf,
  
  
  
  1.14      +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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- RELEASE   12 Oct 2004 12:32:34 -0000      1.13
  +++ RELEASE   22 Oct 2004 21:08:58 -0000      1.14
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.15
  +  Subject: [ANNOUNCE] Apache-Test 1.16
        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.16-dev
  +  =item 1.17-dev
   
     c. bump up version numbers in this file to make it easier to do the
        next release.
   
  +   perl -pi -e 's/\.17/.18/g' RELEASE
      perl -pi -e 's/\.16/.17/g' RELEASE
  -   perl -pi -e 's/\.15/.16/g' RELEASE
   
        now reload this file and bump up the last number of the first
        command.
  
  
  
  1.108     +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.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- Test.pm   21 Oct 2004 15:45:18 -0000      1.107
  +++ Test.pm   22 Oct 2004 21:08:58 -0000      1.108
  @@ -40,7 +40,7 @@
   
   %EXPORT_TAGS = (withtestmore => [EMAIL PROTECTED]);
   
  -$VERSION = '1.15';
  +$VERSION = '1.16';
   
   %SubTests = ();
   @SkipReasons = ();
  
  
  

Reply via email to