X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=d87c5ecf60e0545e82fcc39e1ec3f3c42f5135e5;hb=e470d15075046b67add2863185514c47b578e22c;hp=de2eb1fd6c89fa514cc01cc542c84773a4fb6a8c;hpb=81c6f85203df993c7e29ac5f75d50c705dbbfd8d;p=sbcl.git diff --git a/NEWS b/NEWS index de2eb1f..d87c5ec 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ changes in sbcl-0.9.16 relative to sbcl-0.9.15: * feature: implemented the READER-METHOD-CLASS and WRITER-METHOD-CLASS portion of the Class Initialization Protocol as specified by AMOP. + * incompatible change: variable SB-EXT:*USE-IMPLEMENTATION-TYPES* + no longer exists. * optimization: faster LOGCOUNT implementation on x86 and x86-64 (thanks to Lutz Euler) * optimization: hashing of general arrays and vectors has been @@ -54,6 +56,8 @@ changes in sbcl-0.9.16 relative to sbcl-0.9.15: types in some cases. * bug fix: fixed input, output and error redirection in RUN-PROGRAM for win32. (thanks to Mike Thomas and Yaroslav Kavenchuk) + * bug fix: #368: incorrect use of expressed vs. upgraded array + element type. * thread-safety improvements: ** CONDITION-WAIT could return early on Linux, if the thread was interrupted and subsequently continued with SIGCONT.