Author: wyoung
Date: Wed Jul 11 00:40:38 2007
New Revision: 1659

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

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

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1659&r1=1658&r2=1659&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Jul 11 00:40:38 2007
@@ -1,3 +1,29 @@
+2.3.1, 2007.07.10 (r1659) The "After-the-Fireworks Release"
+
+       o Fixed a problem with SSQLS BLOB handling due to data lifetime
+         issues.  const_string objects now keep a copy of their
+         data, not just a pointer to it.  This is less efficient,
+         but necessary to allow SSQLS to work with BLOBs.
+
+       o Fixed many more embedded null handling problems in manip.h
+
+       o MySQL++ can now optionally reference MySQL C API headers as
+         in a mysql subdirectory, a common thing on *ix systems,
+         by defining MYSQLPP_MYSQL_HEADERS_BURIED before #including
+         mysql++.h.
+
+       o Restored ColData_Tmpl<T>::get_string(), removed in v2.3.0,
+         along with warnings in the docs saying why you don't want
+         to use it, and what your alternatives are.
+
+       o VC++ and MinGW builds now define HAVE_MYSQL_SSL_SET macro,
+         which lets you use the C API's SSL features.  This assumes
+         your C API library does actually include them, which is
+         the case with the official binary releases on Windows.
+
+    o Fixed simple examples-only Makefile generation, for RPMs
+
+
 2.3.0, 2007.07.02 (r1645)
 
     o Added Query::for_each() and Query::store_if() methods

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1659&r1=1658&r2=1659&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jul 11 00:40:38 2007
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 2.3.0, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.3.1, [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=1659&r1=1658&r2=1659&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Wed Jul 11 00:40:38 2007
@@ -36,7 +36,7 @@
        <if cond="BUILDLIBRARY=='yes'">
                <dll id="mysqlpp">
                        <libname>mysqlpp</libname>
-                       <so_version>2.3.0</so_version>
+                       <so_version>2.3.1</so_version>
 
                        <sources>
                                lib/coldata.cpp


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

Reply via email to