X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=6649ad00b783b693f38db77581f6eef1353dc95b;hb=ce5b60109610a07d48868a3f758fb8c7d362906d;hp=4d8ede9d759cff9ac089352b34f52b971dcdb6d4;hpb=0ad64f85ff6cd99a78cc9ae6716ebbdb5627eaef;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 4d8ede9..6649ad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,26 @@ -2010-02-20 Kevin Rosenberg +2010-02-16 Kevin Rosenberg + * Version 5.0.4 + * db-mysql/mysql-api.lisp: Fix mysql_options UFFI parameter list + * doc/ref-connect.xml: Document the MySQL options parameter as + part of the connection-spec. + +2010-02-15 Kevin Rosenberg + * db-mysql/mysql-{api,sql}.lisp: Support sending options + to MySQL using mysql_options, which occurs between the API calls + of mysql_init and mysql_real_connect. + +2010-02-11 Kevin Rosenberg + * Version 5.0.3 + * multiple-files: Further internationalization. Change + UFFI:CONVERT-RAW-FIELD and UFFI:CONVERT-FROM-FOREIGN-STRINGS + invocations to use the foreign character set encoding of the + database object. Requires UFFI v.1.8.6 + * Makefile.common: Fix OS_DARWIN64 setting + +2010-02-11 Nathan Bird + * MSSQL: better support for fddl 'date type. + +2010-02-11 Kevin Rosenberg * Makefile.common, uffi/Makefile, db-mysql/Makefile: Better support OS X Snow Leopard by building universal (x86_64,i386) dylib bundles