X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=NEWS;h=0a101dea20e3248beb1a523ca0ed3691ecfd92b5;hp=0ae042f5dd3d0fca82941e8ed216b3141ff8348b;hb=1b07d2fd927cf8f1943ac0a0b8c980d1dc707076;hpb=d211aedbcb8ab72a35ec8a457bba2e368da97ba3 diff --git a/NEWS b/NEWS index 0ae042f..0a101de 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,32 @@ -- Added optional field types specifier for queries -to optimize query times, reduce garbage, reduce -programmer effort to convert strings to numbers. +Dec 30 2006 +----------- +Version 3.8.0 released with incompatible backward change. See +the ChangeLog entry for details. + + +Aug 3 2006 +---------- +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 (233 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 re-design decisions +and new code for CLSQL. + +CLSQL's home is http://clsql.b9.com + +Enjoy! + +Kevin Rosenberg + -- New test suite using XPTest -- Documentation improvements