stas        2004/08/20 11:25:53

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  start the 1.14 dev cycle
  
  Revision  Changes    Path
  1.158     +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.157
  retrieving revision 1.158
  diff -u -u -r1.157 -r1.158
  --- Changes   20 Aug 2004 18:18:41 -0000      1.157
  +++ Changes   20 Aug 2004 18:25:53 -0000      1.158
  @@ -6,6 +6,12 @@
   
   =over 3
   
  +=item 1.14-dev
  +
  +
  +
  +
  +
   =item 1.13 - Aug 20, 2004
   
   move the custom config code into Apache::TestConfig, split the config
  
  
  
  1.12      +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.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- RELEASE   28 Jun 2004 16:53:34 -0000      1.11
  +++ RELEASE   20 Aug 2004 18:25:53 -0000      1.12
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.13
  +  Subject: [ANNOUNCE] Apache-Test 1.14
        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.14-dev
  +  =item 1.15-dev
   
     c. bump up version numbers in this file to make it easier to do the
        next release.
   
  +   perl -pi -e 's/\.15/.16/g' RELEASE
      perl -pi -e 's/\.14/.15/g' RELEASE
  -   perl -pi -e 's/\.13/.14/g' RELEASE
   
        now reload this file and bump up the last number of the first
        command.
  
  
  
  1.100     +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.99
  retrieving revision 1.100
  diff -u -u -r1.99 -r1.100
  --- Test.pm   19 Aug 2004 03:09:46 -0000      1.99
  +++ Test.pm   20 Aug 2004 18:25:53 -0000      1.100
  @@ -41,7 +41,7 @@
   
   %EXPORT_TAGS = (withtestmore => [EMAIL PROTECTED]);
   
  -$VERSION = '1.13';
  +$VERSION = '1.14';
   
   %SubTests = ();
   @SkipReasons = ();
  
  
  

Reply via email to