Author: timbo
Date: Thu Mar 28 11:44:41 2013
New Revision: 15595
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
prep for 1.625 release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Thu Mar 28 11:44:41 2013
@@ -8,7 +8,7 @@
=cut
-=head2 Changes in DBI 1.625
+=head2 Changes in DBI 1.625 (svn r15595) 28th March 2013
Fixed heap-use-after-free during global destruction RT#75614
thanks to Reini Urban.
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Thu Mar 28 11:44:41 2013
@@ -11,7 +11,7 @@
require 5.008_001;
BEGIN {
-$VERSION = "1.624"; # ==> ALSO update the version in the pod text below!
+$VERSION = "1.625"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -137,7 +137,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to DBI version 1.624
+This is the DBI specification that corresponds to DBI version 1.625
(see L<DBI::Changes> for details).
The DBI is evolving at a steady pace, so it's good to check that