Author: wyoung
Date: Sun Jan 1 06:28:42 2017
New Revision: 2786
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2786&view=rev
Log:
v3.2.3 again
Modified:
trunk/ChangeLog
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2786&r1=2785&r2=2786&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Sun Jan 1 06:28:42 2017
@@ -1,11 +1,18 @@
-3.2.3, 2016.12.29 (r2784)
+3.2.3, 2016.12.29 (r2786)
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 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.
+
+ The macro is in fact now entirely side-effect-free, just setting
+ MYSQL_C_* variables that the top-level Bakefile uses when and
+ as it needs them, rather than expecting that major variables
+ like CPPLFAGS and LIBS were overridden by the autoconf macro.
+ This makes the autoconf case more like that of the non-autoconf
+ Bakefile outputs.
o Squished a Clang warning
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits