Author: mysqlpp
Date: Sat Aug 16 22:27:15 2008
New Revision: 2349

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2349&view=rev
Log:
Version 3.0.6

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

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2349&r1=2348&r2=2349&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Sat Aug 16 22:27:15 2008
@@ -1,3 +1,12 @@
+3.0.6, 2008.08.16 (r2349)
+
+    o Several fixes to allow thread-aware build on Solaris
+
+    o More improvements to search for Fink version of C API library.
+
+       o Various improvements to Windows installer (install.hta)
+
+
 3.0.5, 2008.08.06 (r2332)
 
     o Replaced install.bat with new install.hta, which has a GUI and a
@@ -31,6 +40,9 @@
       to link to MySQL C API library.  It used to be required, but
       lately, MySQL has been shipping the library with zlib stuff
       embedded, causing multiply defined symbol errors on some systems.
+
+    o configure script now looks in more locations for the MySQL C API
+      library, adding default locations for Fink and Solaris.
 
 
 3.0.4, 2008.07.02 (r2303)

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2349&r1=2348&r2=2349&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Aug 16 22:27:15 2008
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 3.0.5, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 3.0.6, [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=2349&r1=2348&r2=2349&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Sat Aug 16 22:27:15 2008
@@ -53,7 +53,7 @@
         <dll id="mysqlpp">
             <dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
             <libname>mysqlpp$(DEBUG_SUFFIX)</libname>
-            <so_version>3.0.5</so_version>
+            <so_version>3.0.6</so_version>
 
             <sources>
                 lib/beemutex.cpp


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

Reply via email to