Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27636
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.4.2:
* run with disabled interrupts until the initial thread is started
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -d -r1.857 -r1.858
--- NEWS 26 Aug 2005 19:01:36 -0000 1.857
+++ NEWS 26 Aug 2005 19:13:02 -0000 1.858
@@ -1,5 +1,7 @@
;;;; -*- coding: utf-8; -*-
changes in sbcl-0.9.5 relative to sbcl-0.9.4:
+ * bug fix: interrupts are disabled until startup is complete; no
+ more sigsegvs when receiving a signal to soon
* threads
** bug fix: parent thread now can be gc'ed even with a live
child thread
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2346
retrieving revision 1.2347
diff -u -d -r1.2346 -r1.2347
--- version.lisp-expr 26 Aug 2005 19:01:36 -0000 1.2346
+++ version.lisp-expr 26 Aug 2005 19:13:02 -0000 1.2347
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.4.1"
+"0.9.4.2"
|