X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=1039bb25b1900349175666af721923cb128beff8;hb=7e18531064e864a8b7ed655ca0f139df5509c8cc;hp=8469059221d7cfcf2578541bf5cbcbcad2b8d722;hpb=dea46c447f6688f1519a6fbe7f5998d0eab7474c;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 8469059..1039bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +04 Jun 2004 Kevin Rosenberg + * tests/README: Fix filename [reported by Bill Clementson] + * sql/transactions.lisp: Apply return value patch from + Edi Weitz for WITH-TRANSACTION + +03 Jun 2004 Kevin Rosenberg + * Version 2.11.5 released + * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute, + Select connection-spec based on connection type. Bugs reported by + Bill Clementson. + * uffi/uffi.dll, uffi/uffi.lib: Recompile with Visual Studio 2003 + * db-mysql/mysql-loader.lisp: Update check for zlibwapi library + name on Windows, add \bin\ directory to search path + 31 May 2004 Marcus Pearce * db-odbc/odbc-sql.lisp: DB-TYPE replaced with DATABASE-TYPE in DATABASE-CONNECT.