Author: mysqlpp
Date: Wed Aug 6 23:44:45 2008
New Revision: 2330
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2330&view=rev
Log:
Version 3.0.5
Modified:
trunk/ChangeLog
trunk/README-Solaris.txt
trunk/configure.ac
trunk/mysql++.bkl
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=2330&r1=2329&r2=2330&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Aug 6 23:44:45 2008
@@ -1,3 +1,30 @@
+3.0.5, 2008.08.06 (r2330)
+
+ o Replaced install.bat with new install.hta, which has a GUI and a
+ lot of embeded logic for doing The Right Thing, which we couldn't
+ do in a dumb batch file.
+
+ o Several fixes to allow it to build on Solaris 10.
+
+ o Split Linux-specific material out of README-Unix.txt into
+ README-Linux.txt, and created README-Solaris.txt.
+
+ o Shipping a vc2008 directory. Populated by bootstrap script with
+ copies of vc2005 files when those are newer, with the idea being
+ to update them by hand by running them through VC++2008 before
+ release.
+
+ o Several fixes to VS-only examples. They hadn't been updated to
+ track several of the changes in MySQL++ v3, so they wouldn't
+ build OOTB at all, crashed when you did get them building, and
+ emitted a lot of warnings during the build. Cleaned it all up.
+
+ o Autoconf now explicitly checks whether we need to link to zlib
+ 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.
+
+
3.0.4, 2008.07.02 (r2303)
o Fixed a few bugs in SslOption that prevented it from actually
Modified: trunk/README-Solaris.txt
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/README-Solaris.txt?rev=2330&r1=2329&r2=2330&view=diff
==============================================================================
--- trunk/README-Solaris.txt (original)
+++ trunk/README-Solaris.txt Wed Aug 6 23:44:45 2008
@@ -8,9 +8,7 @@
GNOME System menu, go to Administration, and then to Package Manager.
Search for "mysql5" and install those packages. While there, you
may also need to select the gcc and perl packages, if you haven't
-done that already. Then when you go to build the MySQL++ library,
-give --with-mysql=/usr/mysql to the configure script; it won't find
-the development files in this nonstandard location otherwise.
+done that already.
(Don't search for just "mysql" in Package Manager, as that will also
bring up legacy MySQL 4.0 packages. MySQL++ may build against 4.0
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2330&r1=2329&r2=2330&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Aug 6 23:44:45 2008
@@ -14,7 +14,7 @@
# USA
# Standard autotools stuff
-AC_INIT(mysql++, 3.0.4, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 3.0.5, [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=2330&r1=2329&r2=2330&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Wed Aug 6 23:44:45 2008
@@ -53,7 +53,7 @@
<dll id="mysqlpp">
<dllname>mysqlpp$(DEBUG_SUFFIX)</dllname>
<libname>mysqlpp$(DEBUG_SUFFIX)</libname>
- <so_version>3.0.4</so_version>
+ <so_version>3.0.5</so_version>
<sources>
lib/beemutex.cpp
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits