Mailing List Archive

svn commit: r1686333 - in /perl/modperl/trunk: Changes META.yml RELEASE STATUS lib/mod_perl2.pm
Author: stevehay
Date: Thu Jun 18 22:27:44 2015
New Revision: 1686333

URL: http://svn.apache.org/r1686333
Log:
Start 2.0.10-dev cycle

Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/META.yml
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=1686333&r1=1686332&r2=1686333&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Thu Jun 18 22:27:44 2015
@@ -10,6 +10,8 @@ Also refer to the Apache::Test changes l

=over 3

+=item 2.0.10-dev
+
=item 2.0.9 June 18, 2015

Add note to README about MP_INLINE problem when building with GCC 5.

Modified: perl/modperl/trunk/META.yml
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/META.yml?rev=1686333&r1=1686332&r2=1686333&view=diff
==============================================================================
--- perl/modperl/trunk/META.yml (original)
+++ perl/modperl/trunk/META.yml Thu Jun 18 22:27:44 2015
@@ -1,5 +1,5 @@
name: mod_perl
-version: 2.0.9
+version: 2.0.10
installdirs: site
distribution_type: module
no_index:

Modified: perl/modperl/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=1686333&r1=1686332&r2=1686333&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Thu Jun 18 22:27:44 2015
@@ -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.9.tar.gz (not
+ etc. Now test this generated package mod_perl-2.0.10.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.9 RC\d+
+ Subject: [RELEASE CANDIDATE]: mod_perl-2.0.10 RC\d+

2a. if problems are detected during stage 2, repeat stages 1 and 2.

@@ -77,7 +77,7 @@ Instructions for mod_perl 2.0 Release Ma
% make -n tag

d. commit Changes README Makefile.PL
- % svn ci -m "Releasing 2.0.9" Changes README Makefile.PL
+ % svn ci -m "Releasing 2.0.10" Changes README Makefile.PL

e. tag
% make tag
@@ -86,54 +86,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_9
- % svn propedit svn:externals 2_0_9
+ % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_10
+ % svn propedit svn:externals 2_0_10
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_9
+ % svn propget svn:externals 2_0_10
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_9/src/docs/2.0
+ docs https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_10/src/docs/2.0

- % svn ci -m "Releasing 2.0.9"
+ % svn ci -m "Releasing 2.0.10"

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.9.tar.gz)
+4. Release the package and update links (e.g. mod_perl-2.0.10.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.9.tar.gz people.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-2.0.10.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.9.tar.gz mod_perl-2.0-current.tar.gz
- % tar -xzvf mod_perl-2.0.9.tar.gz
+ % ln -sf mod_perl-2.0.10.tar.gz mod_perl-2.0-current.tar.gz
+ % tar -xzvf mod_perl-2.0.10.tar.gz
% rm /www/perl.apache.org/dist/mod_perl-2.0-current
- % ln -sf mod_perl-2.0.9 mod_perl-2.0-current
+ % ln -sf mod_perl-2.0.10 mod_perl-2.0-current

c. archive older releases (keep current + one prior release)

- % mv /www/perl.apache.org/dist/mod_perl-2.0.7.tar.gz \
+ % mv /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz \
/www/perl.apache.org/dist/old
- % mv /www/perl.apache.org/dist/mod_perl-2.0.7.tar.gz.asc \
+ % mv /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz.asc \
/www/perl.apache.org/dist/old
- % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.7
+ % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.9

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.9" \
+ % svn ci -m "Releasing 2.0.10" \
modperl-docs/src/download/index_top.html \
modperl-docs/doap_Perl.rdf

@@ -154,27 +154,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.9.tar.gz
+ % gpg --detach-sign --armor mod_perl-2.0.10.tar.gz

- % pgps -b --armor mod_perl-2.0.9.tar.gz
+ % pgps -b --armor mod_perl-2.0.10.tar.gz

b. upload the generated sig file to people.apache.org:

- % scp mod_perl-2.0.9.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-2.0.10.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.9.tar.gz.asc
- % ln -sf mod_perl-2.0.9.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
+ % chmod 0664 mod_perl-2.0.10.tar.gz.asc
+ % ln -sf mod_perl-2.0.10.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.9.tar.gz.asc
- http://perl.apache.org/dist/mod_perl-2.0.9.tar.gz
+ http://perl.apache.org/dist/mod_perl-2.0.10.tar.gz.asc
+ http://perl.apache.org/dist/mod_perl-2.0.10.tar.gz

- % gpg --verify mod_perl-2.0.9.tar.gz.asc
+ % gpg --verify mod_perl-2.0.10.tar.gz.asc

- % pgpv mod_perl-2.0.9.tar.gz.asc
+ % pgpv mod_perl-2.0.10.tar.gz.asc

d. make sure that the files you just created are group rw so
all the dist admins can make changes:
@@ -188,10 +188,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.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
+ % cp /www/perl.apache.org/dist/mod_perl-2.0.10.tar.gz* .
+ % tar -xzvf mod_perl-2.0.10.tar.gz
+ % mv mod_perl-2.0.9.tar.gz* /www/archive.apache.org/dist/perl/
+ % rm -rf mod_perl-2.0.9

b. make sure that the files you just created are group rw so

@@ -204,11 +204,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.9
+ Subject: [ANNOUNCE] mod_perl 2.0.10
include
- link at perl.apache.org:
- 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)
+ http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz
+ http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz.asc (pgp sig)
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes

@@ -221,7 +221,7 @@ Instructions for mod_perl 2.0 Release Ma
c. edit ./Changes:
- start a new item with incremented version + '-dev'

- =item 2.0.10-dev
+ =item 2.0.11-dev

d. add a release entry in STATUS

@@ -232,7 +232,7 @@ Instructions for mod_perl 2.0 Release Ma

f. commit the changed files

- % svn ci -m "start 2.0.9-dev cycle" Changes META.yml lib/mod_perl2.pm \
+ % svn ci -m "start 2.0.10-dev cycle" Changes META.yml 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=1686333&r1=1686332&r2=1686333&view=diff
==============================================================================
--- perl/modperl/trunk/STATUS (original)
+++ perl/modperl/trunk/STATUS Thu Jun 18 22:27:44 2015
@@ -3,6 +3,7 @@ mod_perl 2.0 STATUS:

Release:
--------
+ 2.000.09 : Released Jun 18, 2015
2.000.08 : Released Apr 17, 2013
2.000.07 : Released Jun 05, 2012
2.000.06 : Released Apr 24, 2012

Modified: perl/modperl/trunk/lib/mod_perl2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/lib/mod_perl2.pm?rev=1686333&r1=1686332&r2=1686333&view=diff
==============================================================================
--- perl/modperl/trunk/lib/mod_perl2.pm (original)
+++ perl/modperl/trunk/lib/mod_perl2.pm Thu Jun 18 22:27:44 2015
@@ -20,7 +20,7 @@ use 5.006;
use strict;

BEGIN {
- our $VERSION = "2.000009";
+ our $VERSION = "2.000010";
our $VERSION_TRIPLET;

if ($VERSION =~ /(\d+)\.(\d\d\d)(\d+)/) {