stas 2004/08/20 11:44:04
Modified: . Changes RELEASE
lib mod_perl.pm
Log:
start the 1.99_16 cycle
Revision Changes Path
1.458 +5 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -u -r1.457 -r1.458
--- Changes 20 Aug 2004 18:14:10 -0000 1.457
+++ Changes 20 Aug 2004 18:44:03 -0000 1.458
@@ -10,6 +10,11 @@
=over 3
+=item 1.99_16-dev
+
+
+
+
=item 1.99_15 - Aug 20, 2004
replace the memory allocation for modperl filter handlers to use a
1.19 +28 -25 modperl-2.0/RELEASE
Index: RELEASE
===================================================================
RCS file: /home/cvs/modperl-2.0/RELEASE,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- RELEASE 23 Jul 2004 23:24:55 -0000 1.18
+++ RELEASE 20 Aug 2004 18:44:03 -0000 1.19
@@ -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-1.99_15.tar.gz (not
+ etc. Now test this generated package mod_perl-1.99_16.tar.gz (not
the current build) with as many
configurations as possible on as many platforms as possible,
unpacking the package each time afresh.
@@ -51,29 +51,29 @@
g. test the final package again at least once
-4. Release the package and update links (e.g. mod_perl-1.99_15.tar.gz)
+4. Release the package and update links (e.g. mod_perl-1.99_16.tar.gz)
a. upload to www.apache.org:/www/perl.apache.org/dist/
- % scp mod_perl-1.99_15.tar.gz www.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-1.99_16.tar.gz www.apache.org:/www/perl.apache.org/dist/
b. ssh to www.apache.org, unpack the package, update symlinks to the
tar ball and unpacked distro:
% ssh www.apache.org
% cd /www/perl.apache.org/dist/
- % ln -sf mod_perl-1.99_15.tar.gz mod_perl-2.0-current.tar.gz
- % tar -xzvf mod_perl-1.99_15.tar.gz
+ % ln -sf mod_perl-1.99_16.tar.gz mod_perl-2.0-current.tar.gz
+ % tar -xzvf mod_perl-1.99_16.tar.gz
% rm /www/perl.apache.org/dist/mod_perl-2.0-current
- % ln -sf mod_perl-1.99_15 mod_perl-2.0-current
+ % ln -sf mod_perl-1.99_16 mod_perl-2.0-current
c. archive older releases (keep current + one prior release)
- % mv /www/perl.apache.org/dist/mod_perl-1.99_13.tar.gz \
+ % mv /www/perl.apache.org/dist/mod_perl-1.99_14.tar.gz \
/www/perl.apache.org/dist/old
- % mv /www/perl.apache.org/dist/mod_perl-1.99_13.tar.gz.asc \
+ % mv /www/perl.apache.org/dist/mod_perl-1.99_14.tar.gz.asc \
/www/perl.apache.org/dist/old
- % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_13
+ % rm -rf /www/perl.apache.org/dist/mod_perl-1.99_14
d. update the version and release date
modperl-docs/src/download/index_top.html and commit. It'll be
@@ -91,24 +91,27 @@
a. sign your local copy of the tarball:
- % gpg --detach-sign --armor mod_perl-1.99_15.tar.gz
+ % gpg --detach-sign --armor mod_perl-1.99_16.tar.gz
- % pgps -b --armor mod_perl-1.99_15.tar.gz
+ % pgps -b --armor mod_perl-1.99_16.tar.gz
b. upload the generated sig file to www.apache.org:
- % scp mod_perl-1.99_15.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-1.99_16.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/
% ssh www.apache.org
% cd /www/perl.apache.org/dist/
- % chmod 0664 mod_perl-1.99_15.tar.gz.asc
- % ln -sf mod_perl-1.99_15.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
+ % chmod 0664 mod_perl-1.99_16.tar.gz.asc
+ % ln -sf mod_perl-1.99_16.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:
- % gpg --verify mod_perl-1.99_15.tar.gz.asc
+ http://perl.apache.org/dist/mod_perl-1.99_16.tar.gz.asc
+ http://perl.apache.org/dist/mod_perl-1.99_16.tar.gz
- % pgpv mod_perl-1.99_15.tar.gz.asc
+ % gpg --verify mod_perl-1.99_16.tar.gz.asc
+
+ % pgpv mod_perl-1.99_16.tar.gz.asc
d. make sure that the files you just created are group rw so
all the dist admins can make changes:
@@ -122,10 +125,10 @@
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-1.99_15.tar.gz* .
- % tar -xzvf mod_perl-1.99_15.tar.gz
- % mv mod_perl-1.99_13.tar.gz* /www/archive.apache.org/dist/perl/
- % rm -rf mod_perl-1.99_14
+ % cp /www/perl.apache.org/dist/mod_perl-1.99_16.tar.gz* .
+ % tar -xzvf mod_perl-1.99_16.tar.gz
+ % mv mod_perl-1.99_14.tar.gz* /www/archive.apache.org/dist/perl/
+ % rm -rf mod_perl-1.99_15
b. make sure that the files you just created are group rw so
all the dist admins can make changes:
@@ -136,11 +139,11 @@
8. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] mod_perl 1.99_15
+ Subject: [ANNOUNCE] mod_perl 1.99_16
include
- link at perl.apache.org:
- http://apache.org/dist/perl/mod_perl-1.99_15.tar.gz
- http://apache.org/dist/perl/mod_perl-1.99_15.tar.gz.asc (pgp sig)
+ http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz
+ http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz.asc (pgp sig)
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
@@ -151,7 +154,7 @@
b. edit ./Changes:
- start a new item with incremented version + '-dev'
- =item 1.99_16-dev
+ =item 1.99_17-dev
c. add a release entry in STATUS and commit
% cvs ci STATUS
@@ -159,10 +162,10 @@
d. update this file versions to make it easy to copy-n-paste things
on the next release:
+ perl -pi -e 's/_17/_18/g' RELEASE
perl -pi -e 's/_16/_17/g' RELEASE
perl -pi -e 's/_15/_16/g' RELEASE
perl -pi -e 's/_14/_15/g' RELEASE
- perl -pi -e 's/_13/_14/g' RELEASE
now bump up the last number of the first command.
1.18 +1 -1 modperl-2.0/lib/mod_perl.pm
Index: mod_perl.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/mod_perl.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -u -r1.17 -r1.18
--- mod_perl.pm 21 May 2004 18:26:47 -0000 1.17
+++ mod_perl.pm 20 Aug 2004 18:44:04 -0000 1.18
@@ -18,7 +18,7 @@
use strict;
BEGIN {
- our $VERSION = "1.9915";
+ our $VERSION = "1.9916";
}
1;