X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=897c552d3e7a74ca536f484275068c15b9701bfb;hb=661bcd7d3e0bdc1966f3878fa71d322ffd5927a4;hp=b9acb31946b1d21593a7fb444dae9bfb3d7cc9c7;hpb=f1f283e6bee12b7d70bcec52aa226d0532a490fb;p=sbcl.git diff --git a/NEWS b/NEWS index b9acb31..897c552 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,8 @@ changes relative to sbcl-1.0.56: * bug fix: miscompilation of LDB on the PowerPC platform. (thanks to Bruce O'Neel) * bug fix: better input error reporting for COMPILE-FILE. (lp#493380) + * bug fix: default size of non-nursery generations has been shrunk on GENCGC, + allowing faster release of memory back to the OS. (lp#991293) * documentation: ** improved docstrings: REPLACE (lp#965592)