Author: stevehay
Date: Thu Oct 27 21:49:40 2016
New Revision: 1766898

URL: http://svn.apache.org/viewvc?rev=1766898&view=rev
Log:
Start 2.0.11-dev cycle

Modified:
    perl/modperl/trunk/Changes
    perl/modperl/trunk/META.yml
    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=1766898&r1=1766897&r2=1766898&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Thu Oct 27 21:49:40 2016
@@ -10,6 +10,8 @@ Also refer to the Apache::Test changes l
 
 =over 3
 
+=item 2.0.11-dev
+
 =item 2.0.10 October 27, 2016
 
 Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker errors on

Modified: perl/modperl/trunk/META.yml
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/META.yml?rev=1766898&r1=1766897&r2=1766898&view=diff
==============================================================================
--- perl/modperl/trunk/META.yml (original)
+++ perl/modperl/trunk/META.yml Thu Oct 27 21:49:40 2016
@@ -1,5 +1,5 @@
 name:         mod_perl
-version: 2.0.10
+version: 2.0.11
 installdirs:  site
 distribution_type: module
 no_index:

Modified: perl/modperl/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=1766898&r1=1766897&r2=1766898&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Thu Oct 27 21:49:40 2016
@@ -30,7 +30,7 @@ Instructions for mod_perl 2.0 Release Ma
      make sure you give the correct permissions to them.
 
 1. 'make mydist' - to make sure nothing is missing from the manifest,
-   etc. Now test this generated package mod_perl-2.0.10.tar.gz (not
+   etc. Now test this generated package mod_perl-2.0.11.tar.gz (not
    the current build) with as many
    configurations as possible on as many platforms as possible,
    unpacking the package each time afresh.  
@@ -40,7 +40,7 @@ Instructions for mod_perl 2.0 Release Ma
      - edit META.yml to the rc\d version above in the version key
 
   b. commit Changes
-     % svn ci -m "2.0.10 rc1" Changes
+     % svn ci -m "2.0.11 rc1" Changes
 
   c. nuke any preinstalled mod_perl libs and run 'make test'
 
@@ -58,7 +58,7 @@ Instructions for mod_perl 2.0 Release Ma
    candidate alert 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.10 RC\d+
+   Subject: [RELEASE CANDIDATE]: mod_perl-2.0.11 RC\d+
 
 2a. if problems are detected during stage 2, repeat stages 1 and 2.
 
@@ -79,7 +79,7 @@ Instructions for mod_perl 2.0 Release Ma
      % make -n tag
 
   d. commit Changes README Makefile.PL
-     % svn ci -m "2.0.10 release" Changes README Makefile.PL
+     % svn ci -m "2.0.11 release" Changes README Makefile.PL
 
   e. tag
      % make tag
@@ -88,24 +88,24 @@ Instructions for mod_perl 2.0 Release Ma
   XXXX: This needs to be fixed, and updated, developer beware its outdated and 
possibly wrong
   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_10
-     % svn propedit svn:externals 2_0_10
+     % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11
+     % svn propedit svn:externals 2_0_11
      Update the Apache-Test line to current revision
      % svn info https://svn.apache.org/repos/asf/perl/Apache-Test/trunk | grep 
"Last Changed Rev"
      Update the docs line to the current tag.
      It should look like:
-     % svn propget svn:externals 2_0_10
+     % svn propget svn:externals 2_0_11
        Apache-Test -r 608229 
https://svn.apache.org/repos/asf/perl/Apache-Test/trunk
-       docs 
https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_10/src/docs/2.0
+       docs 
https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_11/src/docs/2.0
 
-     % svn ci -m "2.0.10 release"
+     % svn ci -m "2.0.11 release"
 
   g. create the final package
      % make dist
 
   h. test the final package again at least once
 
-4. Release the package and update links (e.g. mod_perl-2.0.10.tar.gz)
+4. Release the package and update links (e.g. mod_perl-2.0.11.tar.gz)
 
   a. commit to https://dist.apache.org/repos/dist/release/perl - ask the PMC
      chair to give you the needed permissions if you do not have them.
@@ -115,23 +115,23 @@ Instructions for mod_perl 2.0 Release Ma
      tar ball and unpacked distro:
      % ssh people.apache.org
      % cd /www/perl.apache.org/dist/
-     % ln -sf mod_perl-2.0.10.tar.gz mod_perl-2.0-current.tar.gz
-     % tar -xzvf mod_perl-2.0.10.tar.gz
+     % ln -sf mod_perl-2.0.11.tar.gz mod_perl-2.0-current.tar.gz
+     % tar -xzvf mod_perl-2.0.11.tar.gz
      % rm /www/perl.apache.org/dist/mod_perl-2.0-current
-     % ln -sf  mod_perl-2.0.10 mod_perl-2.0-current
+     % ln -sf  mod_perl-2.0.11 mod_perl-2.0-current
 
   c. archive older releases (keep current + one prior release)
-     % mv /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz \
+     % mv /www/perl.apache.org/dist/mod_perl-2.0.10.tar.gz \
           /www/perl.apache.org/dist/old
-     % mv /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz.asc \
+     % mv /www/perl.apache.org/dist/mod_perl-2.0.10.tar.gz.asc \
           /www/perl.apache.org/dist/old
-     % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.9
+     % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.10
 
   d. update the version and release date in the docs:
      % vi modperl-docs/src/download/index_top.html 
      % vi modperl-docs/doap_Perl.rdf
      and commit.
-     % svn ci -m "2.0.10 release" \
+     % svn ci -m "2.0.11 release" \
            modperl-docs/src/download/index_top.html \
            modperl-docs/doap_Perl.rdf
      
@@ -151,26 +151,26 @@ Instructions for mod_perl 2.0 Release Ma
 
   a. sign your local copy of the tarball:
 
-     % gpg --detach-sign --armor mod_perl-2.0.10.tar.gz
+     % gpg --detach-sign --armor mod_perl-2.0.11.tar.gz
 
-     % pgps -b --armor mod_perl-2.0.10.tar.gz
+     % pgps -b --armor mod_perl-2.0.11.tar.gz
 
   b. upload the generated sig file to people.apache.org:
-     % scp mod_perl-2.0.10.tar.gz.asc 
people.apache.org:/www/perl.apache.org/dist/
+     % scp mod_perl-2.0.11.tar.gz.asc 
people.apache.org:/www/perl.apache.org/dist/
      % ssh people.apache.org
      % cd /www/perl.apache.org/dist/
-     % chmod 0664 mod_perl-2.0.10.tar.gz.asc
-     % ln -sf mod_perl-2.0.10.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
+     % chmod 0664 mod_perl-2.0.11.tar.gz.asc
+     % ln -sf mod_perl-2.0.11.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.10.tar.gz.asc
-     http://perl.apache.org/dist/mod_perl-2.0.10.tar.gz
+     http://perl.apache.org/dist/mod_perl-2.0.11.tar.gz.asc
+     http://perl.apache.org/dist/mod_perl-2.0.11.tar.gz
 
-     % gpg --verify mod_perl-2.0.10.tar.gz.asc
+     % gpg --verify mod_perl-2.0.11.tar.gz.asc
 
-     % pgpv mod_perl-2.0.10.tar.gz.asc
+     % pgpv mod_perl-2.0.11.tar.gz.asc
 
   d. make sure that the files you just created are group rw so
      all the dist admins can make changes:
@@ -182,10 +182,10 @@ Instructions for mod_perl 2.0 Release Ma
 
   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.10.tar.gz* .
-     % tar -xzvf mod_perl-2.0.10.tar.gz
-     % mv mod_perl-2.0.9.tar.gz* /www/archive.apache.org/dist/perl/
-     % rm -rf mod_perl-2.0.9
+     % cp /www/perl.apache.org/dist/mod_perl-2.0.11.tar.gz* .
+     % tar -xzvf mod_perl-2.0.11.tar.gz
+     % mv mod_perl-2.0.10.tar.gz* /www/archive.apache.org/dist/perl/
+     % rm -rf mod_perl-2.0.10
 
   b. make sure that the files you just created are group rw so
      all the dist admins can make changes:
@@ -201,12 +201,12 @@ Instructions for mod_perl 2.0 Release Ma
 
    Note, to post to announce@, you must be sending from an apache.org address.
 
-   Subject: [ANNOUNCE] mod_perl 2.0.10 
+   Subject: [ANNOUNCE] mod_perl 2.0.11 
 
      include:
      - link at perl.apache.org:
-       http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz
-       http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz.asc (pgp sig)
+       http://apache.org/dist/perl/mod_perl-2.0.11.tar.gz
+       http://apache.org/dist/perl/mod_perl-2.0.11.tar.gz.asc (pgp sig)
      - MD5 sig (as it comes from CPAN upload announce).
      - the latest Changes
 
@@ -219,7 +219,7 @@ Instructions for mod_perl 2.0 Release Ma
   c. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-     =item 2.0.11-dev
+     =item 2.0.12-dev
 
   d. add a release entry in STATUS
 
@@ -228,7 +228,7 @@ Instructions for mod_perl 2.0 Release Ma
      % perl -pi.bak -e 's/(\d+)([._])(\d+)(\2)(\d+)/join($2, $1, $3, $5+1)/eg' 
RELEASE
 
   f. commit the changed files
-     % svn ci -m "start 2.0.10-dev cycle" Changes META.yml lib/mod_perl2.pm \
+     % svn ci -m "start 2.0.11-dev cycle" Changes META.yml 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=1766898&r1=1766897&r2=1766898&view=diff
==============================================================================
--- perl/modperl/trunk/STATUS (original)
+++ perl/modperl/trunk/STATUS Thu Oct 27 21:49:40 2016
@@ -3,6 +3,7 @@ mod_perl 2.0 STATUS:
 
 Release:
 --------
+   2.000.10   : Released Oct 27, 2016
    2.000.09   : Released Jun 18, 2015
    2.000.08   : Released Apr 17, 2013
    2.000.07   : Released Jun 05, 2012

Modified: perl/modperl/trunk/lib/mod_perl2.pm
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/lib/mod_perl2.pm?rev=1766898&r1=1766897&r2=1766898&view=diff
==============================================================================
--- perl/modperl/trunk/lib/mod_perl2.pm (original)
+++ perl/modperl/trunk/lib/mod_perl2.pm Thu Oct 27 21:49:40 2016
@@ -20,7 +20,7 @@ use 5.006;
 use strict;
 
 BEGIN {
-    our $VERSION = "2.000010";
+    our $VERSION = "2.000011";
     our $VERSION_TRIPLET;
 
     if ($VERSION =~ /(\d+)\.(\d\d\d)(\d+)/) {


Reply via email to