1.0.4.66: Undo D-X changes in 1.0.4.63
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index c81c7ff..0923c86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ changes in sbcl-1.0.5 relative to sbcl-1.0.4:
     to global variables using SYMBOL-VALUE and a constant argument.
   * enhancement: SIGINT now causes a specific condition
     SB-SYS:INTERACTIVE-INTERRUPT to be signalled.
+  * bug fix: adding and removing fd-handlers is now thread-safe.
+  * bug fix: inlined calls to C now ensure 16byte stack alignment on
+    x86/Darwin.
   * bug fix: bad type declaration in the CLOS implementation has
     been fixed. (reported by James Anderson)
   * bug fix: incorrect ROOM reporting on x86-64 has been fixed.