X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=f588a4b4ca77eab181c14c602aafe99ce68723b5;hb=6bbc22725d3bf663726ed9adca544e39316364a6;hp=10c3bb2f35a6726e3379801f2245e9cb2bd0df37;hpb=6d3b9d5de8a28cd92e280f3451b60ce412260c19;p=sbcl.git diff --git a/NEWS b/NEWS index 10c3bb2..f588a4b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-1.0.16 relative to 1.0.15: + * minor incompatible change: change PROBE-FILE back to returning + NIL whenever we can't get a truename, as was the case before 1.0.14. + * enhancement: add support for fcntl's struct flock to SB-POSIX. + changes in sbcl-1.0.15 relative to sbcl-1.0.14: * enhancement: cleaner backtraces for interactive interrupts, as well as other cases where the interesting frames used to be @@ -33,6 +38,9 @@ changes in sbcl-1.0.15 relative to sbcl-1.0.14: obsoletion of a superclass. (thanks to Andy Hefner) * bug fix: Support for the Alpha architecture has been revived; it had suffered somewhat from lack of maintenance since sbcl-1.0. + * improvements to the Windows port: + ** The system detects the codepage to use at startup, instead of + using the value from the saved core. (thanks to Kei Suzuki) changes in sbcl-1.0.14 relative to sbcl-1.0.13: * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits