From: Warren Young Date: February 4 2005 6:54pm Subject: RELEASE: v1.7.28 List-Archive: http://lists.mysql.com/plusplus/3925 Message-Id: <4203C4E5.3060304@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Very few will care about this release, but here it is anyway: o --with-mysql* flags to configure script now try the given directory explicitly, and only if that fails do they try variations, like tacking '/lib' and such onto it to try and find the MySQL includes and libraries. Thanks to Matthew Walton for the patch. o Finally removed sql_quote.h's dependence on custom.h, by moving the one definition it needed from custom.h to deps.h. This will help portability to compilers that can't handle the SSQLS macros, by making that part of the library truly optional. As always, it is available at http://tangentsoft.net/mysql++/