Author: mysqlpp
Date: Thu Nov 27 09:20:38 2008
New Revision: 2432

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

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

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2432&r1=2431&r2=2432&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Thu Nov 27 09:20:38 2008
@@ -1,3 +1,18 @@
+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.
+
+    o Fixed the Makefile we generate from Makefile.simple for the
+      devel RPM.  The recent Bakefile upgrade changed the output so
+      our munger stopped munging.
+
+    o Changed all instances of "CREDITS" in header comments to
+      "CREDITS.txt".
+
+    o Brought ebuild file up to date with what Gentoo has been
+      using for 2.3.2.
+
+
 3.0.7, 2008.11.21 (r2423)
 
     o Fixed bug where initting a Query with a query string and then

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2432&r1=2431&r2=2432&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Nov 27 09:20:38 2008
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 3.0.7, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 3.0.8, [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=2432&r1=2431&r2=2432&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Thu Nov 27 09:20:38 2008
@@ -53,7 +53,7 @@
     <dll id="mysqlpp">
       <dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
       <libname>mysqlpp$(DEBUG_SUFFIX)</libname>
-      <so_version>3.0.7</so_version>
+      <so_version>3.0.8</so_version>
 
       <sources>
         lib/beemutex.cpp


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

Reply via email to