Author: pgollucci Date: Thu Oct 20 18:43:55 2005 New Revision: 327069 URL: http://svn.apache.org/viewcvs?rev=327069&view=rev Log: start 2.0.3-dev cycle
Modified: perl/modperl/trunk/Changes perl/modperl/trunk/RELEASE perl/modperl/trunk/STATUS perl/modperl/trunk/lib/mod_perl2.pm Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=327069&r1=327068&r2=327069&view=diff ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Thu Oct 20 18:43:55 2005 @@ -10,6 +10,9 @@ =over 3 +=item 2.0.3-dev + + =item 2.0.2 - October 20, 2005 add :proxy import tag to Apache2::Const which exposes new Modified: perl/modperl/trunk/RELEASE URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/RELEASE?rev=327069&r1=327068&r2=327069&view=diff ============================================================================== --- perl/modperl/trunk/RELEASE (original) +++ perl/modperl/trunk/RELEASE Thu Oct 20 18:43:55 2005 @@ -14,12 +14,12 @@ http://people.apache.org/~geoff/gpghowto.html 1. 'make dist' - to make sure nothing is missing from the manifest, - etc. Now test this generated package mod_perl-2.0.2.tar.gz (not + etc. Now test this generated package mod_perl-2.0.3.tar.gz (not the current build) with as many configurations as possible on as many platforms as possible, unpacking the package each time afresh. Note, in step 3a, removing the "-dev" line changes the package version - name. i.e. (2.0.2-dev to 2.0.2) + name. i.e. (2.0.3-dev to 2.0.3) a. nuke any preinstalled mod_perl libs and run 'make test' @@ -66,21 +66,21 @@ g. test the final package again at least once -4. Release the package and update links (e.g. mod_perl-2.0.2.tar.gz) +4. Release the package and update links (e.g. mod_perl-2.0.3.tar.gz) a. upload to www.apache.org:/www/perl.apache.org/dist/ - % scp mod_perl-2.0.2.tar.gz perl.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.3.tar.gz perl.apache.org:/www/perl.apache.org/dist/ b. ssh to perl.apache.org, unpack the package, update symlinks to the tar ball and unpacked distro: % ssh perl.apache.org % cd /www/perl.apache.org/dist/ - % ln -sf mod_perl-2.0.2.tar.gz mod_perl-2.0-current.tar.gz - % tar -xzvf mod_perl-2.0.2.tar.gz + % ln -sf mod_perl-2.0.3.tar.gz mod_perl-2.0-current.tar.gz + % tar -xzvf mod_perl-2.0.3.tar.gz % rm /www/perl.apache.org/dist/mod_perl-2.0-current - % ln -sf mod_perl-2.0.2 mod_perl-2.0-current + % ln -sf mod_perl-2.0.3 mod_perl-2.0-current c. archive older releases (keep current + one prior release) @@ -106,27 +106,27 @@ a. sign your local copy of the tarball: - % gpg --detach-sign --armor mod_perl-2.0.2.tar.gz + % gpg --detach-sign --armor mod_perl-2.0.3.tar.gz - % pgps -b --armor mod_perl-2.0.2.tar.gz + % pgps -b --armor mod_perl-2.0.3.tar.gz b. upload the generated sig file to www.apache.org: - % scp mod_perl-2.0.2.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.3.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/ % ssh www.apache.org % cd /www/perl.apache.org/dist/ - % chmod 0664 mod_perl-2.0.2.tar.gz.asc - % ln -sf mod_perl-2.0.2.tar.gz.asc mod_perl-2.0-current.tar.gz.asc + % chmod 0664 mod_perl-2.0.3.tar.gz.asc + % ln -sf mod_perl-2.0.3.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-2.0.2.tar.gz.asc - http://perl.apache.org/dist/mod_perl-2.0.2.tar.gz + http://perl.apache.org/dist/mod_perl-2.0.3.tar.gz.asc + http://perl.apache.org/dist/mod_perl-2.0.3.tar.gz - % gpg --verify mod_perl-2.0.2.tar.gz.asc + % gpg --verify mod_perl-2.0.3.tar.gz.asc - % pgpv mod_perl-2.0.2.tar.gz.asc + % pgpv mod_perl-2.0.3.tar.gz.asc d. make sure that the files you just created are group rw so all the dist admins can make changes: @@ -140,8 +140,8 @@ 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-2.0.2.tar.gz* . - % tar -xzvf mod_perl-2.0.2.tar.gz + % cp /www/perl.apache.org/dist/mod_perl-2.0.3.tar.gz* . + % tar -xzvf mod_perl-2.0.3.tar.gz % mv mod_perl-2.0.0.tar.gz* /www/archive.apache.org/dist/perl/ % rm -rf mod_perl-2.0.0 @@ -155,11 +155,11 @@ 8. Announce the package a. post ... to the modperl, announce lists - Subject: [ANNOUNCE] mod_perl 2.0.2 + Subject: [ANNOUNCE] mod_perl 2.0.3 include - link at perl.apache.org: - http://apache.org/dist/perl/mod_perl-2.0.2.tar.gz - http://apache.org/dist/perl/mod_perl-2.0.2.tar.gz.asc (pgp sig) + http://apache.org/dist/perl/mod_perl-2.0.3.tar.gz + http://apache.org/dist/perl/mod_perl-2.0.3.tar.gz.asc (pgp sig) - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -177,15 +177,14 @@ d. update this file versions to make it easy to copy-n-paste things on the next release: - perl -pi -e 's/2.0.0/2.0.0/g' RELEASE - perl -pi -e 's/2.0.3/2.0.3/g' RELEASE + perl -pi -e 's/2.0.3/2.0.4/g' RELEASE perl -pi -e 's/2.0.2/2.0.3/g' RELEASE perl -pi -e 's/2.0.1/2.0.2/g' RELEASE perl -pi -e 's/2.0.0/2.0.1/g' RELEASE perl -ni -e 'print unless /2.0.0/' RELEASE now reload this file and bump up the last number of the first - two commands. + command. e. commit the changed files Modified: perl/modperl/trunk/STATUS URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/STATUS?rev=327069&r1=327068&r2=327069&view=diff ============================================================================== --- perl/modperl/trunk/STATUS (original) +++ perl/modperl/trunk/STATUS Thu Oct 20 18:43:55 2005 @@ -3,6 +3,7 @@ Release: -------- + 2.000.02 : Released Oct 20, 2005 2.000.01 : Released Jun 17, 2005 2.000.00 : Released May 20, 2005 1.999.23 : Released May 03, 2005 Modified: perl/modperl/trunk/lib/mod_perl2.pm URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/mod_perl2.pm?rev=327069&r1=327068&r2=327069&view=diff ============================================================================== --- perl/modperl/trunk/lib/mod_perl2.pm (original) +++ perl/modperl/trunk/lib/mod_perl2.pm Thu Oct 20 18:43:55 2005 @@ -19,7 +19,7 @@ use File::Spec::Functions; BEGIN { - our $VERSION = "2.000002"; + our $VERSION = "2.000003"; our $VERSION_TRIPLET; if ($VERSION =~ /(\d+)\.(\d\d\d)(\d+)/) {