Author: wyoung
Date: Fri Dec 30 16:44:01 2016
New Revision: 2784

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

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

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2784&r1=2783&r2=2784&view=diff
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Fri Dec 30 16:44:01 2016
@@ -1,3 +1,15 @@
+3.2.3, 2016.12.29 (r2784)
+
+    o Now using snprintf() instead of _snprintf() on Visual C++ 2015.
+
+       o Cygwin changed its naming for the MySQL C API library since the
+         last time we successfully tried building MySQL++ there.  Reworked
+         the autoconf detection macro to make it less dependent on such
+         individual platform differences.
+
+    o Squished a Clang warning
+
+
 3.2.2, 2015.03.18 (r2780)
 
     o The DBDriver::operator= would leak a live connection if you

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2784&r1=2783&r2=2784&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Fri Dec 30 16:44:01 2016
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 3.2.2, [email protected], mysql++)
+AC_INIT(mysql++, 3.2.3, [email protected], mysql++)
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_MACRO_DIR([config])
 AC_CANONICAL_SYSTEM

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2784&r1=2783&r2=2784&view=diff
==============================================================================
--- trunk/mysql++.bkl   (original)
+++ trunk/mysql++.bkl   Fri Dec 30 16:44:01 2016
@@ -62,7 +62,7 @@
     <dll id="mysqlpp">
       <dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
       <libname>mysqlpp$(DEBUG_SUFFIX)</libname>
-      <so_version>3.2.2</so_version>
+      <so_version>3.2.3</so_version>
 
       <sources>
         lib/beemutex.cpp


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

Reply via email to