0.9.4.68:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index cde12de..c9e7279 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4:
     non-threaded mode on non-NPTL systems, but refuse to start entirely.
   * bug fix: interrupts are disabled until startup is complete; no
     more sigsegvs when receiving a signal to soon
-  * optimization: Faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc
+  * optimization: faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc
     platforms
   * bug fix: add a workaround for the memory randomization features in
     Linux kernels >= 2.6.12 that interfere with SBCL's memory maps. This
@@ -28,6 +28,17 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4:
     funcallable-instances.  (reported by Cyrus Harmon)
   * bug fix: FUNCTIONP and (LAMBDA (X) (TYPEP X 'FUNCTION)) are now
     consistent, even on internal alternate-metaclass objects.
+  * bug fix: SB-MOP:FUNCALLABLE-STANDARD-OBJECT is now a subclass of
+    STANDARD-OBJECT, as required by AMOP.
+  * bug fix: the classes STANDARD-CLASS and
+    SB-MOP:FUNCALLABLE-STANDARD-CLASS are now compatible in the
+    SB-MOP:VALIDATE-SUPERCLASS sense; there remains a constraint about
+    finalized classes and the FUNCTION class.
+  * bug fix: the SB-MOP:METAOBJECT class is now implemented as
+    specified by AMOP.
+  * bug fix: flush closure information collected by physical
+    environment analysis prepass before the main pass. (bug reported
+    by Vasile Rotaru)
   * threads
     ** bug fix: parent thread now can be gc'ed even with a live
        child thread