X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=42ccd73554cef4c9efde9a02d01635617fff7a52;hb=91ee7afd75d8b282829daa647d0a8f1469336a77;hp=c794c3a5319b594a4f1ffe99cdd404046fb64374;hpb=0f275066654d7412ede836567fb5423c9ddc957d;p=sbcl.git diff --git a/NEWS b/NEWS index c794c3a..42ccd73 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,8 @@ * bug fix: signals delivered to threads started from foreign land (read: directly by pthread_create, not by MAKE-THREAD) are redirected to a Lisp thread by blocking all signals and resignalling. + * bug fix: SHARED-INITIALIZE initialized unbound :ALLOCATION :CLASS slots + from :INITFORM, if any. changes in sbcl-1.0.28 relative to 1.0.27: * a number of bugs in cross-compilation have been fixed, with the ultimate