List:Commits« Previous MessageNext Message »
From:capttofu Date:December 23 2006 7:54pm
Subject:[svn:DBD-mysql] r8434 - in DBD-mysql: branches/Dev-2_9 branches/Dev-3_0 branches/Dev-3_0/lib/DBD branches/Dev-3_1 branches/old_trunk trunk
View as plain text  
Author: capttofu
Date: Sat Dec 23 10:54:54 2006
New Revision: 8434

Added:
   DBD-mysql/branches/old_trunk/
      - copied from r8419, /DBD-mysql/trunk/
Removed:
   DBD-mysql/branches/Dev-2_9/
   DBD-mysql/branches/Dev-3_1/
   DBD-mysql/trunk/
Modified:
   DBD-mysql/branches/Dev-3_0/ChangeLog
   DBD-mysql/branches/Dev-3_0/lib/DBD/mysql.pm

Log:
Moving trunk to old_trunk, deleting trunk


Modified: DBD-mysql/branches/Dev-3_0/ChangeLog
==============================================================================
--- DBD-mysql/branches/Dev-3_0/ChangeLog	(original)
+++ DBD-mysql/branches/Dev-3_0/ChangeLog	Sat Dec 23 10:54:54 2006
@@ -1,3 +1,10 @@
+2006-12-22 Patrick Galbraith <patg@stripped>, Alexey Stroganov (4.00)
+* Added Alexey Stroganov's patch which fixes varying number of columns in 
+  multiple result sets. Added new test cases to 80procs.t (bug #21028) 
+* Added Philip Stoev's patch for DATA_TYPE date and time columns (bug #23988)
+* New Versioning! 4.0 now. This dev tree will now become trunk
+* Turned off prepared statements by default
+
 2006-10-10 Patrick Galbraith <patg@stripped>, Alexey Stroganov (3.0009_1)
 * Added fbind and bind alloc to dbd_st_describe. This was causing a crash
   when using with mod_perl

Modified: DBD-mysql/branches/Dev-3_0/lib/DBD/mysql.pm
==============================================================================
--- DBD-mysql/branches/Dev-3_0/lib/DBD/mysql.pm	(original)
+++ DBD-mysql/branches/Dev-3_0/lib/DBD/mysql.pm	Sat Dec 23 10:54:54 2006
@@ -9,7 +9,7 @@
 use Carp ();
 @ISA = qw(DynaLoader);
 
-$VERSION = '3.0009_1';
+$VERSION = '4.00';
 
 bootstrap DBD::mysql $VERSION;
 
Thread
[svn:DBD-mysql] r8434 - in DBD-mysql: branches/Dev-2_9 branches/Dev-3_0 branches/Dev-3_0/lib/DBD branches/Dev-3_1 branches/old_trunk trunkcapttofu23 Dec