Skip to content

Commit 2c20c6c

Browse files
author
Steve Hay
committed
Start 2.0.12-dev cycle
git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1868013 13f79535-47bb-0310-9956-ffa450edef68
1 parent e2af6ea commit 2c20c6c

File tree

5 files changed

+29
-26
lines changed

5 files changed

+29
-26
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Also refer to the Apache::Test changes log file, at Apache-Test/Changes
1010

1111
=over 3
1212

13+
=item 2.0.12-dev
14+
1315
=item 2.0.11 October 5, 2019
1416

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

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mod_perl
2-
version: 2.0.11
2+
version: 2.0.12
33
installdirs: site
44
distribution_type: module
55
no_index:

RELEASE

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Instructions for mod_perl 2.0 Release Manager
3030
make sure you give the correct permissions to them.
3131

3232
1. 'make mydist' - to make sure nothing is missing from the manifest,
33-
etc. Now test this generated package mod_perl-2.0.11.tar.gz (not
33+
etc. Now test this generated package mod_perl-2.0.12.tar.gz (not
3434
the current build) with as many
3535
configurations as possible on as many platforms as possible,
3636
unpacking the package each time afresh.
@@ -40,7 +40,7 @@ Instructions for mod_perl 2.0 Release Manager
4040
- edit META.yml to the rc\d version above in the version key
4141

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

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

@@ -58,7 +58,7 @@ Instructions for mod_perl 2.0 Release Manager
5858
candidate alert to the modperl/dev list (may be longer to give most
5959
people a chance to catch up). no need to tag this package
6060

61-
Subject: [RELEASE CANDIDATE]: mod_perl-2.0.11 RC\d+
61+
Subject: [RELEASE CANDIDATE]: mod_perl-2.0.12 RC\d+
6262

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

@@ -79,28 +79,28 @@ Instructions for mod_perl 2.0 Release Manager
7979
% make -n tag
8080

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

8484
e. tag
8585
% make tag
8686

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

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

115115
a. sign your local copy of the tarball:
116116

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

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

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

125125
5. Release the package and update links
126126

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

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

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

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

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

@@ -176,12 +176,12 @@ Instructions for mod_perl 2.0 Release Manager
176176

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

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

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

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

197-
=item 2.0.12-dev
197+
=item 2.0.13-dev
198198

199199
d. add a release entry in STATUS
200200

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

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

209209
9. Old Versions

STATUS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mod_perl 2.0 STATUS: -*-text-*-
33

44
Release:
55
--------
6+
2.000.11 : Released Oct 05, 2019
67
2.000.10 : Released Oct 27, 2016
78
2.000.09 : Released Jun 18, 2015
89
2.000.08 : Released Apr 17, 2013

lib/mod_perl2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use 5.006;
2020
use strict;
2121

2222
BEGIN {
23-
our $VERSION = "2.000011";
23+
our $VERSION = "2.000012";
2424
our $VERSION_TRIPLET;
2525

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

0 commit comments

Comments
 (0)