X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=5cef29c12ad3bac83804c509fa4dae65ba823158;hb=a9345e74889b696260ecf6d377232f4e08b311bf;hp=1927d33cee594da46681027ca16faed73f9d7aa2;hpb=ed3fc2379a78875cf80cdb4d000c0bfdf8806fe7;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 1927d33..5cef29c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 29 Aug 2006 Kevin Rosenberg - * Version 3.7.0: Now supports clisp on linux and windows. Requires latest - development versions of clisp and cffi/cffi-uffi-compat + * Version 3.7.0: New platforms supported: SBCL/Win32, CLISP/Win32, CLISP/Cygwin, + CLISP/Linux x86, CLISP/Linux amd64, OpenMCL amd64. CLISP support requires the + latest development versions of CLISP, cffi, and cffi-uffi-compat packages. * Makefile.common: Add OS detection * uffi/make.sh, db-mysql/make.sh: Remove files * uffi/Makefile, db-mysql/Makefile: Add support for cygwin compilation. @@ -12,7 +13,8 @@ * db-mysql/mysql-api.lisp: Remove old mysql C API functions that no longer exist in the mysql client library. * doc/ref-fdml.lisp: Correct default field-type. - * sql/expressions.lisp: Use database-output-as-type if value exists for boolean output + * sql/expressions.lisp: Use database-output-as-type if value exists for boolean output. + Fixed bug with noted with MySQL 5.0.24 and boolean values. 28 Aug 2006 Kevin Rosenberg * Version 3.6.7