7 messages in com.mysql.lists.plusplusRELEASE: v2.0.5
FromSent OnAttachments
Warren Young13 Sep 2005 13:15 
Chris Frey13 Sep 2005 14:45 
Thomas Werth14 Sep 2005 01:03 
Warren Young14 Sep 2005 16:39 
Warren Young14 Sep 2005 16:41 
Thomas Werth14 Sep 2005 23:10 
Warren Young15 Sep 2005 13:09.bat
Subject:RELEASE: v2.0.5
From:Warren Young (mysq@etr-usa.com)
Date:09/13/2005 01:15:19 PM
List:com.mysql.lists.plusplus

This version is mostly changes to the build system. If your current version is working, you can stick with it.

o Visual C++ build now requires GNU make. It is tested to work with either the Cygwin or the MinGW versions. The previous version of MySQL++ used nmake. This change enabled the following features:

o Debug and Release versions are both built into separate subdirectories.

o Dependency tracking for release version works correctly now. (Previously dependencies worked only for debug version.)

o 'make clean' removes release version binaries in addition to debug versions.

o MinGW makemake support updated to support new release/debug subdirectory system. This is probationary support, since this code currently can't be built as a DLL. As a result, it is no more useful than the Cygwin version, for licensing reasons.

o Several fixes to allow building on Solaris 8. These fixes may also help on other SVR4-derived systems.

o Removed Borland C++ makemake support, because this version of the library does not work completely, and there seems to be almost no user interest in fixing it.

o Clarified "Handling SQL Nulls" section of user manual's Tutorial chapter.