0.7.4.1:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 017a521..7ba2cfe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1108,10 +1108,16 @@ changes in sbcl-0.7.4 relative to sbcl-0.7.3:
     to Alexey Dejneka)
   * Dynamic loading of object files in OpenBSD is now supported. (thanks
     to Pierre Mai)
+  * COMPILE now works correctly on macros. (thanks to Matthias Hoelzl)
   * GET-MACRO-CHARACTER and SET-MACRO-CHARACTER now represent
     no-value-for-this-character as NIL (as specified by ANSI).
   * HOST-NAMESTRING on physical pathnames now returns a string that is
     valid as a host argument to MERGE-PATHNAMES and to MAKE-PATHNAME.
+    (thanks to Christophe Rhodes)
+  * The Alpha port handles icache flushing more correctly. (thanks to
+    Dan Barlow)
+  * More progress has been made toward bootstrapping under CLISP. (thanks
+    to Christophe Rhodes)
   * The fasl file format has changed again, because dynamic loading
     on OpenBSD (which has non-ELF object files) motivated some cleanups
     in the way that foreign symbols are transformed and passed around.
@@ -1120,6 +1126,13 @@ changes in sbcl-0.7.4 relative to sbcl-0.7.3:
     an ordinary character. Thus e.g. (READ-FROM-STRING "A\7fB") returns
     |A\7fB|, instead of A as it used to.
 
+changes in sbcl-0.7.5 relative to sbcl-0.7.4:
+  * bug 140 fixed: redefinition of classes with different supertypes
+    is now reflected in the type hierarchy. (thanks to Pierre Mai)
+  * minor incompatible change: The LOAD function no longer, when given
+    a wild pathname to load, loads all files matching that pathname;
+    instead, an error of type FILE-ERROR is signalled.
+
 planned incompatible changes in 0.7.x:
 * When the profiling interface settles down, maybe in 0.7.x, maybe
   later, it might impact TRACE. They both encapsulate functions, and