1.0.27.39: SIGCHLD related fixes
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 35b4f14..bd23c1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,9 @@ changes in sbcl-1.0.28 relative to 1.0.27:
     potentially-invalid effective methods in its cache.
   * bug fix: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works with funcallable
     instances as well (thanks to Paul Khuong)
+  * bug fix: using RUN-PROGRAM does not interfere with SB-POSIX:WAIT,
+    SB-POSIX:WAITPID and their C equivalents.
+  * bug fix: RUN-PROGRAM does not crash on Darwin when stressed.
 
 changes in sbcl-1.0.27 relative to 1.0.26:
   * new port: support added for x86-64 OpenBSD. (thanks to Josh Elsasser)