X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=NEWS;h=e238fbdac9b2cc16a1355bc4b18d59c31b216747;hb=8dcb93db65640205285e4046341f414abd6cebe1;hp=ce471886c5be449bb18ac37f27d132c95d4334fe;hpb=719420a7f10fe9bf9d19a06be58a5880a2415eaa;p=clsql.git diff --git a/NEWS b/NEWS index ce47188..e238fbd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ -CLSQL now supports SBCL, OpenMCL, and SCL. +CLSQL 3.0 has been released. The 3.0 release of CLSQL is a major +rewrite compared to version 2.0. New features include: + + - Full CommonSQL backward compatibility with native documentation while + retaining and adding many improvements beyond the CommonSQL + standard. + - Extensive (232 tests) regression suite + - Addition of ODBC and Oracle backends + +I wish to acknowledge Marcus Pearce's significant contribution to this +release. He has performed the initial port of Uncommonsql to CLSQL as +well as the initial regression suite and most of the new +documentation. He has contributed to many of the redesign decisions +and new code for CLSQL. + +CLSQL's home is http://clsql.b9.com + + -CLSQL now supports locking on connection pools.