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/11/10 01:30:51 UTC

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

geoff       2004/11/09 16:30:51

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  bump
  
  Revision  Changes    Path
  1.193     +3 -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.192
  retrieving revision 1.193
  diff -u -r1.192 -r1.193
  --- Changes	10 Nov 2004 00:26:08 -0000	1.192
  +++ Changes	10 Nov 2004 00:30:51 -0000	1.193
  @@ -6,6 +6,9 @@
   
   =over 3
   
  +=item 1.17-dev
  +
  +
   =item 1.16 - November 9, 2004
   
   launder the require()d custom config filename to make -T happy
  
  
  
  1.15      +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RELEASE	22 Oct 2004 21:08:58 -0000	1.14
  +++ RELEASE	10 Nov 2004 00:30:51 -0000	1.15
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.16
  +  Subject: [ANNOUNCE] Apache-Test 1.17
        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.17-dev
  +  =item 1.18-dev
   
     c. bump up version numbers in this file to make it easier to do the
        next release.
   
  +   perl -pi -e 's/\.18/.18/g' RELEASE
      perl -pi -e 's/\.17/.18/g' RELEASE
  -   perl -pi -e 's/\.16/.17/g' RELEASE
   
        now reload this file and bump up the last number of the first
        command.
  
  
  
  1.109     +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.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- Test.pm	22 Oct 2004 21:08:58 -0000	1.108
  +++ Test.pm	10 Nov 2004 00:30:51 -0000	1.109
  @@ -40,7 +40,7 @@
   
   %EXPORT_TAGS = (withtestmore => \@test_more_exports);
   
  -$VERSION = '1.16';
  +$VERSION = '1.17';
   
   %SubTests = ();
   @SkipReasons = ();