You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/03/09 02:26:23 UTC

cvs commit: modperl-2.0/lib mod_perl.pm

stas        2004/03/08 17:26:23

  Modified:    .        Changes STATUS RELEASE
               lib      mod_perl.pm
  Log:
  starting 1.99_14-dev cycle
  
  Revision  Changes    Path
  1.345     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.344
  retrieving revision 1.345
  diff -u -u -r1.344 -r1.345
  --- Changes	9 Mar 2004 00:18:56 -0000	1.344
  +++ Changes	9 Mar 2004 01:26:23 -0000	1.345
  @@ -10,6 +10,8 @@
   
   =over 3
   
  +=item 1.99_14-dev
  +
   =item 1.99_13 - March 8, 2004
   
   respect $ENV{APACHE_TEST_STARTUP_TIMEOUT} settings if any [Stas]
  
  
  
  1.75      +2 -1      modperl-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -u -r1.74 -r1.75
  --- STATUS	22 Dec 2003 20:16:44 -0000	1.74
  +++ STATUS	9 Mar 2004 01:26:23 -0000	1.75
  @@ -4,6 +4,7 @@
   Release:
   --------
   
  +   1.99_13    : Released Mar 08, 2004
      1.99_12    : Released Dec 22, 2003
      1.99_11    : Released Nov 10, 2003
      1.99_10    : Released Sep 30, 2003
  
  
  
  1.13      +35 -26    modperl-2.0/RELEASE
  
  Index: RELEASE
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/RELEASE,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- RELEASE	22 Dec 2003 20:26:51 -0000	1.12
  +++ RELEASE	9 Mar 2004 01:26:23 -0000	1.13
  @@ -42,27 +42,29 @@
   
     f. test the final package again at least once
   
  -4. Release the package and update links (e.g. mod_perl-1.99_13.tar.gz)
  +4. Release the package and update links (e.g. mod_perl-1.99_14.tar.gz)
   
     a. upload to www.apache.org:/www/perl.apache.org/dist/
   
  +    % scp mod_perl-1.99_14.tar.gz www.apache.org:/www/perl.apache.org/dist/
  +
     b. ssh to www.apache.org, unpack the package, update symlinks to the
        tar ball and unpacked distro:
   
       % ssh www.apache.org
       % cd /www/perl.apache.org/dist/
  -    % ln -sf mod_perl-1.99_13.tar.gz mod_perl-2.0-current.tar.gz
  -    % tar -xzvf mod_perl-1.99_13.tar.gz
  +    % ln -sf mod_perl-1.99_14.tar.gz mod_perl-2.0-current.tar.gz
  +    % tar -xzvf mod_perl-1.99_14.tar.gz
       % rm /www/perl.apache.org/dist/mod_perl-2.0-current
  -    % ln -sf mod_perl-1.99_13 mod_perl-2.0-current
  +    % ln -sf mod_perl-1.99_14 mod_perl-2.0-current
   
     c. archive older releases (keep current + one prior release)
   
  -    % mv /www/perl.apache.org/dist/mod_perl-1.99_11.tar.gz \
  +    % mv /www/perl.apache.org/dist/mod_perl-1.99_12.tar.gz \
            /www/perl.apache.org/dist/old
  -    % mv /www/perl.apache.org/dist/mod_perl-1.99_11.tar.gz.asc \
  +    % mv /www/perl.apache.org/dist/mod_perl-1.99_12.tar.gz.asc \
            /www/perl.apache.org/dist/old
  -    % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_11
  +    % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_12
   
     d. update the version and release date
        modperl-docs/src/download/index_top.html and commit. It'll be
  @@ -80,24 +82,24 @@
   
     a. sign your local copy of the tarball:
   
  -    % gpg --detach-sign --armor mod_perl-1.99_13.tar.gz
  +    % gpg --detach-sign --armor mod_perl-1.99_14.tar.gz
   
  -    % pgps -b --armor mod_perl-1.99_13.tar.gz
  +    % pgps -b --armor mod_perl-1.99_14.tar.gz
   
     b. upload the generated sig file to www.apache.org:
   
  -    % scp mod_perl-1.99_13.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/
  +    % scp mod_perl-1.99_14.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/
       % ssh www.apache.org
       % cd /www/perl.apache.org/dist/
  -    % chmod 0664 mod_perl-1.99_13.tar.gz.asc
  -    % ln -sf mod_perl-1.99_13.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
  +    % chmod 0664 mod_perl-1.99_14.tar.gz.asc
  +    % ln -sf mod_perl-1.99_14.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
   
     c. ask one of the other developers to double check the signature file
        and tarball: download both files and verify the signature:
   
  -    % gpg --verify mod_perl-1.99_13.tar.gz.asc
  +    % gpg --verify mod_perl-1.99_14.tar.gz.asc
   
  -    % pgpv mod_perl-1.99_13.tar.gz.asc
  +    % pgpv mod_perl-1.99_14.tar.gz.asc
   
     d. make sure that the files you just created are group rw so
        all the dist admins can make changes:
  @@ -109,16 +111,19 @@
      and archive the old package under /www/archive.apache.org/dist/perl/
   
      % cd /www/www.apache.org/dist/perl/
  -   % cp /www/perl.apache.org/dist/mod_perl-1.99_13.tar.gz* .
  -   % tar -xzvf mod_perl-1.99_13.tar.gz
  -   % mv mod_perl-1.99_11.tar.gz* /www/archive.apache.org/dist/perl/
  -   % rm -rf mod_perl-1.99_12
  +   % cp /www/perl.apache.org/dist/mod_perl-1.99_14.tar.gz* .
  +   % tar -xzvf mod_perl-1.99_14.tar.gz
  +   % mv mod_perl-1.99_12.tar.gz* /www/archive.apache.org/dist/perl/
  +   % rm -rf mod_perl-1.99_13
   
   8. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] mod_perl 1.99_13 
  +  Subject: [ANNOUNCE] mod_perl 1.99_14 
        include 
  +  - link at perl.apache.org:
  +    http://apache.org/dist/perl/mod_perl-1.99_14.tar.gz
  +    http://apache.org/dist/perl/mod_perl-1.99_14.tar.gz.asc (pgp sig)
     - MD5 sig (as it comes from CPAN upload announce).
     - the latest Changes
   
  @@ -129,18 +134,22 @@
     b. edit ./Changes:
        - start a new item with incremented version + '-dev'
   
  -  =item 1.99_14-dev
  -
  -  c. commit Changes
  -     % cvs ci Changes lib/mod_perl.pm
  +  =item 1.99_15-dev
   
  -  d. add a release entry in STATUS and commit
  +  c. add a release entry in STATUS and commit
        % cvs ci STATUS
   
  -  e. update this file versions to make it easy to copy-n-paste things
  +  d. update this file versions to make it easy to copy-n-paste things
        on 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
      perl -pi -e 's/_12/_13/g' RELEASE
  -   perl -pi -e 's/_11/_12/g' RELEASE;
  +
  +     now bump up the last number of the first command.
  +
  +  e. commit the changed files
  +
  +     % cvs ci Changes lib/mod_perl.pm STATUS RELEASE
  +
  
  
  
  1.16      +1 -1      modperl-2.0/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/mod_perl.pm,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -u -r1.15 -r1.16
  --- mod_perl.pm	4 Mar 2004 06:01:05 -0000	1.15
  +++ mod_perl.pm	9 Mar 2004 01:26:23 -0000	1.16
  @@ -18,7 +18,7 @@
   use strict;
   
   BEGIN {
  -    our $VERSION = "1.9913";
  +    our $VERSION = "1.9914";
   }
   
   1;