Author: timbo
Date: Mon May 21 05:49:55 2012
New Revision: 15315

Modified:
   dbi/trunk/Changes
   dbi/trunk/DBI.pm

Log:
Prep for release


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Mon May 21 05:49:55 2012
@@ -6,10 +6,12 @@
 
 =cut
 
-=head2 Changes in DBI 1.xxx (svn rxxx)
+=head2 Changes in DBI 1.621 (svn r15315) 21st May 2012
 
-  Fixed RT#77137 - segmentation fault when a thread is created from
-  within another thread thanks to Dave Mitchell.
+  Fixed segmentation fault when a thread is created from
+    within another thread RT#77137, thanks to Dave Mitchell.
+  Updated Changes to credit Booking.com for sponsoring Dave Mitchell
+    recent DBI optimization work.
 
 =head2 Changes in DBI 1.620 (svn r15300) 25th April 2012
 

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Mon May 21 05:49:55 2012
@@ -11,7 +11,7 @@
 require 5.008_001;
 
 BEGIN {
-$VERSION = "1.620"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.621"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -125,7 +125,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to DBI version 1.620
+This is the DBI specification that corresponds to DBI version 1.621
 (see L<DBI::Changes> for details).
 
 The DBI is evolving at a steady pace, so it's good to check that

Reply via email to