0.9.5.20:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 00ef33b..3d0e521 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 ;;;; -*- 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 
+  * 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
@@ -10,6 +10,8 @@ changes in sbcl-0.9.6 relative to sbcl-0.9.5:
     on platforms supporting dynamic-extent allocation.
   * enhancement: saving cores with foreign code loaded is now supported
     on MIPS/Linux in addition to the previously supported platforms.
+  * bug fix: threads stacks belonging to dead threads are freed by the
+    next exiting thread, no need to gc to collect thread stacks anymore
 
 changes in sbcl-0.9.5 relative to sbcl-0.9.4:
   * new feature: timers based on Zach Beane's excellent timer package