Author: phred Date: Thu Apr 18 02:21:34 2013 New Revision: 1469140 URL: http://svn.apache.org/r1469140 Log: start 2.0.8-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/viewvc/perl/modperl/trunk/Changes?rev=1469140&r1=1469139&r2=1469140&view=diff ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Thu Apr 18 02:21:34 2013 @@ -10,6 +10,9 @@ Also refer to the Apache::Test changes l =over 3 +=item 2.0.9-dev + + =item 2.0.8 April 17, 2013 Perl 5.16.3's fix for a rehash-based DoS makes it more difficult to invoke Modified: perl/modperl/trunk/RELEASE URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=1469140&r1=1469139&r2=1469140&view=diff ============================================================================== --- perl/modperl/trunk/RELEASE (original) +++ perl/modperl/trunk/RELEASE Thu Apr 18 02:21:34 2013 @@ -30,7 +30,7 @@ Instructions for mod_perl 2.0 Release Ma make sure you give the correct permissions to them. 1. 'make mydist' - to make sure nothing is missing from the manifest, - etc. Now test this generated package mod_perl-2.0.8.tar.gz (not + etc. Now test this generated package mod_perl-2.0.9.tar.gz (not the current build) with as many configurations as possible on as many platforms as possible, unpacking the package each time afresh. @@ -56,7 +56,7 @@ Instructions for mod_perl 2.0 Release Ma to the modperl/dev list (may be longer to give most people a chance to catch up). no need to tag this package - Subject: [RELEASE CANDIDATE]: mod_perl-2.0.8 RC\d+ + Subject: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC\d+ 2a. if problems are detected during stage 2, repeat stages 1 and 2. @@ -76,7 +76,7 @@ Instructions for mod_perl 2.0 Release Ma % make -n tag d. commit Changes README Makefile.PL - % svn ci -m "Releasing 2.0.8" Changes README Makefile.PL + % svn ci -m "Releasing 2.0.9" Changes README Makefile.PL e. tag % make tag @@ -85,54 +85,54 @@ Instructions for mod_perl 2.0 Release Ma XXXX: This needs to be fixed, and updated, developer beware its outdated and possibly wrong f. Update the svn:externals in the new tag (you can't propedit remotely yet in svn) - % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_8 - % svn propedit svn:externals 2_0_8 + % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_9 + % svn propedit svn:externals 2_0_9 Update the Apache-Test line to current revision % svn info https://svn.apache.org/repos/asf/perl/Apache-Test/trunk | grep "Last Changed Rev" Update the docs line to the current tag. It should look like: - % svn propget svn:externals 2_0_8 + % svn propget svn:externals 2_0_9 Apache-Test -r 608229 https://svn.apache.org/repos/asf/perl/Apache-Test/trunk - docs https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_8/src/docs/2.0 + docs https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_9/src/docs/2.0 - % svn ci -m "Releasing 2.0.8" + % svn ci -m "Releasing 2.0.9" g. create the final package % make dist h. test the final package again at least once -4. Release the package and update links (e.g. mod_perl-2.0.8.tar.gz) +4. Release the package and update links (e.g. mod_perl-2.0.9.tar.gz) a. upload to people.apache.org:/www/perl.apache.org/dist/ - ask the PMC chair to give you the needed permissions if you do not have them. - % scp mod_perl-2.0.8.tar.gz people.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.9.tar.gz people.apache.org:/www/perl.apache.org/dist/ b. ssh to people.apache.org, unpack the package, update symlinks to the tar ball and unpacked distro: % ssh people.apache.org % cd /www/perl.apache.org/dist/ - % ln -sf mod_perl-2.0.8.tar.gz mod_perl-2.0-current.tar.gz - % tar -xzvf mod_perl-2.0.8.tar.gz + % ln -sf mod_perl-2.0.9.tar.gz mod_perl-2.0-current.tar.gz + % tar -xzvf mod_perl-2.0.9.tar.gz % rm /www/perl.apache.org/dist/mod_perl-2.0-current - % ln -sf mod_perl-2.0.8 mod_perl-2.0-current + % ln -sf mod_perl-2.0.9 mod_perl-2.0-current c. archive older releases (keep current + one prior release) - % mv /www/perl.apache.org/dist/mod_perl-2.0.6.tar.gz \ + % mv /www/perl.apache.org/dist/mod_perl-2.0.7.tar.gz \ /www/perl.apache.org/dist/old - % mv /www/perl.apache.org/dist/mod_perl-2.0.6.tar.gz.asc \ + % mv /www/perl.apache.org/dist/mod_perl-2.0.7.tar.gz.asc \ /www/perl.apache.org/dist/old - % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.6 + % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.7 d. update the version and release date in the docs: % vi modperl-docs/src/download/index_top.html % vi modperl-docs/doap_Perl.rdf and commit. - % svn ci -m "Releasing 2.0.8" \ + % svn ci -m "Releasing 2.0.9" \ modperl-docs/src/download/index_top.html \ modperl-docs/doap_Perl.rdf @@ -153,27 +153,27 @@ Instructions for mod_perl 2.0 Release Ma a. sign your local copy of the tarball: - % gpg --detach-sign --armor mod_perl-2.0.8.tar.gz + % gpg --detach-sign --armor mod_perl-2.0.9.tar.gz - % pgps -b --armor mod_perl-2.0.8.tar.gz + % pgps -b --armor mod_perl-2.0.9.tar.gz b. upload the generated sig file to people.apache.org: - % scp mod_perl-2.0.8.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.9.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/ % ssh people.apache.org % cd /www/perl.apache.org/dist/ - % chmod 0664 mod_perl-2.0.8.tar.gz.asc - % ln -sf mod_perl-2.0.8.tar.gz.asc mod_perl-2.0-current.tar.gz.asc + % chmod 0664 mod_perl-2.0.9.tar.gz.asc + % ln -sf mod_perl-2.0.9.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.8.tar.gz.asc - http://perl.apache.org/dist/mod_perl-2.0.8.tar.gz + http://perl.apache.org/dist/mod_perl-2.0.9.tar.gz.asc + http://perl.apache.org/dist/mod_perl-2.0.9.tar.gz - % gpg --verify mod_perl-2.0.8.tar.gz.asc + % gpg --verify mod_perl-2.0.9.tar.gz.asc - % pgpv mod_perl-2.0.8.tar.gz.asc + % pgpv mod_perl-2.0.9.tar.gz.asc d. make sure that the files you just created are group rw so all the dist admins can make changes: @@ -187,10 +187,10 @@ Instructions for mod_perl 2.0 Release Ma 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.8.tar.gz* . - % tar -xzvf mod_perl-2.0.8.tar.gz - % mv mod_perl-2.0.6.tar.gz* /www/archive.apache.org/dist/perl/ - % rm -rf mod_perl-2.0.6 + % cp /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz* . + % tar -xzvf mod_perl-2.0.9.tar.gz + % mv mod_perl-2.0.7.tar.gz* /www/archive.apache.org/dist/perl/ + % rm -rf mod_perl-2.0.7 b. make sure that the files you just created are group rw so @@ -203,11 +203,11 @@ Instructions for mod_perl 2.0 Release Ma a. post ... to the modperl, announce lists Note, to post to announce@, you must be sending from an apache.org address. - Subject: [ANNOUNCE] mod_perl 2.0.8 + Subject: [ANNOUNCE] mod_perl 2.0.9 include - link at perl.apache.org: - http://apache.org/dist/perl/mod_perl-2.0.8.tar.gz - http://apache.org/dist/perl/mod_perl-2.0.8.tar.gz.asc (pgp sig) + http://apache.org/dist/perl/mod_perl-2.0.9.tar.gz + http://apache.org/dist/perl/mod_perl-2.0.9.tar.gz.asc (pgp sig) - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -218,7 +218,7 @@ Instructions for mod_perl 2.0 Release Ma b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 2.0.9-dev + =item 2.0.10-dev c. add a release entry in STATUS @@ -229,7 +229,7 @@ Instructions for mod_perl 2.0 Release Ma e. commit the changed files - % svn ci -m "start 2.0.8-dev cycle" Changes lib/mod_perl2.pm \ + % svn ci -m "start 2.0.9-dev cycle" Changes lib/mod_perl2.pm \ STATUS RELEASE 10. Old Versions Modified: perl/modperl/trunk/STATUS URL: http://svn.apache.org/viewvc/perl/modperl/trunk/STATUS?rev=1469140&r1=1469139&r2=1469140&view=diff ============================================================================== --- perl/modperl/trunk/STATUS (original) +++ perl/modperl/trunk/STATUS Thu Apr 18 02:21:34 2013 @@ -3,6 +3,7 @@ mod_perl 2.0 STATUS: Release: -------- + 2.000.08 : Released Apr 17, 2013 2.000.07 : Released Jun 05, 2012 2.000.06 : Released Apr 24, 2012 2.000.05 : Released Feb 07, 2011 Modified: perl/modperl/trunk/lib/mod_perl2.pm URL: http://svn.apache.org/viewvc/perl/modperl/trunk/lib/mod_perl2.pm?rev=1469140&r1=1469139&r2=1469140&view=diff ============================================================================== --- perl/modperl/trunk/lib/mod_perl2.pm (original) +++ perl/modperl/trunk/lib/mod_perl2.pm Thu Apr 18 02:21:34 2013 @@ -19,7 +19,7 @@ use 5.006; use strict; BEGIN { - our $VERSION = "2.000008"; + our $VERSION = "2.000009"; our $VERSION_TRIPLET; if ($VERSION =~ /(\d+)\.(\d\d\d)(\d+)/) {