stas 2004/08/22 23:06:36
Modified: . Changes STATUS RELEASE lib mod_perl.pm Log: start 1.99_17-dev cycle Revision Changes Path 1.463 +5 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.462 retrieving revision 1.463 diff -u -u -r1.462 -r1.463 --- Changes 23 Aug 2004 05:45:23 -0000 1.462 +++ Changes 23 Aug 2004 06:06:36 -0000 1.463 @@ -10,6 +10,11 @@ =over 3 +=item 1.99_17-dev + + + + =item 1.99_16 - Aug 22, 2004 Fix a compilation problem breaking 1.99_15 (sv_copypv was added in 1.78 +2 -1 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.77 retrieving revision 1.78 diff -u -u -r1.77 -r1.78 --- STATUS 20 Aug 2004 18:42:34 -0000 1.77 +++ STATUS 23 Aug 2004 06:06:36 -0000 1.78 @@ -4,6 +4,7 @@ Release: -------- + 1.99_16 : Released Aug 22, 2004 1.99_15 : Released Aug 20, 2004 1.99_14 : Released May 21, 2004 1.99_13 : Released Mar 08, 2004 1.20 +30 -30 modperl-2.0/RELEASE Index: RELEASE =================================================================== RCS file: /home/cvs/modperl-2.0/RELEASE,v retrieving revision 1.19 retrieving revision 1.20 diff -u -u -r1.19 -r1.20 --- RELEASE 20 Aug 2004 18:44:03 -0000 1.19 +++ RELEASE 23 Aug 2004 06:06:36 -0000 1.20 @@ -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_16.tar.gz (not + etc. Now test this generated package mod_perl-1.99_17.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_16.tar.gz) +4. Release the package and update links (e.g. mod_perl-1.99_17.tar.gz) a. upload to www.apache.org:/www/perl.apache.org/dist/ - % scp mod_perl-1.99_16.tar.gz www.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-1.99_17.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_16.tar.gz mod_perl-2.0-current.tar.gz - % tar -xzvf mod_perl-1.99_16.tar.gz + % 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 % rm /www/perl.apache.org/dist/mod_perl-2.0-current - % ln -sf mod_perl-1.99_16 mod_perl-2.0-current + % ln -sf mod_perl-1.99_17 mod_perl-2.0-current c. archive older releases (keep current + one prior release) - % mv /www/perl.apache.org/dist/mod_perl-1.99_14.tar.gz \ + % mv /www/perl.apache.org/dist/mod_perl-1.99_15.tar.gz \ /www/perl.apache.org/dist/old - % mv /www/perl.apache.org/dist/mod_perl-1.99_14.tar.gz.asc \ + % mv /www/perl.apache.org/dist/mod_perl-1.99_15.tar.gz.asc \ /www/perl.apache.org/dist/old - % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_14 + % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_15 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_16.tar.gz + % gpg --detach-sign --armor mod_perl-1.99_17.tar.gz - % pgps -b --armor mod_perl-1.99_16.tar.gz + % pgps -b --armor mod_perl-1.99_17.tar.gz b. upload the generated sig file to www.apache.org: - % scp mod_perl-1.99_16.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-1.99_17.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_16.tar.gz.asc - % ln -sf mod_perl-1.99_16.tar.gz.asc mod_perl-2.0-current.tar.gz.asc + % 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 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_16.tar.gz.asc - http://perl.apache.org/dist/mod_perl-1.99_16.tar.gz + 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 - % gpg --verify mod_perl-1.99_16.tar.gz.asc + % gpg --verify mod_perl-1.99_17.tar.gz.asc - % pgpv mod_perl-1.99_16.tar.gz.asc + % pgpv mod_perl-1.99_17.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_16.tar.gz* . - % tar -xzvf mod_perl-1.99_16.tar.gz - % mv mod_perl-1.99_14.tar.gz* /www/archive.apache.org/dist/perl/ - % rm -rf mod_perl-1.99_15 + % 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 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_16 + Subject: [ANNOUNCE] mod_perl 1.99_17 include - link at perl.apache.org: - http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz - http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz.asc (pgp sig) + 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) - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -154,20 +154,20 @@ b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 1.99_17-dev + =item 1.99_18-dev - c. add a release entry in STATUS and commit - % cvs ci STATUS + 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/_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 - perl -pi -e 's/_14/_15/g' RELEASE - now bump up the last number of the first command. + now reload this file and bump up the last number of the first + command. e. commit the changed files 1.19 +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.18 retrieving revision 1.19 diff -u -u -r1.18 -r1.19 --- mod_perl.pm 20 Aug 2004 18:44:04 -0000 1.18 +++ mod_perl.pm 23 Aug 2004 06:06:36 -0000 1.19 @@ -18,7 +18,7 @@ use strict; BEGIN { - our $VERSION = "1.9916"; + our $VERSION = "1.9917"; } 1;