Author: wyoung
Date: Wed Jul 11 23:34:05 2007
New Revision: 1669

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1669&view=rev
Log:
v2.3.2

Modified:
    trunk/ChangeLog
    trunk/configure.ac
    trunk/mysql++.bkl

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1669&r1=1668&r2=1669&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Jul 11 23:34:05 2007
@@ -1,3 +1,20 @@
+2.3.2, 2007.07.11 (r1669)
+
+       o Previous release's const_string change caused more problems
+         than it fixed.  This release contains the real fix. :)
+
+       o New Connection::set_option() handling deals with the multi
+         statements option correctly again.  examples/multiquery now
+         runs again as a result.
+
+       o Added new unit testing script, called dtest.  See the
+         HACKERS file for details.  (This tool caught the previous
+         two problems!)
+
+       o Squished a GCC pedantic warning.  Thanks for the patch go to
+         Andrew Sayers.
+
+
 2.3.1, 2007.07.10 (r1659) The "After the Fireworks" release
 
        o const_string objects now keep a copy of their data, not

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1669&r1=1668&r2=1669&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jul 11 23:34:05 2007
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 2.3.1, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.3.2, [EMAIL PROTECTED], mysql++)
 AC_CONFIG_HEADER(config.h)
 AC_DISABLE_STATIC
 AC_CANONICAL_SYSTEM

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=1669&r1=1668&r2=1669&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Wed Jul 11 23:34:05 2007
@@ -36,7 +36,7 @@
        <if cond="BUILDLIBRARY=='yes'">
                <dll id="mysqlpp">
                        <libname>mysqlpp</libname>
-                       <so_version>2.3.1</so_version>
+                       <so_version>2.3.2</so_version>
 
                        <sources>
                                lib/coldata.cpp


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

Reply via email to