Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl-cvs

svn commit: r648975 - in /perl/modperl/trunk: Changes RELEASE STATUS lib/mod_perl2.pm

 

 

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded


gozer at apache

Apr 16, 2008, 11:37 PM

Post #1 of 1 (292 views)
Permalink
svn commit: r648975 - in /perl/modperl/trunk: Changes RELEASE STATUS lib/mod_perl2.pm

Author: gozer
Date: Wed Apr 16 23:37:13 2008
New Revision: 648975

URL: http://svn.apache.org/viewvc?rev=648975&view=rev
Log:
start 2.0.4-dev cycle

Modified:
perl/modperl/trunk/Changes
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=648975&r1=648974&r2=648975&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Wed Apr 16 23:37:13 2008
@@ -10,6 +10,8 @@

=over 3

+=item 2.0.5-dev
+
=item 2.0.4 April 16, 2008

Fix $r->location corruption under certain conditions

Modified: perl/modperl/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=648975&r1=648974&r2=648975&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Wed Apr 16 23:37:13 2008
@@ -30,7 +30,7 @@
make sure you give the correct permissions to them.

1. 'make dist' - to make sure nothing is missing from the manifest,
- etc. Now test this generated package mod_perl-2.0.4.tar.gz (not
+ etc. Now test this generated package mod_perl-2.0.5.tar.gz (not
the current build) with as many
configurations as possible on as many platforms as possible,
unpacking the package each time afresh.
@@ -55,7 +55,7 @@
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.4 RC\d+
+ Subject: [RELEASE CANDIDATE]: mod_perl-2.0.5 RC\d+

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

@@ -82,8 +82,8 @@

f. Update the svn:externals in the new tag
(you can't propedit remotely yet in svn)
- svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_3
- svn propedit svn:externals 2_0_3
+ svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_5
+ svn propedit svn:externals 2_0_5
Update the Apache-Test line to the tag you previously created.
Update the docs line to the current tag.
svn ci
@@ -93,29 +93,29 @@

h. test the final package again at least once

-4. Release the package and update links (e.g. mod_perl-2.0.4.tar.gz)
+4. Release the package and update links (e.g. mod_perl-2.0.5.tar.gz)

a. upload to www.apache.org:/www/perl.apache.org/dist/

- % scp mod_perl-2.0.4.tar.gz perl.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-2.0.5.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.4.tar.gz mod_perl-2.0-current.tar.gz
- % tar -xzvf mod_perl-2.0.4.tar.gz
+ % ln -sf mod_perl-2.0.5.tar.gz mod_perl-2.0-current.tar.gz
+ % tar -xzvf mod_perl-2.0.5.tar.gz
% rm /www/perl.apache.org/dist/mod_perl-2.0-current
- % ln -sf mod_perl-2.0.4 mod_perl-2.0-current
+ % ln -sf mod_perl-2.0.5 mod_perl-2.0-current

c. archive older releases (keep current + one prior release)

- % mv /www/perl.apache.org/dist/mod_perl-2.0.2.tar.gz \
+ % mv /www/perl.apache.org/dist/mod_perl-2.0.3.tar.gz \
/www/perl.apache.org/dist/old
- % mv /www/perl.apache.org/dist/mod_perl-2.0.2.tar.gz.asc \
+ % mv /www/perl.apache.org/dist/mod_perl-2.0.3.tar.gz.asc \
/www/perl.apache.org/dist/old
- % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.2
+ % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.3

d. update the version and release date
modperl-docs/src/download/index_top.html and commit. It'll be
@@ -138,27 +138,27 @@

a. sign your local copy of the tarball:

- % gpg --detach-sign --armor mod_perl-2.0.4.tar.gz
+ % gpg --detach-sign --armor mod_perl-2.0.5.tar.gz

- % pgps -b --armor mod_perl-2.0.4.tar.gz
+ % pgps -b --armor mod_perl-2.0.5.tar.gz

b. upload the generated sig file to www.apache.org:

- % scp mod_perl-2.0.4.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/
+ % scp mod_perl-2.0.5.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.4.tar.gz.asc
- % ln -sf mod_perl-2.0.4.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
+ % chmod 0664 mod_perl-2.0.5.tar.gz.asc
+ % ln -sf mod_perl-2.0.5.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.4.tar.gz.asc
- http://perl.apache.org/dist/mod_perl-2.0.4.tar.gz
+ http://perl.apache.org/dist/mod_perl-2.0.5.tar.gz.asc
+ http://perl.apache.org/dist/mod_perl-2.0.5.tar.gz

- % gpg --verify mod_perl-2.0.4.tar.gz.asc
+ % gpg --verify mod_perl-2.0.5.tar.gz.asc

- % pgpv mod_perl-2.0.4.tar.gz.asc
+ % pgpv mod_perl-2.0.5.tar.gz.asc

d. make sure that the files you just created are group rw so
all the dist admins can make changes:
@@ -172,10 +172,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-2.0.4.tar.gz* .
- % tar -xzvf mod_perl-2.0.4.tar.gz
- % mv mod_perl-2.0.2.tar.gz* /www/archive.apache.org/dist/perl/
- % rm -rf mod_perl-2.0.2
+ % cp /www/perl.apache.org/dist/mod_perl-2.0.5.tar.gz* .
+ % tar -xzvf mod_perl-2.0.5.tar.gz
+ % mv mod_perl-2.0.3.tar.gz* /www/archive.apache.org/dist/perl/
+ % rm -rf mod_perl-2.0.3

b. make sure that the files you just created are group rw so

@@ -188,11 +188,11 @@

a. post ... to the modperl, announce lists
Note, to post to announce@, you must be sending from an apache.org address.
- Subject: [ANNOUNCE] mod_perl 2.0.4
+ Subject: [ANNOUNCE] mod_perl 2.0.5
include
- link at perl.apache.org:
- http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz
- http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz.asc (pgp sig)
+ http://apache.org/dist/perl/mod_perl-2.0.5.tar.gz
+ http://apache.org/dist/perl/mod_perl-2.0.5.tar.gz.asc (pgp sig)
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes

@@ -203,7 +203,7 @@
b. edit ./Changes:
- start a new item with incremented version + '-dev'

- =item 2.0.5-dev
+ =item 2.0.6-dev

c. add a release entry in STATUS

@@ -214,7 +214,7 @@

e. commit the changed files

- % svn ci -m "start 2.0.4-dev cycle" Changes lib/mod_perl2.pm \
+ % svn ci -m "start 2.0.5-dev cycle" Changes lib/mod_perl2.pm \
STATUS RELEASE

10. Old Versions

Modified: perl/modperl/trunk/STATUS
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/STATUS?rev=648975&r1=648974&r2=648975&view=diff
==============================================================================
--- perl/modperl/trunk/STATUS (original)
+++ perl/modperl/trunk/STATUS Wed Apr 16 23:37:13 2008
@@ -3,6 +3,7 @@

Release:
--------
+ 2.000.04 : Released Apr 16, 2008
2.000.03 : Released Nov 29, 2006
2.000.02 : Released Oct 20, 2005
2.000.01 : Released Jun 17, 2005

Modified: perl/modperl/trunk/lib/mod_perl2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/lib/mod_perl2.pm?rev=648975&r1=648974&r2=648975&view=diff
==============================================================================
--- perl/modperl/trunk/lib/mod_perl2.pm (original)
+++ perl/modperl/trunk/lib/mod_perl2.pm Wed Apr 16 23:37:13 2008
@@ -19,7 +19,7 @@
use strict;

BEGIN {
- our $VERSION = "2.000004";
+ our $VERSION = "2.000005";
our $VERSION_TRIPLET;

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

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.