1.0.25.43: alpha interrupt context fixes
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index a1cd3c5..e3b105d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,10 @@ changes in sbcl-1.0.26 relative to 1.0.25:
     recursive errors or deadlock.
   * bug fix: real-time signals are not used anymore, so no more
     hanging when the system wide real-time signal queue gets full.
+  * bug fix: INTERRUPT-THREAD on a dying thread could produce memory
+    fault.
   * bug fix: finalizers, gc hooks never run in a WITHOUT-INTERRUPTS
+  * bug fix: fix random memory faults related to interrupts on alpha
   * bug fix: fix deadlocks related to starting threads
 
 changes in sbcl-1.0.25 relative to 1.0.24: