Author: timbo
Date: Mon Aug 30 13:05:32 2010
New Revision: 14355

Modified:
   dbi/trunk/Changes
   dbi/trunk/dbixs_rev.h

Log:
Prep for dev release. Reorder Changes into Fix/Changed/Added order.


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Mon Aug 30 13:05:32 2010
@@ -6,7 +6,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.614 (svn r14333) 16th August 2010
+=head2 Changes in DBI 1.614 (svn r14355) 30th August 2010
 
   Fixed internals to not refer to old perl symbols that
     will no longer be visible in perl >5.13.3 (Andreas Koenig)
@@ -14,17 +14,16 @@
   Fixed issue in DBD::File when absolute filename is used as table name
     (Jens Rehsack)
 
+  Changed 50dbm_simple to simplify and fix problems (Martin J. Evans)
+  Changed 50dbm_simple to skip aggregation tests when not using
+    SQL::Statement (Jens Rehsack)
+  Minor speed improvements in DBD::File (Jens Rehsack)
+
   Added $h->{AutoInactiveDestroy} as simpler safer form of
     $h->{InactiveDestroy} (David E. Wheeler)
   Added ability for parallel testing "prove -j4 ..." (Jens Rehsack)
   Added tests for delete in DBM (H.Merijn Brand)
-  Changed 50dbm_simple to delete all test counting code as it is getting
-    far too complicated and switched to done_testing. Fixed problems
-    skipping errors on prepare and execute. (Martin J. Evans)
-  Changed 50dbm_simple to skip aggregation tests when not using
-    SQL::Statement (Jens Rehsack)
   Added test for absolute filename as table to 51dbm_file (Jens Rehsack)
-  Minor speed improvements of DBD::File (Jens Rehsack)
   Added two initialization phases to DBI::DBD::SqlEngine
   Added improved developers documentation for DBI::DBD::SqlEngine
 

Modified: dbi/trunk/dbixs_rev.h
==============================================================================
--- dbi/trunk/dbixs_rev.h       (original)
+++ dbi/trunk/dbixs_rev.h       Mon Aug 30 13:05:32 2010
@@ -1,3 +1,2 @@
-/* Fri Jul 30 15:11:09 2010 */
-/* Mixed revision working copy (14295:14297) */
-#define DBIXS_REVISION 14295
+/* Mon Aug 30 20:49:00 2010 */
+#define DBIXS_REVISION 14354

Reply via email to