Author: timbo
Date: Mon Jun 16 14:15:02 2008
New Revision: 11434
Modified:
dbi/trunk/Changes
Log:
Clean up Changes file.
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Mon Jun 16 14:15:02 2008
@@ -54,15 +54,7 @@
Add high-res time for windows - via Time::HiRes glob replace dbi_time().
-=head2 Changes in DBI 1.605 XXX
-
-Make trace level 2 show method entry but not fetched rows, leave that for
trace level 3.
-So trace level 2 can be used to aid debugging without being flooded by data
-
-1 = return from top level only, no rows
-2 = +entry to top level, no rows
-3 = +return from nested, no rows
-4 = +entry to nested, with rows
+=head2 Changes in DBI 1.605 (svn r11434) 16th June 2008
Fixed broken DBIS macro with threads on big-endian machines
with 64bit ints but 32bit pointers. Ticket #32309.