You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by go...@apache.org on 2007/03/30 07:56:31 UTC

svn commit: r523952 - in /perl/modperl/branches/1.x: Changes RELEASE lib/mod_perl.pm

Author: gozer
Date: Thu Mar 29 22:56:31 2007
New Revision: 523952

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

Modified:
    perl/modperl/branches/1.x/Changes
    perl/modperl/branches/1.x/RELEASE
    perl/modperl/branches/1.x/lib/mod_perl.pm

Modified: perl/modperl/branches/1.x/Changes
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Changes?view=diff&rev=523952&r1=523951&r2=523952
==============================================================================
--- perl/modperl/branches/1.x/Changes (original)
+++ perl/modperl/branches/1.x/Changes Thu Mar 29 22:56:31 2007
@@ -8,6 +8,8 @@
 
 =over 3
 
+=item 1.31-dev
+
 =item 1.30 March 29, 2007
 
 SECURITY: CVE-2007-1349 (cve.mitre.org)

Modified: perl/modperl/branches/1.x/RELEASE
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/RELEASE?view=diff&rev=523952&r1=523951&r2=523952
==============================================================================
--- perl/modperl/branches/1.x/RELEASE (original)
+++ perl/modperl/branches/1.x/RELEASE Thu Mar 29 22:56:31 2007
@@ -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-1.30-dev.tar.gz (not
+   etc. Now test this generated package mod_perl-1.31-dev.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,7 +51,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-1.30 RC\d+
+   Subject: [RELEASE CANDIDATE]: mod_perl-1.31 RC\d+
 
 2a. if problems are detected during stage 2, repeat stages 1 and 2.
 
@@ -78,29 +78,29 @@
 
   f. test the final package again at least once
 
-4. Release the package and update links (e.g. mod_perl-1.30.tar.gz)
+4. Release the package and update links (e.g. mod_perl-1.31.tar.gz)
 
   a. upload to www.apache.org:/www/perl.apache.org/dist/
 
-    %  scp mod_perl-1.30.tar.gz perl.apache.org:/www/perl.apache.org/dist/
+    %  scp mod_perl-1.31.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-1.30.tar.gz mod_perl-1.0-current.tar.gz
-    % tar -xzvf mod_perl-1.30.tar.gz
-    % rm /www/perl.apache.org/dist/mod_perl-1.0-current
-    % ln -sf  mod_perl-1.30 mod_perl-1.0-current
+    % ln -sf mod_perl-1.31.tar.gz mod_perl-1.1-current.tar.gz
+    % tar -xzvf mod_perl-1.31.tar.gz
+    % rm /www/perl.apache.org/dist/mod_perl-1.1-current
+    % ln -sf  mod_perl-1.31 mod_perl-1.1-current
 
   c. archive older releases (keep current + one prior release)
 
-    % mv /www/perl.apache.org/dist/mod_perl-1.28.tar.gz \
+    % mv /www/perl.apache.org/dist/mod_perl-1.29.tar.gz \
          /www/perl.apache.org/dist/old
-    % mv /www/perl.apache.org/dist/mod_perl-1.29.tar.gz.asc \
+    % mv /www/perl.apache.org/dist/mod_perl-1.30.tar.gz.asc \
          /www/perl.apache.org/dist/old
-    % rm -rf /www/perl.apache.org/dist/mod_perl-1.28
+    % rm -rf /www/perl.apache.org/dist/mod_perl-1.29
 
   d. update the version and release date
      modperl-docs/src/download/index_top.html and commit. It'll be
@@ -123,27 +123,27 @@
 
   a. sign your local copy of the tarball:
 
-    % gpg --detach-sign --armor mod_perl-1.30.tar.gz
+    % gpg --detach-sign --armor mod_perl-1.31.tar.gz
 
-    % pgps -b --armor mod_perl-1.30.tar.gz
+    % pgps -b --armor mod_perl-1.31.tar.gz
 
   b. upload the generated sig file to www.apache.org:
 
-    % scp mod_perl-1.30.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/
+    % scp mod_perl-1.31.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-1.30.tar.gz.asc
-    % ln -sf mod_perl-1.30.tar.gz.asc mod_perl-1.0-current.tar.gz.asc
+    % chmod 0664 mod_perl-1.31.tar.gz.asc
+    % ln -sf mod_perl-1.31.tar.gz.asc mod_perl-1.1-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-1.30.tar.gz.asc
-    http://perl.apache.org/dist/mod_perl-1.30.tar.gz
+    http://perl.apache.org/dist/mod_perl-1.31.tar.gz.asc
+    http://perl.apache.org/dist/mod_perl-1.31.tar.gz
 
-    % gpg --verify mod_perl-1.30.tar.gz.asc
+    % gpg --verify mod_perl-1.31.tar.gz.asc
 
-    % pgpv mod_perl-1.30.tar.gz.asc
+    % pgpv mod_perl-1.31.tar.gz.asc
 
   d. make sure that the files you just created are group rw so
      all the dist admins can make changes:
@@ -157,10 +157,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.30.tar.gz* .
-   % tar -xzvf mod_perl-1.30.tar.gz
-   % mv mod_perl-1.29.tar.gz* /www/archive.apache.org/dist/perl/
-   % rm -rf mod_perl-1.29
+   % cp /www/perl.apache.org/dist/mod_perl-1.31.tar.gz* .
+   % tar -xzvf mod_perl-1.31.tar.gz
+   % mv mod_perl-1.30.tar.gz* /www/archive.apache.org/dist/perl/
+   % rm -rf mod_perl-1.30
 
   b. make sure that the files you just created are group rw so
 
@@ -173,11 +173,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 1.30 
+  Subject: [ANNOUNCE] mod_perl 1.31 
      include 
   - link at perl.apache.org:
-    http://apache.org/dist/perl/mod_perl-1.30.tar.gz
-    http://apache.org/dist/perl/mod_perl-1.30.tar.gz.asc (pgp sig)
+    http://apache.org/dist/perl/mod_perl-1.31.tar.gz
+    http://apache.org/dist/perl/mod_perl-1.31.tar.gz.asc (pgp sig)
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
 
@@ -188,7 +188,7 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.31-dev
+  =item 1.32-dev
 
   c. add a release entry in STATUS
 
@@ -199,7 +199,7 @@
 
   e. commit the changed files
 
-     % svn ci -m "start 1.31-dev cycle" Changes lib/mod_perl.pm \
+     % svn ci -m "start 1.32-dev cycle" Changes lib/mod_perl.pm \
        STATUS RELEASE
 
 10. Old Versions

Modified: perl/modperl/branches/1.x/lib/mod_perl.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/lib/mod_perl.pm?view=diff&rev=523952&r1=523951&r2=523952
==============================================================================
--- perl/modperl/branches/1.x/lib/mod_perl.pm (original)
+++ perl/modperl/branches/1.x/lib/mod_perl.pm Thu Mar 29 22:56:31 2007
@@ -4,7 +4,7 @@
 use DynaLoader ();
 
 BEGIN {
-    $mod_perl::VERSION = "1.30";
+    $mod_perl::VERSION = "1.31";
 }
 
 sub boot {