Author: timbo
Date: Fri May 28 03:15:56 2010
New Revision: 14075

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

Log:
Prep for devel release.


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Fri May 28 03:15:56 2010
@@ -6,7 +6,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.612
+=head2 Changes in DBI 1.612 (svn r14075) 28th May 2010
 
   Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack)
   Fixed DBD::File leaks file handles (Jens Rehsack)

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Fri May 28 03:15:56 2010
@@ -9,7 +9,7 @@
 require 5.008_001;
 
 BEGIN {
-$DBI::VERSION = "1.611"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.612"; # ==> ALSO update the version in the pod text below!
 }
 
 =head1 NAME
@@ -121,7 +121,7 @@
 
 =head2 NOTES
 
-This is the DBI specification that corresponds to the DBI version 1.611
+This is the DBI specification that corresponds to the DBI version 1.612
 ($Revision$).
 
 The DBI is evolving at a steady pace, so it's good to check that

Modified: dbi/trunk/DBI.xs
==============================================================================
--- dbi/trunk/DBI.xs    (original)
+++ dbi/trunk/DBI.xs    Fri May 28 03:15:56 2010
@@ -4407,7 +4407,7 @@
                 (long)(level & DBIc_TRACE_LEVEL_MASK),
                 (int)PerlProc_getpid(),
 #ifdef MULTIPLICITY
-                my_perl,
+                (void *)my_perl,
 #else
                 0,
 #endif

Reply via email to