Author: wyoung
Date: Mon May 12 01:08:05 2008
New Revision: 2284

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2284&view=rev
Log:
v3.0.3

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

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2284&r1=2283&r2=2284&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Mon May 12 01:08:05 2008
@@ -1,3 +1,19 @@
+3.0.3, 2008.05.11 (r2284)
+
+    o Fixed query well-formedness handling in Query::store() and use().
+      It was quietly eating these errors, confusing them with the
+      no-results case.
+
+    o Fixed examples/cpool.cpp to build without thread support.
+
+    o No longer hiding all stdint.h typedefs inside namespace mysqlpp.
+
+    o Fixed mysqlpp::String comparisons of empty strings against
+      nonempty strings; if the empty string was on the left hand side,
+      it would succeed because it was only comparing against characters
+      in the empty side, which matches everything.  (Fixes bug 11588.)
+
+
 3.0.2, 2008.04.13 (r2275)
 
     o Increased float to string conversion precision from 7 to 9 and

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2284&r1=2283&r2=2284&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon May 12 01:08:05 2008
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 3.0.2, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 3.0.3, [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=2284&r1=2283&r2=2284&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Mon May 12 01:08:05 2008
@@ -54,7 +54,7 @@
         <dll id="mysqlpp">
             <dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
             <libname>mysqlpp$(DEBUG_SUFFIX)</libname>
-            <so_version>3.0.2</so_version>
+            <so_version>3.0.3</so_version>
 
             <sources>
                 lib/beemutex.cpp


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

Reply via email to