You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ge...@apache.org on 2004/10/12 14:32:34 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

geoff       2004/10/12 05:32:34

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  bump
  
  Revision  Changes    Path
  1.174     +5 -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.173
  retrieving revision 1.174
  diff -u -r1.173 -r1.174
  --- Changes	12 Oct 2004 12:24:31 -0000	1.173
  +++ Changes	12 Oct 2004 12:32:34 -0000	1.174
  @@ -6,6 +6,11 @@
   
   =over 3
   
  +=item 1.15-dev
  +
  +
  +
  +
   =item 1.14 - October 12, 2004
   
   improve the same_interpreter framework to handle response failures
  
  
  
  1.13      +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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RELEASE	20 Aug 2004 18:25:53 -0000	1.12
  +++ RELEASE	12 Oct 2004 12:32:34 -0000	1.13
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.14
  +  Subject: [ANNOUNCE] Apache-Test 1.15
        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.15-dev
  +  =item 1.16-dev
   
     c. bump up version numbers in this file to make it easier to do the
        next release.
   
  +   perl -pi -e 's/\.16/.17/g' RELEASE
      perl -pi -e 's/\.15/.16/g' RELEASE
  -   perl -pi -e 's/\.14/.15/g' RELEASE
   
        now reload this file and bump up the last number of the first
        command.
  
  
  
  1.103     +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.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- Test.pm	28 Sep 2004 23:25:21 -0000	1.102
  +++ Test.pm	12 Oct 2004 12:32:34 -0000	1.103
  @@ -41,7 +41,7 @@
   
   %EXPORT_TAGS = (withtestmore => \@test_more_exports);
   
  -$VERSION = '1.14';
  +$VERSION = '1.15';
   
   %SubTests = ();
   @SkipReasons = ();