From: Daniel Barlow Date: Tue, 20 Jul 2004 22:59:25 +0000 (+0000) Subject: 0.8.12.48 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=2bec1221d1ccad9d54d3d016186880f2b4cf1430;p=sbcl.git 0.8.12.48 Update NEWS to note threading stability improvement --- diff --git a/NEWS b/NEWS index 0b0ed2d..481944c 100644 --- 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: diff --git a/version.lisp-expr b/version.lisp-expr index 65f44a9..d421bdd 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"