Fix minor makefile errors
[clsql.git] / ChangeLog
index aef72fc84dfeb81ed5d3dd67c4bccfa7582ae204..ed7a0a939bd1f07efa974351334a7ba337c3e8dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2010-02-15  Kevin Rosenberg <kevin@rosenberg.net>
+       * 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 <kevin@rosenberg.net>
+       * 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.
+       database object. Requires UFFI v.1.8.6
+       * Makefile.common: Fix OS_DARWIN64 setting
 
 2010-02-11  Nathan Bird  <nathan@acceleration.net>
        * MSSQL: better support for fddl 'date type.