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 st...@apache.org on 2004/02/25 03:33:14 UTC

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

stas        2004/02/24 18:33:14

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  start the 1.09-dev cycle
  
  Revision  Changes    Path
  1.96      +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.95
  retrieving revision 1.96
  diff -u -u -r1.95 -r1.96
  --- Changes	25 Feb 2004 02:27:33 -0000	1.95
  +++ Changes	25 Feb 2004 02:33:14 -0000	1.96
  @@ -6,6 +6,9 @@
   
   =over 3
   
  +=item 1.09-dev
  +
  +
   =item 1.08 - February 24, 2004
   
   Instead of hard-coding listen directive to 127.0.0.1, use the server
  
  
  
  1.7       +7 -4      httpd-test/perl-framework/Apache-Test/RELEASE
  
  Index: RELEASE
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/RELEASE,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- RELEASE	22 Dec 2003 20:27:09 -0000	1.6
  +++ RELEASE	25 Feb 2004 02:33:14 -0000	1.7
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.08
  +  Subject: [ANNOUNCE] Apache-Test 1.09
        include 
     - MD5 sig (as it comes from CPAN upload announce).
     - the latest Changes
  @@ -59,7 +59,10 @@
     b. edit ./Changes:
        - start a new item with incremented version + '-dev'
   
  -  =item 1.09-dev
  +  =item 1.10-dev
   
  -  c. commit Changes
  -     % cvs ci Changes lib/Apache/Test.pm
  +  c. bump up version numbers in this file to make it easier to do the
  +     next release.
  +
  +  d. commit Changes
  +     % cvs ci Changes RELEASE lib/Apache/Test.pm
  
  
  
  1.75      +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.74
  retrieving revision 1.75
  diff -u -u -r1.74 -r1.75
  --- Test.pm	30 Jan 2004 00:06:42 -0000	1.74
  +++ Test.pm	25 Feb 2004 02:33:14 -0000	1.75
  @@ -16,7 +16,7 @@
                have_min_apache_version have_apache_version have_perl 
                have_min_perl_version have_min_module_version
                have_threads under_construction have_apache_mpm);
  -$VERSION = '1.08';
  +$VERSION = '1.09';
   
   %SubTests = ();
   @SkipReasons = ();