update oracle/ffi backend. close debian bug
[clsql.git] / ChangeLog
index 30e440ef02790dc1e66e7162a6faad1b86c33562..92444ccf89a3042198fdea6e0cbed8b3ad1396dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+25 Feb 2008  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 4.0.4
+       * sql/expressions.lisp: Remove stray form (thanks to Samuel Ward)
+
+12 Dec 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * sql/expressions.lisp: Bind *in-subselect* when outputting
+       selections (patch from unknown source).
+       
+11 Dec 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 4.0.3
+       * sql/metaclasses.lisp: Unify base-table processing by extracting 
+       the correct code from initialize-instance :around into the helper
+       function set-view-table-slot. Call that function also in
+       reinitialize-instance :around replacing erroneous code discovered
+       by Josh Feinstein.
+       
 17 Nov 2007  Kevin Rosenberg <kevin@rosenberg.net>
        * BUGS: Add note about benefit of using configure file to create
        Makefiles (suggestion from Joe Corneli)