X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=4f5efd5f73d89441d7ecbf155e4f4bf061c5fd30;hb=310198d3ef6c284265a13df7d306c09642f299a2;hp=54955e42078708f66523dfdc816462baf987292f;hpb=c3da3f320846c5201b6eaf609dd47cf3e5876b0a;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 54955e4..4f5efd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,32 @@ -03 Jun 2004 Marcus Pearce +9 Jun 2004 Kevin Rosenberg + * Version 2.11.7 released + * uffi/clsql-uffi-loader.lisp: Apply patch from Edi Weitz + for loading with clc-register-user-package. Remove personal + directory from path lisp. + * db-mysql/mysql-loader.lisp: Similar changes + +8 Jun 2004 Kevin Rosenberg + * Version 2.11.6 released + * sql/oodml.lisp: Commit patch from Edi Weitz + to fix symbol writing/reading + * TODO: Add need for symbol slot test + +7 Jun 2004 Marcus Pearce + * sql/package.lisp: remove duplicate export of + *CACHE-TABLE-QUERIES-DEFAULT*. + * doc/ref-*.xml, doc/global-index.xml: new files documenting + the CommonSQL compatible api. + * tests/test-fdml.lisp: modified the test :fdml/transaction/3 to + reflect changes in return values of WITH-TRANSACTION. + +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 + * tests/README: Remove ptester package requirement (as noted + by Bill Clementson) + +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