1.0.27.2: fix bug in heap implementation
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 2242954..cdc89ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes in sbcl-1.0.28 relative to 1.0.27:
+  * bug fix: timers could go off in the wrong order, be delayed indefinitely
+    (thanks to Ole Arndt for the patch)
+
 changes in sbcl-1.0.27 relative to 1.0.26:
   * new port: support added for x86-64 OpenBSD. (thanks to Josh Elsasser)
   * new port: support added for x86-64 Solaris. (thanks to Alex Viskovatoff)
@@ -8,8 +12,6 @@ changes in sbcl-1.0.27 relative to 1.0.26:
     --lose-on-corruption (which is still a good idea to use in production
     because stack exhaustion can happen in signal handlers which will likely
     lead to hangs.)
-  * bug fix: a type error is signaled for attempts to use the LOOP
-    keyword ACROSS for a NIL value. (thanks to Daniel Lowe)
   * bug fix: fix gc related interrupt handling bug on ppc (regression from
     1.0.25.37, reported by Harald Hanche-Olsen)
   * bug fix: work around signal delivery bug in darwin (regression from