gozer       2004/10/22 14:49:47

  Modified:    .        Changes RELEASE STATUS
               lib      mod_perl.pm
  Log:
  Start the 1.99_18-dev cycle
  
  Revision  Changes    Path
  1.516     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.515
  retrieving revision 1.516
  diff -u -r1.515 -r1.516
  --- Changes   22 Oct 2004 21:22:08 -0000      1.515
  +++ Changes   22 Oct 2004 21:49:46 -0000      1.516
  @@ -10,6 +10,8 @@
   
   =over 3
   
  +=item 1.99_18-dev
  +
   =item 1.99_17 - October 22, 2004
   
   Implement Apache->unescape_url_info in Apache::compat and drop it
  
  
  
  1.21      +27 -27    modperl-2.0/RELEASE
  
  Index: RELEASE
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/RELEASE,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- RELEASE   23 Aug 2004 06:06:36 -0000      1.20
  +++ RELEASE   22 Oct 2004 21:49:47 -0000      1.21
  @@ -1,7 +1,7 @@
   Instructions for mod_perl 2.0 Release Manager
   
   1. 'make dist' - to make sure nothing is missing from the manifest,
  -   etc. Now test this generated package mod_perl-1.99_17.tar.gz (not
  +   etc. Now test this generated package mod_perl-1.99_18.tar.gz (not
      the current build) with as many
      configurations as possible on as many platforms as possible,
      unpacking the package each time afresh.
  @@ -51,29 +51,29 @@
   
     g. test the final package again at least once
   
  -4. Release the package and update links (e.g. mod_perl-1.99_17.tar.gz)
  +4. Release the package and update links (e.g. mod_perl-1.99_18.tar.gz)
   
     a. upload to www.apache.org:/www/perl.apache.org/dist/
   
  -    % scp mod_perl-1.99_17.tar.gz www.apache.org:/www/perl.apache.org/dist/
  +    % scp mod_perl-1.99_18.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_17.tar.gz mod_perl-2.0-current.tar.gz
  -    % tar -xzvf mod_perl-1.99_17.tar.gz
  +    % ln -sf mod_perl-1.99_18.tar.gz mod_perl-2.0-current.tar.gz
  +    % tar -xzvf mod_perl-1.99_18.tar.gz
       % rm /www/perl.apache.org/dist/mod_perl-2.0-current
  -    % ln -sf mod_perl-1.99_17 mod_perl-2.0-current
  +    % ln -sf mod_perl-1.99_18 mod_perl-2.0-current
   
     c. archive older releases (keep current + one prior release)
   
  -    % mv /www/perl.apache.org/dist/mod_perl-1.99_15.tar.gz \
  +    % mv /www/perl.apache.org/dist/mod_perl-1.99_16.tar.gz \
            /www/perl.apache.org/dist/old
  -    % mv /www/perl.apache.org/dist/mod_perl-1.99_15.tar.gz.asc \
  +    % mv /www/perl.apache.org/dist/mod_perl-1.99_16.tar.gz.asc \
            /www/perl.apache.org/dist/old
  -    % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_15
  +    % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_16
   
     d. update the version and release date
        modperl-docs/src/download/index_top.html and commit. It'll be
  @@ -91,27 +91,27 @@
   
     a. sign your local copy of the tarball:
   
  -    % gpg --detach-sign --armor mod_perl-1.99_17.tar.gz
  +    % gpg --detach-sign --armor mod_perl-1.99_18.tar.gz
   
  -    % pgps -b --armor mod_perl-1.99_17.tar.gz
  +    % pgps -b --armor mod_perl-1.99_18.tar.gz
   
     b. upload the generated sig file to www.apache.org:
   
  -    % scp mod_perl-1.99_17.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/
  +    % scp mod_perl-1.99_18.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_17.tar.gz.asc
  -    % ln -sf mod_perl-1.99_17.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
  +    % chmod 0664 mod_perl-1.99_18.tar.gz.asc
  +    % ln -sf mod_perl-1.99_18.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:
   
  -    http://perl.apache.org/dist/mod_perl-1.99_17.tar.gz.asc
  -    http://perl.apache.org/dist/mod_perl-1.99_17.tar.gz
  +    http://perl.apache.org/dist/mod_perl-1.99_18.tar.gz.asc
  +    http://perl.apache.org/dist/mod_perl-1.99_18.tar.gz
   
  -    % gpg --verify mod_perl-1.99_17.tar.gz.asc
  +    % gpg --verify mod_perl-1.99_18.tar.gz.asc
   
  -    % pgpv mod_perl-1.99_17.tar.gz.asc
  +    % pgpv mod_perl-1.99_18.tar.gz.asc
   
     d. make sure that the files you just created are group rw so
        all the dist admins can make changes:
  @@ -125,10 +125,10 @@
     a. unpack the package, update symlinks to the tarball and unpacked distro:
   
      % cd /www/www.apache.org/dist/perl/
  -   % cp /www/perl.apache.org/dist/mod_perl-1.99_17.tar.gz* .
  -   % tar -xzvf mod_perl-1.99_17.tar.gz
  -   % mv mod_perl-1.99_15.tar.gz* /www/archive.apache.org/dist/perl/
  -   % rm -rf mod_perl-1.99_16
  +   % cp /www/perl.apache.org/dist/mod_perl-1.99_18.tar.gz* .
  +   % tar -xzvf mod_perl-1.99_18.tar.gz
  +   % mv mod_perl-1.99_16.tar.gz* /www/archive.apache.org/dist/perl/
  +   % rm -rf mod_perl-1.99_17
   
     b. make sure that the files you just created are group rw so
        all the dist admins can make changes:
  @@ -139,11 +139,11 @@
   8. Announce the package
   
     a. post ... to the modperl, announce lists
  -  Subject: [ANNOUNCE] mod_perl 1.99_17 
  +  Subject: [ANNOUNCE] mod_perl 1.99_18 
        include 
     - link at perl.apache.org:
  -    http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz
  -    http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (pgp sig)
  +    http://apache.org/dist/perl/mod_perl-1.99_18.tar.gz
  +    http://apache.org/dist/perl/mod_perl-1.99_18.tar.gz.asc (pgp sig)
     - MD5 sig (as it comes from CPAN upload announce).
     - the latest Changes
   
  @@ -154,17 +154,17 @@
     b. edit ./Changes:
        - start a new item with incremented version + '-dev'
   
  -  =item 1.99_18-dev
  +  =item 1.99_19-dev
   
     c. add a release entry in STATUS
   
     d. update this file versions to make it easy to copy-n-paste things
        on the next release:
   
  +   perl -pi -e 's/_19/_20/g' RELEASE
      perl -pi -e 's/_18/_19/g' RELEASE
      perl -pi -e 's/_17/_18/g' RELEASE
      perl -pi -e 's/_16/_17/g' RELEASE
  -   perl -pi -e 's/_15/_16/g' RELEASE
   
        now reload this file and bump up the last number of the first
        command.
  
  
  
  1.79      +2 -1      modperl-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- STATUS    23 Aug 2004 06:06:36 -0000      1.78
  +++ STATUS    22 Oct 2004 21:49:47 -0000      1.79
  @@ -4,6 +4,7 @@
   Release:
   --------
   
  +   1.99_17    : Released Oct 22, 2004
      1.99_16    : Released Aug 22, 2004
      1.99_15    : Released Aug 20, 2004
      1.99_14    : Released May 21, 2004
  
  
  
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_perl.pm       23 Aug 2004 06:06:36 -0000      1.19
  +++ mod_perl.pm       22 Oct 2004 21:49:47 -0000      1.20
  @@ -18,7 +18,7 @@
   use strict;
   
   BEGIN {
  -    our $VERSION = "1.9917";
  +    our $VERSION = "1.9918";
   }
   
   1;
  
  
  

Reply via email to