From: Nikodemus Siivola Date: Mon, 22 Aug 2011 11:08:30 +0000 (+0300) Subject: NEWS for 5 last commits X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d648683e6b12140935baf9799b2d20498b3808dd;p=sbcl.git NEWS for 5 last commits --- diff --git a/NEWS b/NEWS index c86d281..52196bb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,14 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes relative to sbcl-1.0.50: + * enhancement: ASDF has been updated to version 2.017. + * optimization: SLEEP no longer conses. + * bug fix: non-function FTYPE declarations no longer cause a compiler-error. + (lp#738464) + * bug fix: compiler-errors causes by MEMBER types in conjunction with with + AREF, CHAR, etc. (lp#826971) + * bug fix: compiler-errors causes by integer arguments with composed of multiple + ranges to ARRAY-IN-BOUNDS-P. (lp#826970) + changes in sbcl-1.0.51 relative to sbcl-1.0.50: * minor incompatible change: SB-BSD-SOCKET socket streams no longer participate in SERVE-EVENT by default: pass :SERVE-EVENTS T to