r8910: rework so that tests are automatically run for multiple backends
[clsql.git] / ChangeLog
index c4f8a957a0071a2bcaa0d1cadfbc025ca8dcc347..931ef8c04136c0ee08722b44b96c766fdb994ca2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.5.1 released:
+       tests/*.lisp: Rework so tests are run
+       on multiple backends automatically based
+       on the contents of ~/.clsql-tests.config
+       
+09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+        * Version 2.5.0 released:
+       All tests for CLSQL and CLSQL-CLASSIC pass
+       on all platforms.
+       * base/loop-extension.lisp: Add Lispworks
+       loop-extension. Improve type specifying on
+       other platforms.
+       
+09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.4.2 released:
+       loop extension now supported on Allegro, all
+       CLSQL-TESTS pass on Allegro.
+       * sql/metaclasses.lisp: Some optimization
+       of compute-slots, be selective when
+       ordered-class-slots needs to be called
+       instead of class-slots
+       * TODO: add URL with documentation on
+       extending Lispworks LOOP form
+       
 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.