X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=9221aa1ea48295b6355e064cba9b2f7548db6637;hb=a27839c3a9c59b2ca1b4080de5a3a9dd682ac5b9;hp=399252a6c8b37234f658196a96c62b04acfeb95b;hpb=f71d9c8d57630ca41e149e03305e678cc3e7fc0f;p=sbcl.git diff --git a/NEWS b/NEWS index 399252a..9221aa1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.48: +changes relative to sbcl-1.0.49: + * enhancement: errors from FD handlers now provide a restart to remove + the offending handler. + * bug fix: bound derivation for floating point operations is now more + careful about rounding possibly closing open bounds. (lp#793771) + * bug fix: SB-POSIX:SYSCALL-ERROR's argument is now optional. (accidental + backwards incompatible change in 1.0.48.27) + * bug fix: occasional debugger errors in when a type-error occured in a + function with dynamic-extent &rest list. + +changes in sbcl-1.0.49 relative to sbcl-1.0.48: * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables interrupts for its body. * enhancement: source locations are now available for files loaded as