Author: wyoung
Date: Wed Apr  5 06:30:29 2006
New Revision: 1289

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

Modified:
    trunk/ChangeLog
    trunk/configure.ac

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1289&r1=1288&r2=1289&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Apr  5 06:30:29 2006
@@ -1,3 +1,18 @@
+2.1.1, 2006.04.04 (r1289)
+
+       o MinGW and Cygwin will now build and link to mysqlpp DLLs.
+
+       o Fixed bug in Query, causing it to initialize the "throw
+         exceptions" flag incorrectly.  Thanks for this patch go to
+         Joel Fielder.
+
+       o Added -v flag for custom.pl script, which turns off the
+         multiply-defined static variable fix.  Needed for VS 2003,
+         which doesn't support variadic macros.  Also, added
+         a diagnostic to detect the need for the -v flag, and
+         suppressed the test for this feature in examples/util.cpp.
+
+
 2.1.0, 2006.03.24 (r1269)
 
        o Converted automake and makemake files to their equivalents in

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1289&r1=1288&r2=1289&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr  5 06:30:29 2006
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 2.1.0, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.1.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