Disable some sb-concurrency tests on win32.
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 35a671d..714bf18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@ changes relative to sbcl-1.1.12:
     includes the name of the function on x86-64.
   * bug fix: forward references to classes in fasls can now be loaded.
     (lp#746132)
+  * bug fix: don't warn on a interpreted->compiled function redefinition
+    from the same location.  (patch by Douglas Katzman, lp#1042405)
+  * bug fix: Create vectors of proper internal length when reading literal
+    vectors from FASLs. (Reported by Jan Moringen)
+  * bug fix: COMPILE can now succefully compile setf functions.
+    (Reported by Douglas Katzman)
 
 changes in sbcl-1.1.12 relative to sbcl-1.1.11:
   * enhancement: Add sb-bsd-sockets:socket-shutdown, for calling