X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=d0c73283035a6626802cd30c7c0a119f30c83718;hb=71c5af561afd99e3bfe4cb76f492567b50893569;hp=68e84be04f6fd1a6f4cde8510aa9e0346bebc976;hpb=5efae2334933e0d8a998e8abbc12489cd5043b4d;p=sbcl.git diff --git a/NEWS b/NEWS index 68e84be..d0c7328 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,9 @@ changes relative to sbcl-1.0.53: refuses to create SIMPLE-FUN objects. * bug fix: type mismatch when assigning to lexical variables no longer result in fasl-dumping internal type objects. (lp#890750) + * bug fix: type mismatch on (setf aref) and function return values no + longer result in fasl-dumping internal type objects. + * bug fix: SB-BSD-SOCKETS:GET-PROTOCOL-BY-NAME leaked foreign memory. changes in sbcl-1.0.53 relative to sbcl-1.0.52: * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,