X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=c4f8a957a0071a2bcaa0d1cadfbc025ca8dcc347;hp=a0a248b3b90bbc7914e812c06b7d74b57efd54f8;hb=e3ed4080f0a28d94e81aad7452fb1f81e1e50253;hpb=fdc5009ecaea821214a3606017c982bdbaa624ab diff --git a/ChangeLog b/ChangeLog index a0a248b..c4f8a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.4.1 released: CLSQL-TESt suite passes + all tests for postgresql and CMUCL, SBCL, OpenMCL. + Allegro and Lispworks pass all tests except for + FDML/LOOP/1 since the loop extension have not yet + been ported to those implementions. + * sql/metaclasses.lisp: Added new slot to standard-db-class + to hold user-specified type. OpenMCL adjustments to compensate + for its type-predicate function. Since AllegroCL, Lispworks, + and OpenMCL have different slot orders, added compute-slots + and ordered-class-slots functions so their slot order matches + SBCL/CMUCL. + 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.4.0 released: All tests for clsql-classic now finish correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for