0.9.2.38: thread cleanup, paranoid
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 4f76b01..356018a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ changes in sbcl-0.9.3 relative to sbcl-0.9.2:
   * optimizations: LOGNOR on fixnums is improved in the MIPS backend.
     (Thanks to Thiemo Seufer)
   * bug fix: nested reader invokations work correctly
+  * bug fix: it is possible to have simultaneous references to foreign
+    code and foreign data with the same name.
   * threads
     ** added x86-64 support
     ** incompatible change: the threading api now works with thread
@@ -31,6 +33,7 @@ changes in sbcl-0.9.3 relative to sbcl-0.9.2:
     ** bug fix: debugger doesn't hang on session lock if interrupted at
        an inappropriate moment
     ** bug fix: run-program is now thread safe(r)
+    ** bug fix: inner with-recursive-lock no longer releases the mutex
   * fixed some bugs revealed by Paul Dietz' test suite:
     ** TYPE-ERRORs from signalled by COERCE now have DATUM and
        EXPECTED-TYPE slots filled.