X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=248570e603af4970ce7432ea987be42719571b64;hb=72c5d9d0555b01290409dc2607935db823fa1f10;hp=06760e8e281ab0a7548f0c238c3379829716b538;hpb=c4da3cfcbb955395d8a556e1f89aadad696302b7;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 06760e8..248570e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) - * Version 2.5.3 released: - * base/database.lisp: Added CREATE-DATABASE, - DESTROY-DATABASE, PROBE-DATABASE commands + * Version 2.6.0 released: New API functions + CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE + * doc/ref_clsql.xml: Document new functions + * base/database.lisp: New API functions * base/conditions.lisp: Added CLSQL-ACCESS-ERROR + * base/utils.lisp: Fix use of position-char. + Add COMMAND-OUTPUT used by backends for running + external programs. Fix parsing of SQL*NET-compatible + connection-specs. + * base/loop-extension.lisp: Simplify package use + for Lispworks and Allegro * db-*/*-sql.lisp: Added DATABASE-CREATE, DATABASE-DESTORY, PROBE-DATABASE methods * tests/test-init.lisp, clasic-tests/tests.lisp: @@ -10,6 +17,14 @@ testing with empty database * tests/test-connection.lisp: Add tests for parsing of string connection-specs + * examples/run-tests.sh: New file for running + test suite on all installed CL implementations + * examples/clsql-tutorial.lisp: moved from + doc directory + * examples/dot.clsql-tests.config: New file + giving an example test configuration + * test/README: Add notes about rtest/ptester + downloads and link to sample test configuration file. 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.5.1 released: