Author: mysqlpp
Date: Wed Feb 4 21:48:50 2009
New Revision: 2442
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2442&view=rev
Log:
v3.0.9
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/mysql++.bkl
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2442&r1=2441&r2=2442&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Feb 4 21:48:50 2009
@@ -1,3 +1,17 @@
+3.0.9, 2008.02.04 (r2442)
+
+ o It is now possible to use Null<T> objects in const context.
+
+ o Query was emitting thousands separators when used in some
+ locales. Thanks for the fix go to Tomaž Šolc.
+
+ o Restored support for using Query::storein() with template
+ queries. Was mistakenly removed in the 3.0.0 development
+ process.
+
+ o GCC 4.4 build fixes. Thanks for this go to Remi Collet.
+
+
3.0.8, 2008.11.27 (r2432) The "Thanksgiving" release
o Fixed a VC++ build error introduced in 3.0.7 in the Sun CC fix.
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2442&r1=2441&r2=2442&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Feb 4 21:48:50 2009
@@ -14,7 +14,7 @@
# USA
# Standard autotools stuff
-AC_INIT(mysql++, 3.0.8, [email protected], mysql++)
+AC_INIT(mysql++, 3.0.9, [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=2442&r1=2441&r2=2442&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Wed Feb 4 21:48:50 2009
@@ -53,7 +53,7 @@
<dll id="mysqlpp">
<dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
<libname>mysqlpp$(DEBUG_SUFFIX)</libname>
- <so_version>3.0.8</so_version>
+ <so_version>3.0.9</so_version>
<sources>
lib/beemutex.cpp
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits