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 ph...@apache.org on 2011/02/02 21:52:06 UTC

svn commit: r1066624 - in /perl/Apache-DBI/trunk: Changes RELEASE lib/Apache/AuthDBI.pm lib/Apache/DBI.pm

Author: phred
Date: Wed Feb  2 20:52:05 2011
New Revision: 1066624

URL: http://svn.apache.org/viewvc?rev=1066624&view=rev
Log:
prep 1.09 release

Modified:
    perl/Apache-DBI/trunk/Changes
    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=1066624&r1=1066623&r2=1066624&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/Changes (original)
+++ perl/Apache-DBI/trunk/Changes Wed Feb  2 20:52:05 2011
@@ -1,7 +1,9 @@
 Revision history for ApacheDBI.
 
-1.10
-
+1.10 February 2, 2011
+  - Add Apache2::RequestUtil for mp2 instances.
+    Issue reported by wanradt@gmail.com
+    [Fred Moyer <fr...@redhotpenguin.com>
 
 1.09 November 11, 2010
   - Fix pod errors

Modified: perl/Apache-DBI/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/RELEASE?rev=1066624&r1=1066623&r2=1066624&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/RELEASE (original)
+++ perl/Apache-DBI/trunk/RELEASE Wed Feb  2 20:52:05 2011
@@ -1,9 +1,9 @@
 1) find . -type f | egrep -v '.svn|RELEASE' | \
-       xargs perl -pi -e 's,1.09-dev,1.09,g'
+       xargs perl -pi -e 's,1.10-dev,1.10,g'
 
-   Update Changes - add the date for 1.09 entry
+   Update Changes - add the date for 1.10 entry
 
-   svn ci -m "prep 1.09 release"
+   svn ci -m "prep 1.10 release"
 
 2) make distclean
 
@@ -13,16 +13,16 @@
 
 5) make dist clean
 
-6) svn copy -m "tag 1.09" \
+6) svn copy -m "tag 1.10" \
        https://svn.perl.org/modules/Apache-DBI/trunk \
-       https://svn.perl.org/modules/Apache-DBI/tags/rel_1.09
+       https://svn.perl.org/modules/Apache-DBI/tags/rel_1.10
 
 7) find . -type f | egrep -v '.svn|Changes|RELEASE' | \
-       xargs perl -pi -e 's,1.09,1.10-dev,g'
+       xargs perl -pi -e 's,1.10,1.11-dev,g'
 
-8) Add an entry to Changes for 1.10-dev
+8) Add an entry to Changes for 1.11-dev
 
-9) svn ci -m "roll on to 1.10-dev"
+9) svn ci -m "roll on to 1.11-dev"
 
 10) forward the PAUSE email with MD5 sum and Changes to 
     modperl@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=1066624&r1=1066623&r2=1066624&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm (original)
+++ perl/Apache-DBI/trunk/lib/Apache/AuthDBI.pm Wed Feb  2 20:52:05 2011
@@ -1,7 +1,7 @@
 # $Id$
 package Apache::AuthDBI;
 
-$Apache::AuthDBI::VERSION = '1.10-dev';
+$Apache::AuthDBI::VERSION = '1.10';
 
 # 1: report about cache miss
 # 2: full debug output
@@ -16,6 +16,7 @@ BEGIN {
 	require Apache2::Access;
     require Apache2::Const;
     require Apache2::RequestRec;
+    require Apache2::RequestUtil;
     require Apache2::Log;
     import Apache2::Const @constants;
   }

Modified: perl/Apache-DBI/trunk/lib/Apache/DBI.pm
URL: http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/lib/Apache/DBI.pm?rev=1066624&r1=1066623&r2=1066624&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/lib/Apache/DBI.pm (original)
+++ perl/Apache-DBI/trunk/lib/Apache/DBI.pm Wed Feb  2 20:52:05 2011
@@ -22,7 +22,7 @@ use Carp ();
 
 require_version DBI 1.00;
 
-$Apache::DBI::VERSION = '1.10-dev';
+$Apache::DBI::VERSION = '1.10';
 
 # 1: report about new connect
 # 2: full debug output