Return-Path: X-Original-To: apmail-perl-modperl-cvs-archive@www.apache.org Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADC8DC7C4 for ; Wed, 6 Jun 2012 02:44:47 +0000 (UTC) Received: (qmail 72891 invoked by uid 500); 6 Jun 2012 02:44:47 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 72812 invoked by uid 500); 6 Jun 2012 02:44:46 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@perl.apache.org List-Id: Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 72798 invoked by uid 99); 6 Jun 2012 02:44:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 02:44:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 02:44:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3EC222388A32; Wed, 6 Jun 2012 02:44:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1346720 - in /perl/modperl/trunk: Changes RELEASE STATUS lib/mod_perl2.pm Date: Wed, 06 Jun 2012 02:44:24 -0000 To: modperl-cvs@perl.apache.org From: phred@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120606024424.3EC222388A32@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: phred Date: Wed Jun 6 02:44:23 2012 New Revision: 1346720 URL: http://svn.apache.org/viewvc?rev=1346720&view=rev 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=1346720&r1=1346719&r2=1346720&view=diff ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Wed Jun 6 02:44:23 2012 @@ -10,6 +10,10 @@ Also refer to the Apache::Test changes l =over 3 +=item 2.0.8-dev + +Add branch release tag to 'make tag' target. [Phred] + =item 2.0.7 June 5, 2012 Fix breakage caused by removal of PL_uid et al from perl 5.16.0. Patch from Modified: perl/modperl/trunk/RELEASE URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=1346720&r1=1346719&r2=1346720&view=diff ============================================================================== --- perl/modperl/trunk/RELEASE (original) +++ perl/modperl/trunk/RELEASE Wed Jun 6 02:44:23 2012 @@ -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.7.tar.gz (not + etc. Now test this generated package mod_perl-2.0.8.tar.gz (not the current build) with as many configurations as possible on as many platforms as possible, unpacking the package each time afresh. @@ -55,7 +55,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.7 RC\d+ + Subject: [RELEASE CANDIDATE]: mod_perl-2.0.8 RC\d+ 2a. if problems are detected during stage 2, repeat stages 1 and 2. @@ -75,7 +75,7 @@ Instructions for mod_perl 2.0 Release Ma % make -n tag d. commit Changes README Makefile.PL - % svn ci -m "Releasing 2.0.7" Changes README Makefile.PL + % svn ci -m "Releasing 2.0.8" Changes README Makefile.PL e. tag % make tag @@ -84,54 +84,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_7 - % svn propedit svn:externals 2_0_7 + % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_8 + % svn propedit svn:externals 2_0_8 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_7 + % svn propget svn:externals 2_0_8 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_7/src/docs/2.0 + docs https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_8/src/docs/2.0 - % svn ci -m "Releasing 2.0.7" + % svn ci -m "Releasing 2.0.8" 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.7.tar.gz) +4. Release the package and update links (e.g. mod_perl-2.0.8.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.7.tar.gz people.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.8.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.7.tar.gz mod_perl-2.0-current.tar.gz - % tar -xzvf mod_perl-2.0.7.tar.gz + % 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 % rm /www/perl.apache.org/dist/mod_perl-2.0-current - % ln -sf mod_perl-2.0.7 mod_perl-2.0-current + % ln -sf mod_perl-2.0.8 mod_perl-2.0-current c. archive older releases (keep current + one prior release) - % mv /www/perl.apache.org/dist/mod_perl-2.0.5.tar.gz \ + % mv /www/perl.apache.org/dist/mod_perl-2.0.6.tar.gz \ /www/perl.apache.org/dist/old - % mv /www/perl.apache.org/dist/mod_perl-2.0.5.tar.gz.asc \ + % mv /www/perl.apache.org/dist/mod_perl-2.0.6.tar.gz.asc \ /www/perl.apache.org/dist/old - % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.5 + % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.6 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.7" \ + % svn ci -m "Releasing 2.0.8" \ modperl-docs/src/download/index_top.html \ modperl-docs/doap_Perl.rdf @@ -152,27 +152,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.7.tar.gz + % gpg --detach-sign --armor mod_perl-2.0.8.tar.gz - % pgps -b --armor mod_perl-2.0.7.tar.gz + % pgps -b --armor mod_perl-2.0.8.tar.gz b. upload the generated sig file to people.apache.org: - % scp mod_perl-2.0.7.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.8.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.7.tar.gz.asc - % ln -sf mod_perl-2.0.7.tar.gz.asc mod_perl-2.0-current.tar.gz.asc + % 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 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.7.tar.gz.asc - http://perl.apache.org/dist/mod_perl-2.0.7.tar.gz + 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 - % gpg --verify mod_perl-2.0.7.tar.gz.asc + % gpg --verify mod_perl-2.0.8.tar.gz.asc - % pgpv mod_perl-2.0.7.tar.gz.asc + % pgpv mod_perl-2.0.8.tar.gz.asc d. make sure that the files you just created are group rw so all the dist admins can make changes: @@ -186,10 +186,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.7.tar.gz* . - % tar -xzvf mod_perl-2.0.7.tar.gz - % mv mod_perl-2.0.5.tar.gz* /www/archive.apache.org/dist/perl/ - % rm -rf mod_perl-2.0.5 + % 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 b. make sure that the files you just created are group rw so @@ -202,11 +202,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.7 + Subject: [ANNOUNCE] mod_perl 2.0.8 include - link at perl.apache.org: - http://apache.org/dist/perl/mod_perl-2.0.7.tar.gz - http://apache.org/dist/perl/mod_perl-2.0.7.tar.gz.asc (pgp sig) + 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) - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -217,7 +217,7 @@ Instructions for mod_perl 2.0 Release Ma b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 2.0.8-dev + =item 2.0.9-dev c. add a release entry in STATUS @@ -228,7 +228,7 @@ Instructions for mod_perl 2.0 Release Ma e. commit the changed files - % svn ci -m "start 2.0.7-dev cycle" Changes lib/mod_perl2.pm \ + % svn ci -m "start 2.0.8-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=1346720&r1=1346719&r2=1346720&view=diff ============================================================================== --- perl/modperl/trunk/STATUS (original) +++ perl/modperl/trunk/STATUS Wed Jun 6 02:44:23 2012 @@ -3,6 +3,7 @@ mod_perl 2.0 STATUS: Release: -------- + 2.000.07 : Released Jun 05, 2012 2.000.06 : Released Apr 24, 2012 2.000.05 : Released Feb 07, 2011 2.000.04 : Released Apr 16, 2008 Modified: perl/modperl/trunk/lib/mod_perl2.pm URL: http://svn.apache.org/viewvc/perl/modperl/trunk/lib/mod_perl2.pm?rev=1346720&r1=1346719&r2=1346720&view=diff ============================================================================== --- perl/modperl/trunk/lib/mod_perl2.pm (original) +++ perl/modperl/trunk/lib/mod_perl2.pm Wed Jun 6 02:44:23 2012 @@ -19,7 +19,7 @@ use 5.006; use strict; BEGIN { - our $VERSION = "2.000007"; + our $VERSION = "2.000008"; our $VERSION_TRIPLET; if ($VERSION =~ /(\d+)\.(\d\d\d)(\d+)/) {