Author: phred
Date: Fri Oct  7 20:38:11 2011
New Revision: 1180211

URL: http://svn.apache.org/viewvc?rev=1180211&view=rev
Log:
roll on to 1.12-dev

Modified:
    perl/Apache-DBI/trunk/Changes
    perl/Apache-DBI/trunk/README
    perl/Apache-DBI/trunk/RELEASE
    perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm
    perl/Apache-DBI/trunk/lib/Apache/DBI.pm

Modified: perl/Apache-DBI/trunk/Changes
URL: 
http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/Changes?rev=1180211&r1=1180210&r2=1180211&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/Changes (original)
+++ perl/Apache-DBI/trunk/Changes Fri Oct  7 20:38:11 2011
@@ -1,5 +1,7 @@
 Revision history for ApacheDBI.
 
+1.12-dev
+
 1.11 October 7, 2011
 
   - RT 69087, Perl 5.14 'Using qw(...) as parentheses' fix

Modified: perl/Apache-DBI/trunk/README
URL: 
http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/README?rev=1180211&r1=1180210&r2=1180211&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/README (original)
+++ perl/Apache-DBI/trunk/README Fri Oct  7 20:38:11 2011
@@ -1,7 +1,7 @@
 DESCRIPTION:
 ------------
 
-This is version 1.11-dev of Apache::AuthDBI and Apache::DBI.
+This is version 1.12-dev-dev of Apache::AuthDBI and Apache::DBI.
 
 These modules are supposed to be used with the Apache server together with 
 an embedded perl interpreter like mod_perl. They provide support for basic 

Modified: perl/Apache-DBI/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/RELEASE?rev=1180211&r1=1180210&r2=1180211&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/RELEASE (original)
+++ perl/Apache-DBI/trunk/RELEASE Fri Oct  7 20:38:11 2011
@@ -1,9 +1,9 @@
 1) find . -type f | egrep -v '.svn|RELEASE' | \
-       xargs perl -pi -e 's,1.10-dev,1.10,g'
+       xargs perl -pi -e 's,1.11-dev,1.11,g'
 
-   Update Changes - add the date for 1.10 entry
+   Update Changes - add the date for 1.11 entry
 
-   svn ci -m "prep 1.10 release"
+   svn ci -m "prep 1.11 release"
 
 2) make distclean
 
@@ -13,16 +13,16 @@
 
 5) make dist clean
 
-6) svn copy -m "tag 1.10" \
+6) svn copy -m "tag 1.11" \
        https://svn.apache.org/repos/asf/perl/Apache-DBI/trunk \
-       https://svn.apache.org/repos/asf/perl/Apache-DBI/tags/rel_1_10
+       https://svn.apache.org/repos/asf/perl/Apache-DBI/tags/rel_1_11
 
 7) find . -type f | egrep -v '.svn|Changes|RELEASE' | \
-       xargs perl -pi -e 's,1.10,1.11-dev,g'
+       xargs perl -pi -e 's,1.11,1.12-dev,g'
 
-8) Add an entry to Changes for 1.11-dev
+8) Add an entry to Changes for 1.12-dev
 
-9) svn ci -m "roll on to 1.11-dev"
+9) svn ci -m "roll on to 1.12-dev"
 
 10) forward the PAUSE email with MD5 sum and Changes to 
     modp...@perl.apache.org.

Modified: perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm
URL: 
http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm?rev=1180211&r1=1180210&r2=1180211&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm (original)
+++ perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm Fri Oct  7 20:38:11 2011
@@ -1,7 +1,7 @@
 # $Id$
 package Apache::AuthDBI;
 
-$Apache::AuthDBI::VERSION = '1.11';
+$Apache::AuthDBI::VERSION = '1.12-dev';
 
 # 1: report about cache miss
 # 2: full debug output

Modified: perl/Apache-DBI/trunk/lib/Apache/DBI.pm
URL: 
http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/lib/Apache/DBI.pm?rev=1180211&r1=1180210&r2=1180211&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/lib/Apache/DBI.pm (original)
+++ perl/Apache-DBI/trunk/lib/Apache/DBI.pm Fri Oct  7 20:38:11 2011
@@ -22,7 +22,7 @@ use Carp ();
 
 require_version DBI 1.00;
 
-$Apache::DBI::VERSION = '1.11';
+$Apache::DBI::VERSION = '1.12-dev';
 
 # 1: report about new connect
 # 2: full debug output


Reply via email to