@@ -30,7 +30,7 @@ Instructions for mod_perl 2.0 Release Manager
30
30
make sure you give the correct permissions to them.
31
31
32
32
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
34
34
the current build) with as many
35
35
configurations as possible on as many platforms as possible,
36
36
unpacking the package each time afresh.
@@ -40,7 +40,7 @@ Instructions for mod_perl 2.0 Release Manager
40
40
- edit META.yml to the rc\d version above in the version key
41
41
42
42
b. commit Changes
43
- % svn ci -m "2.0.11 rc1" Changes
43
+ % svn ci -m "2.0.12 rc1" Changes
44
44
45
45
c. nuke any preinstalled mod_perl libs and run 'make test'
46
46
@@ -58,7 +58,7 @@ Instructions for mod_perl 2.0 Release Manager
58
58
candidate alert to the modperl/dev list (may be longer to give most
59
59
people a chance to catch up). no need to tag this package
60
60
61
- Subject: [RELEASE CANDIDATE]: mod_perl-2.0.11 RC\d+
61
+ Subject: [RELEASE CANDIDATE]: mod_perl-2.0.12 RC\d+
62
62
63
63
2a. if problems are detected during stage 2, repeat stages 1 and 2.
64
64
@@ -79,28 +79,28 @@ Instructions for mod_perl 2.0 Release Manager
79
79
% make -n tag
80
80
81
81
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
83
83
84
84
e. tag
85
85
% make tag
86
86
87
87
f. Update the svn:externals in the new tag to refer to the new docs tag that
88
88
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
91
91
Update the docs line from:
92
92
^/perl/modperl/docs/trunk/src/docs/2.0
93
93
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
95
95
The complete svn:externals should now look like:
96
- % svn propget svn:externals 2_0_11
96
+ % svn propget svn:externals 2_0_12
97
97
Apache-Test ^/perl/Apache-Test/tags/<X>
98
98
Apache-Reload ^/perl/Apache-Reload/tags/<Y>
99
99
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
101
101
where <X>, <Y> and <Z> are the tags of the releases of Apache-Test,
102
102
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"
104
104
105
105
g. create the final package
106
106
% make dist
@@ -114,13 +114,13 @@ Instructions for mod_perl 2.0 Release Manager
114
114
115
115
a. sign your local copy of the tarball:
116
116
117
- % gpg --detach-sign --armor mod_perl-2.0.11 .tar.gz
117
+ % gpg --detach-sign --armor mod_perl-2.0.12 .tar.gz
118
118
119
- % pgps -b --armor mod_perl-2.0.11 .tar.gz
119
+ % pgps -b --armor mod_perl-2.0.12 .tar.gz
120
120
121
121
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
124
124
125
125
5. Release the package and update links
126
126
@@ -136,12 +136,12 @@ Instructions for mod_perl 2.0 Release Manager
136
136
d. ask one of the other developers to double check the signature file
137
137
and tarball: download both files and verify the signature:
138
138
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
141
141
142
- % gpg --verify mod_perl-2.0.11 .tar.gz.asc
142
+ % gpg --verify mod_perl-2.0.12 .tar.gz.asc
143
143
144
- % pgpv mod_perl-2.0.11 .tar.gz.asc
144
+ % pgpv mod_perl-2.0.12 .tar.gz.asc
145
145
146
146
e. respond to the automated email that will arrive requesting that release
147
147
data be filled in at https://reporter.apache.org/addrelease.html?perl
@@ -150,7 +150,7 @@ Instructions for mod_perl 2.0 Release Manager
150
150
% vi modperl-docs/src/download/index_top.html
151
151
% vi modperl-docs/doap_Perl.rdf
152
152
and commit.
153
- % svn ci -m "2.0.11 release" \
153
+ % svn ci -m "2.0.12 release" \
154
154
modperl-docs/src/download/index_top.html \
155
155
modperl-docs/doap_Perl.rdf
156
156
@@ -176,12 +176,12 @@ Instructions for mod_perl 2.0 Release Manager
176
176
177
177
Note, to post to announce@, you must be sending from an apache.org address.
178
178
179
- Subject: [ANNOUNCE] mod_perl 2.0.11
179
+ Subject: [ANNOUNCE] mod_perl 2.0.12
180
180
181
181
include:
182
182
- 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)
185
185
- MD5 sig (as it comes from CPAN upload announce).
186
186
- the latest Changes
187
187
@@ -194,7 +194,7 @@ Instructions for mod_perl 2.0 Release Manager
194
194
c. edit ./Changes:
195
195
- start a new item with incremented version + '-dev'
196
196
197
- =item 2.0.12 -dev
197
+ =item 2.0.13 -dev
198
198
199
199
d. add a release entry in STATUS
200
200
@@ -203,7 +203,7 @@ Instructions for mod_perl 2.0 Release Manager
203
203
% perl -pi.bak -e 's/(\d+)([._])(\d+)(\2)(\d+)/join($2, $1, $3, $5+1)/eg' RELEASE
204
204
205
205
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 \
207
207
STATUS RELEASE
208
208
209
209
9. Old Versions
0 commit comments