sb-bsd-sockets: foreign memory leak in GET-PROTOCOL-BY-NAME
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 4abfe85..d0c7328 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ changes relative to sbcl-1.0.53:
     resolved to directories.
   * bug fix: SB-KERNEL:MAKE-LISP-OBJ on GENCGC no longer categorically
     refuses to create SIMPLE-FUN objects.
+  * bug fix: type mismatch when assigning to lexical variables no longer
+    result in fasl-dumping internal type objects. (lp#890750)
+  * bug fix: type mismatch on (setf aref) and function return values no
+    longer result in fasl-dumping internal type objects.
+  * bug fix: SB-BSD-SOCKETS:GET-PROTOCOL-BY-NAME leaked foreign memory.
 
 changes in sbcl-1.0.53 relative to sbcl-1.0.52:
   * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,