Author: wyoung
Date: Tue Dec 10 21:10:44 2013
New Revision: 2754
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2754&view=rev
Log:
MySQL++ 3.2.1
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/mysql++.bkl
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2754&r1=2753&r2=2754&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Tue Dec 10 21:10:44 2013
@@ -1,3 +1,16 @@
+3.2.1, 2013.12.10 (r2754)
+
+ o Connection copy ctor wasn't copying the "throw exceptions"
+ flag. The copy always had exceptions enabled.
+
+ o Fixed resetdb's first output message when you run it without
+ arguments. It was giving a misleading message that could
+ confuse someone.
+
+ o Previous release tarball was missing a few text files present in
+ the source repository.
+
+
3.2.0, 2013.06.20 (r2747)
o References to MySQL 5.1 have been replaced with 5.6, that
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2754&r1=2753&r2=2754&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Dec 10 21:10:44 2013
@@ -14,7 +14,7 @@
# USA
# Standard autotools stuff
-AC_INIT(mysql++, 3.2.0, [email protected], mysql++)
+AC_INIT(mysql++, 3.2.1, [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=2754&r1=2753&r2=2754&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Tue Dec 10 21:10:44 2013
@@ -62,7 +62,7 @@
<dll id="mysqlpp">
<dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
<libname>mysqlpp$(DEBUG_SUFFIX)</libname>
- <so_version>3.2.0</so_version>
+ <so_version>3.2.1</so_version>
<sources>
lib/beemutex.cpp
@@ -557,7 +557,7 @@
<!-- examples subdir -->
<command>
- cp examples/*.cpp examples/*.h examples/*.jpg $(PKGNAME)/examples
+ cp examples/*.{cpp,h,jpg,txt} $(PKGNAME)/examples
</command>
<command>
for d in mfc wforms ; \
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits