X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=0ef29d1ea432c0611806790d1521dd054cf79427;hb=6c70be35cc348b559d8aa869ecd0e14e27d5edbc;hp=9edc43b660eb4153f0704123898fe4124e693651;hpb=e3f355aa2b125569097bd7108fbbd14daa23e7aa;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 9edc43b..0ef29d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.6.4 + * test/test-init.lisp: Properly handle object + creation. Close database after use. + * sql/sql.lisp: Make DESCRIBE-TABLE a generic + function so can have methods specialized on + table being a string or an sql-table object. + * base/pool.lisp: Really CMUCL locking + +10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.6.3 + * test/test-init.lisp: Signal correctly + if any errors occurred in any test suite + * base/loop-extensions.lisp: Fix error + introduced for Lispworks + * base/pool.lisp: Fix locking for CMUCL + * base/objects.lisp: Remove schema-version cruft + 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.6.2: New CLSQL API functions: DESCRIBE-TABLE AND TRUNCATE-DATABASE