1.0.13.23: record READ-CHAR-NO-HANG bug on Windows (#421)
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 4d3a918..024b609 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 ;;;; -*- coding: utf-8; -*-
+changes in sbcl-1.0.14 relative to sbcl-1.0.13:
+  * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
+    (see documentation for details.)
+  * revived support for OpenBSD (contributed by Josh Elsasser)
+  * bug fix: ROOM no longer suffers from occasional (AVER (SAP=
+    CURRENT END)) failures.
+  * bug fix: RESOLVE-CONFLICT (and the other name conflict machinery)
+    is now actually exported from SB-EXT as documented.  (reported by
+    Maciej Katafiasz)
+
 changes in sbcl-1.0.13 relative to sbcl-1.0.12:
   * minor incompatible change: RUN-PROGRAM now uses execvp(3) to find
     an executable in the search path, and does so in the child