0.9.5.7:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 72be4c3..c680409 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 ;;;; -*- coding: utf-8; -*-
+changes in sbcl-0.9.6 relative to sbcl-0.9.5:
+  * bug fix: add a workaround to SBCL looping infinitely at startup on 
+    Linux kernels with apparently buggy implementations of personality().
+    (thanks to Svein Ove Aas)
+  * bug fix: Unicode symbols are correctly printed in LDB backtraces
+    (thanks to David Lichteblau)
+
 changes in sbcl-0.9.5 relative to sbcl-0.9.4:
   * new feature: timers based on Zach Beane's excellent timer package
   * added support for the following external formats: koi8-u,
@@ -35,6 +42,9 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4:
     iterated. (reported by Bryan O'Connor, fixed by Rob MacLachlan)
   * bug fix: backquote does not optimize (LIST* x y) to CONS when x
     may be expanded. (reported by Alexander <malishev> on c.l.l)
+  * bug fix: no more style-warnings when compiling code using LAST
+    under high-SPEED low-SPACE settings.  (reported by David Wallin
+    aka froog on #lisp)
   * fixed some incompatibilities between SBCL's MOP and the MOP
     specified by AMOP:
     ** the METAOBJECT class is now implemented;