Author: wyoung
Date: Wed Feb 28 14:55:19 2007
New Revision: 1429

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1429&view=rev
Log:
Version 2.2.1

Modified:
    trunk/ChangeLog
    trunk/configure.ac

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1429&r1=1428&r2=1429&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Feb 28 14:55:19 2007
@@ -1,3 +1,30 @@
+2.2.1, 2007.02.28 (r1429)
+
+       o Fixed the new localtime() alternative selection code
+         for VS2003 and various uses of STLport.
+
+       o No longer inserting a null character into the query stream
+         on calling one of the preview() functions.  This was harmless
+         in v2.1, which used C strings more extensively, but began
+         causing problems in v2.2 due to its wider use of C++ strings.
+
+       o Fixed a bug in the Connection copy ctor where it didn't
+         completely initialize the object.
+
+       o Minor speed optimizations in the Row() ctor that copies
+         data from a MYSQL_ROW structure, and in Row::size().
+         Patch by Korolyov Ilya.
+
+       o Optimized Query::preview_char() a bit.  Patch by Jonathan
+         Wakely.
+
+       o Reordered directory list used by autconf when locating the
+         MySQL C API library.  The list is now ordered with the
+         most likely locations for the library first, so we're less
+         distracted by incorrect libraries.  This fixes a specific
+         build error under RHEL4 with recent versions of MySQL 5.0.
+
+
 2.2.0, 2007.01.23 (r1417)
 
        o ColData, const_string, and SQLString can now be constructed

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1429&r1=1428&r2=1429&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Feb 28 14:55:19 2007
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 2.2.0, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.2.1, [EMAIL PROTECTED], mysql++)
 AC_CONFIG_HEADER(config.h)
 AC_DISABLE_STATIC
 AC_CANONICAL_SYSTEM


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to