0.9.4.16:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 44e11b1..c6a1956 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4:
     more sigsegvs when receiving a signal to soon
   * optimization: Faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc
     platforms
+  * bug fix: add a workaround for the memory randomization features in
+    Linux kernels >= 2.6.12 that interfere with SBCL's memory maps. This
+    workaround will only be in effect on systems with the proc filesystem
+    mounted.
   * threads
     ** bug fix: parent thread now can be gc'ed even with a live
        child thread