Author: gozer
Date: Thu May 19 23:07:39 2005
New Revision: 171067
URL: http://svn.apache.org/viewcvs?rev=171067&view=rev
Log:
updated RELEASE for the next RM
Modified:
perl/modperl/trunk/RELEASE
Modified: perl/modperl/trunk/RELEASE
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/RELEASE?rev=171067&r1=171066&r2=171067&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Thu May 19 23:07:39 2005
@@ -1,7 +1,7 @@
Instructions for mod_perl 2.0 Release Manager
1. 'make dist' - to make sure nothing is missing from the manifest,
- etc. Now test this generated package mod_perl-2.0.0-RC7.tar.gz (not
+ etc. Now test this generated package mod_perl-2.0.1.tar.gz (not
the current build) with as many
configurations as possible on as many platforms as possible,
unpacking the package each time afresh.
@@ -31,13 +31,12 @@
a. edit ./Changes:
- remove '-dev'
- add release date
- - temp: change VERSION in Makefile.PL to RC8 (while doing RC series)
b. check ./README and ./Makefile.PL
- make sure supported httpd versions (dso & static) are current
c. rerun:
- % perl Makefile.PL MP_INST_APACHE2=1
+ % perl Makefile.PL
make sure tag looks right
% make -n tag
@@ -52,21 +51,21 @@
g. test the final package again at least once
-4. Release the package and update links (e.g. mod_perl-2.0.0-RC8.tar.gz)
+4. Release the package and update links (e.g. mod_perl-2.0.1.tar.gz)
a. upload to www.apache.org:/www/perl.apache.org/dist/
- % scp mod_perl-2.0.0.tar.gz perl.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-2.0.1.tar.gz perl.apache.org:/www/perl.apache.org/dist/
b. ssh to perl.apache.org, unpack the package, update symlinks to the
tar ball and unpacked distro:
% ssh perl.apache.org
% cd /www/perl.apache.org/dist/
- % ln -sf mod_perl-2.0.0.tar.gz mod_perl-2.0-current.tar.gz
- % tar -xzvf mod_perl-2.0.0.tar.gz
+ % ln -sf mod_perl-2.0.1.tar.gz mod_perl-2.0-current.tar.gz
+ % tar -xzvf mod_perl-2.0.1.tar.gz
% rm /www/perl.apache.org/dist/mod_perl-2.0-current
- % ln -sf mod_perl-2.0.0 mod_perl-2.0-current
+ % ln -sf mod_perl-2.0.1 mod_perl-2.0-current
c. archive older releases (keep current + one prior release)
@@ -92,27 +91,27 @@
a. sign your local copy of the tarball:
- % gpg --detach-sign --armor mod_perl-2.0.0.tar.gz
+ % gpg --detach-sign --armor mod_perl-2.0.1.tar.gz
- % pgps -b --armor mod_perl-2.0.0.tar.gz
+ % pgps -b --armor mod_perl-2.0.1.tar.gz
b. upload the generated sig file to www.apache.org:
- % scp mod_perl-2.0.0.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-2.0.1.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/
% ssh www.apache.org
% cd /www/perl.apache.org/dist/
- % chmod 0664 mod_perl-2.0.0.tar.gz.asc
- % ln -sf mod_perl-2.0.0.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
+ % chmod 0664 mod_perl-2.0.1.tar.gz.asc
+ % ln -sf mod_perl-2.0.1.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.0.tar.gz.asc
- http://perl.apache.org/dist/mod_perl-2.0.0.tar.gz
+ http://perl.apache.org/dist/mod_perl-2.0.1.tar.gz.asc
+ http://perl.apache.org/dist/mod_perl-2.0.1.tar.gz
- % gpg --verify mod_perl-2.0.0.tar.gz.asc
+ % gpg --verify mod_perl-2.0.1.tar.gz.asc
- % pgpv mod_perl-2.0.0.tar.gz.asc
+ % pgpv mod_perl-2.0.1.tar.gz.asc
d. make sure that the files you just created are group rw so
all the dist admins can make changes:
@@ -126,8 +125,8 @@
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.0.tar.gz* .
- % tar -xzvf mod_perl-2.0.0.tar.gz
+ % cp /www/perl.apache.org/dist/mod_perl-2.0.1.tar.gz* .
+ % tar -xzvf mod_perl-2.0.1.tar.gz
% mv mod_perl-2.0.0-RC6.tar.gz* /www/archive.apache.org/dist/perl/
% rm -rf mod_perl-2.0.0-RC6
@@ -141,11 +140,11 @@
8. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] mod_perl 2.0.0
+ Subject: [ANNOUNCE] mod_perl 2.0.1
include
- link at perl.apache.org:
- http://apache.org/dist/perl/mod_perl-2.0.0.tar.gz
- http://apache.org/dist/perl/mod_perl-2.0.0.tar.gz.asc (pgp sig)
+ http://apache.org/dist/perl/mod_perl-2.0.1.tar.gz
+ http://apache.org/dist/perl/mod_perl-2.0.1.tar.gz.asc (pgp sig)
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
@@ -156,24 +155,25 @@
b. edit ./Changes:
- start a new item with incremented version + '-dev'
- =item 2.000_00-dev
+ =item 2.0.2-dev
c. add a release entry in STATUS
d. update this file versions to make it easy to copy-n-paste things
on the next release:
-
- perl -pi -e 's/_26/_27/g' RELEASE
- perl -pi -e 's/RC8/RC8/g' RELEASE
- perl -pi -e 's/RC7/RC8/g' RELEASE
- perl -pi -e 's/RC6/RC7/g' RELEASE
- perl -pi -e 's/RC5/RC6/g' RELEASE
-
+
+ perl -pi -e 's/2.0.0-RC6/xXxXxXxXx/g' RELEASE
+ perl -pi -e 's/2.0.2/2.0.3/g' RELEASE
+ perl -pi -e 's/2.0.1/2.0.2/g' RELEASE
+ perl -pi -e 's/2.0.0/2.0.1/g' RELEASE
+ perl -pi -e 's/xXxXxXxXx/2.0.0/g' RELEASE
+ perl -ni -e 'print unless /xXxXxXxXx/' RELEASE
+
now reload this file and bump up the last number of the first
two commands.
e. commit the changed files
- % svn ci -m "start 2.000_00-dev cycle" Changes lib/mod_perl2.pm \
+ % svn ci -m "start 2.0.2-dev cycle" Changes lib/mod_perl2.pm \
STATUS RELEASE