X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=9febed11c1285278ac790c0d0b5cf326d75e584c;hb=d8e0a653d6974279581a3d1a151bde02ea6023c9;hp=8b642ed3fddb89cbb2d820ec1f5933b8d50ffc7f;hpb=db12bb28ea6cb11b0335f94c6ef7438e7e184ab3;p=sbcl.git diff --git a/NEWS b/NEWS index 8b642ed..9febed1 100644 --- a/NEWS +++ b/NEWS @@ -35,7 +35,7 @@ changes relative to sbcl-1.0.43: (AND VECTOR (NOT SIMPLE-ARRAY)) when appropriate. (lp#309130) * bug fix: (THE (VALUES ...)) in LOAD-TIME-VALUE caused a compiler-error. (lp#646796) - * bug fix: interrupts arriving due to CL:OPEN caused an error. + * bug fix: interrupts arriving during CL:OPEN caused an error. * bug fix: overeager character buffering could cause input to block spuriously when reading from a pipe (lp#643686) * bug fix: more efficient timer expiry should avoid starvation on systems @@ -84,6 +84,9 @@ changes relative to sbcl-1.0.43: * bug fix: SB-POSIX:FORK now signals an error if an attempt to fork with multiple Lisp threads running is made on every platform, not just Darwin. (lp#451111) + * bug fix: SB-BSD-SOCKETS and SB-SIMPLE-STREAMS could leave stale finalizers + around when core was saved, which could cause undefined behaviour when the + core was reified. changes in sbcl-1.0.43 relative to sbcl-1.0.42: * incompatible change: FD-STREAMS no longer participate in the serve-event