1.0.25.32: improvements to WITHOUT-GCING
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index e175a0f..efefafa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
 changes in sbcl-1.0.26 relative to 1.0.25:
+  * incompatible change: GC-OFF and GC-ON are removed, they were
+    always unsafe. Use WITHOUT-GCING instead.
   * new feature: runtime option --disable-ldb
   * new feature: runtime option --lose-on-corruption to die at the
     slightest hint of possibly non-recoverable errors: running out of
@@ -7,6 +9,9 @@ changes in sbcl-1.0.26 relative to 1.0.25:
     fault, etc. In the absence of --lose-on-corruption a warning is
     printed to stderr.
   * optimization: slightly faster gc on multithreaded builds
+  * optimization: faster WITHOUT-GCING
+  * bug fix: real-time signals are not used anymore, so no more
+    hanging when the system wide real-time signal queue gets full.
 
 changes in sbcl-1.0.25 relative to 1.0.24:
   * incompatible change: SB-INTROSPECT:FUNCTION-ARGLIST is deprecated, to be