0.8.12.48
authorDaniel Barlow <dan@telent.net>
Tue, 20 Jul 2004 22:59:25 +0000 (22:59 +0000)
committerDaniel Barlow <dan@telent.net>
Tue, 20 Jul 2004 22:59:25 +0000 (22:59 +0000)
Update NEWS to note threading stability improvement

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index 0b0ed2d..481944c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,10 @@ changes in sbcl-0.8.13 relative to sbcl-0.8.12:
     user-defined methods on SLOT-BOUNDP-USING-CLASS and (SETF
     SLOT-VALUE-USING-CLASS), and no longer causes errors with
     non-standard SLOT-DEFINITION-ALLOCATION values.
+  * fixed bugs: various race conditions handling exiting threads.  
+    CL-PPCRE's thread torture test now passes.
+  * fixed arguably-a-bug: GC time proportional to number of threads in 
+    system even when most of them are idle
   * optimization: improved performance of BIT and SBIT on bit-vectors.
 
 changes in sbcl-0.8.12 relative to sbcl-0.8.11:
index 65f44a9..d421bdd 100644 (file)
@@ -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.8.12.47"
+"0.8.12.48"