Mailing List Archive

svn commit: r1868013 - in /perl/modperl/trunk: Changes META.yml RELEASE STATUS lib/mod_perl2.pm
Author: stevehay
Date: Sat Oct 5 12:03:20 2019
New Revision: 1868013

URL: http://svn.apache.org/viewvc?rev=1868013&view=rev
Log:
Start 2.0.12-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=1868013&r1=1868012&r2=1868013&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Sat Oct 5 12:03:20 2019
@@ -10,6 +10,8 @@ Also refer to the Apache::Test changes l

=over 3

+=item 2.0.12-dev
+
=item 2.0.11 October 5, 2019

Fix t/modules/apache_resource.t failures [Steve Hay]

Modified: perl/modperl/trunk/META.yml
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/META.yml?rev=1868013&r1=1868012&r2=1868013&view=diff
==============================================================================
--- perl/modperl/trunk/META.yml (original)
+++ perl/modperl/trunk/META.yml Sat Oct 5 12:03:20 2019
@@ -1,5 +1,5 @@
name: mod_perl
-version: 2.0.11
+version: 2.0.12
installdirs: site
distribution_type: module
no_index:

Modified: perl/modperl/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=1868013&r1=1868012&r2=1868013&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Sat Oct 5 12:03:20 2019
@@ -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.11.tar.gz (not
+ etc. Now test this generated package mod_perl-2.0.12.tar.gz (not
the current build) with as many
configurations as possible on as many platforms as possible,
unpacking the package each time afresh.
@@ -40,7 +40,7 @@ Instructions for mod_perl 2.0 Release Ma
- edit META.yml to the rc\d version above in the version key

b. commit Changes
- % svn ci -m "2.0.11 rc1" Changes
+ % svn ci -m "2.0.12 rc1" Changes

c. nuke any preinstalled mod_perl libs and run 'make test'

@@ -58,7 +58,7 @@ Instructions for mod_perl 2.0 Release Ma
candidate alert 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.11 RC\d+
+ Subject: [RELEASE CANDIDATE]: mod_perl-2.0.12 RC\d+

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

@@ -79,28 +79,28 @@ Instructions for mod_perl 2.0 Release Ma
% make -n tag

d. commit Changes README Makefile.PL
- % svn ci -m "2.0.11 release" Changes README Makefile.PL
+ % svn ci -m "2.0.12 release" Changes README Makefile.PL

e. tag
% make tag

f. Update the svn:externals in the new tag to refer to the new docs tag that
was created by the previous step:
- % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11
- % svn propedit svn:externals 2_0_11
+ % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12
+ % svn propedit svn:externals 2_0_12
Update the docs line from:
^/perl/modperl/docs/trunk/src/docs/2.0
to:
- ^/perl/modperl/docs/tags/2_0_11/src/docs/2.0
+ ^/perl/modperl/docs/tags/2_0_12/src/docs/2.0
The complete svn:externals should now look like:
- % svn propget svn:externals 2_0_11
+ % svn propget svn:externals 2_0_12
Apache-Test ^/perl/Apache-Test/tags/<X>
Apache-Reload ^/perl/Apache-Reload/tags/<Y>
Apache-SizeLimit ^/perl/Apache-SizeLimit/tags/<Z>
- docs ^/perl/modperl/docs/tags/2_0_11/src/docs/2.0
+ docs ^/perl/modperl/docs/tags/2_0_12/src/docs/2.0
where <X>, <Y> and <Z> are the tags of the releases of Apache-Test,
Apache-Reload and Apache-SizeLimit included in this release of mod_perl.
- % svn ci -m "2.0.11 release"
+ % svn ci -m "2.0.12 release"

g. create the final package
% make dist
@@ -114,13 +114,13 @@ Instructions for mod_perl 2.0 Release Ma

a. sign your local copy of the tarball:

- % gpg --detach-sign --armor mod_perl-2.0.11.tar.gz
+ % gpg --detach-sign --armor mod_perl-2.0.12.tar.gz

- % pgps -b --armor mod_perl-2.0.11.tar.gz
+ % pgps -b --armor mod_perl-2.0.12.tar.gz

b. create MD5 and SHA1 checksums of the tarball:
- % md5sum mod_perl-2.0.11.tar.gz >mod_perl-2.0.11.tar.gz.md5
- % sha1sum mod_perl-2.0.11.tar.gz >mod_perl-2.0.11.tar.gz.sha1
+ % md5sum mod_perl-2.0.12.tar.gz >mod_perl-2.0.12.tar.gz.md5
+ % sha1sum mod_perl-2.0.12.tar.gz >mod_perl-2.0.12.tar.gz.sha1

5. Release the package and update links

@@ -136,12 +136,12 @@ Instructions for mod_perl 2.0 Release Ma
d. ask one of the other developers to double check the signature file
and tarball: download both files and verify the signature:

- http://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.asc
- http://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz
+ http://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc
+ http://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz

- % gpg --verify mod_perl-2.0.11.tar.gz.asc
+ % gpg --verify mod_perl-2.0.12.tar.gz.asc

- % pgpv mod_perl-2.0.11.tar.gz.asc
+ % pgpv mod_perl-2.0.12.tar.gz.asc

e. respond to the automated email that will arrive requesting that release
data be filled in at https://reporter.apache.org/addrelease.html?perl
@@ -150,7 +150,7 @@ Instructions for mod_perl 2.0 Release Ma
% vi modperl-docs/src/download/index_top.html
% vi modperl-docs/doap_Perl.rdf
and commit.
- % svn ci -m "2.0.11 release" \
+ % svn ci -m "2.0.12 release" \
modperl-docs/src/download/index_top.html \
modperl-docs/doap_Perl.rdf

@@ -176,12 +176,12 @@ Instructions for mod_perl 2.0 Release Ma

Note, to post to announce@, you must be sending from an apache.org address.

- Subject: [ANNOUNCE] mod_perl 2.0.11
+ Subject: [ANNOUNCE] mod_perl 2.0.12

include:
- link at perl.apache.org:
- http://apache.org/dist/perl/mod_perl-2.0.11.tar.gz
- http://apache.org/dist/perl/mod_perl-2.0.11.tar.gz.asc (pgp sig)
+ http://apache.org/dist/perl/mod_perl-2.0.12.tar.gz
+ http://apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc (pgp sig)
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes

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

- =item 2.0.12-dev
+ =item 2.0.13-dev

d. add a release entry in STATUS

@@ -203,7 +203,7 @@ Instructions for mod_perl 2.0 Release Ma
% perl -pi.bak -e 's/(\d+)([._])(\d+)(\2)(\d+)/join($2, $1, $3, $5+1)/eg' RELEASE

f. commit the changed files
- % svn ci -m "start 2.0.11-dev cycle" Changes META.yml lib/mod_perl2.pm \
+ % svn ci -m "start 2.0.12-dev cycle" Changes META.yml lib/mod_perl2.pm \
STATUS RELEASE

9. Old Versions

Modified: perl/modperl/trunk/STATUS
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/STATUS?rev=1868013&r1=1868012&r2=1868013&view=diff
==============================================================================
--- perl/modperl/trunk/STATUS (original)
+++ perl/modperl/trunk/STATUS Sat Oct 5 12:03:20 2019
@@ -3,6 +3,7 @@ mod_perl 2.0 STATUS:

Release:
--------
+ 2.000.11 : Released Oct 05, 2019
2.000.10 : Released Oct 27, 2016
2.000.09 : Released Jun 18, 2015
2.000.08 : Released Apr 17, 2013

Modified: perl/modperl/trunk/lib/mod_perl2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/lib/mod_perl2.pm?rev=1868013&r1=1868012&r2=1868013&view=diff
==============================================================================
--- perl/modperl/trunk/lib/mod_perl2.pm (original)
+++ perl/modperl/trunk/lib/mod_perl2.pm Sat Oct 5 12:03:20 2019
@@ -20,7 +20,7 @@ use 5.006;
use strict;

BEGIN {
- our $VERSION = "2.000011";
+ our $VERSION = "2.000012";
our $VERSION_TRIPLET;

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