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/03/09 02:21:32 UTC

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

stas        2004/03/08 17:21:32

  Modified:    perl-framework/Apache-Test Changes RELEASE
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  starting 1.10-dev cycle
  
  Revision  Changes    Path
  1.106     +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.105
  retrieving revision 1.106
  diff -u -u -r1.105 -r1.106
  --- Changes	8 Mar 2004 23:46:18 -0000	1.105
  +++ Changes	9 Mar 2004 01:21:32 -0000	1.106
  @@ -6,6 +6,9 @@
   
   =over 3
   
  +=item 1.10-dev
  +
  +
   =item 1.09 - March 8, 2004
   
   remove the dependency on APR::UUID (i.e. mod_perl 2.0) in the
  
  
  
  1.8       +5 -2      httpd-test/perl-framework/Apache-Test/RELEASE
  
  Index: RELEASE
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/RELEASE,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- RELEASE	25 Feb 2004 02:33:14 -0000	1.7
  +++ RELEASE	9 Mar 2004 01:21:32 -0000	1.8
  @@ -47,7 +47,7 @@
   5. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] Apache-Test 1.09
  +  Subject: [ANNOUNCE] Apache-Test 1.10
        include 
     - MD5 sig (as it comes from CPAN upload announce).
     - the latest Changes
  @@ -59,10 +59,13 @@
     b. edit ./Changes:
        - start a new item with incremented version + '-dev'
   
  -  =item 1.10-dev
  +  =item 1.11-dev
   
     c. bump up version numbers in this file to make it easier to do the
        next release.
  +
  +   perl -pi -e 's/\.11/.12/g' RELEASE
  +   perl -pi -e 's/\.10/.11/g' RELEASE
   
     d. commit Changes
        % cvs ci Changes RELEASE lib/Apache/Test.pm
  
  
  
  1.77      +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.76
  retrieving revision 1.77
  diff -u -u -r1.76 -r1.77
  --- Test.pm	4 Mar 2004 05:51:31 -0000	1.76
  +++ Test.pm	9 Mar 2004 01:21:32 -0000	1.77
  @@ -30,7 +30,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.09';
  +$VERSION = '1.10';
   
   %SubTests = ();
   @SkipReasons = ();