X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=ef17dc05796074d91c5c6cc9ab1b6b42dff3aa27;hb=dd0e7aad8215b548fdb1e402affdc0caad95b621;hp=4d3a9180c31ac4db67c112d99a98f1dc2f889bfc;hpb=49095724dfe553133b0e85e68497245b02536619;p=sbcl.git diff --git a/NEWS b/NEWS index 4d3a918..ef17dc0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-1.0.14 relative to sbcl-1.0.13: + * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits + (see documentation for details.) + * revived support for OpenBSD (contributed by Josh Elsasser) + * bug fix: ROOM no longer suffers from occasional (AVER (SAP= + CURRENT END)) failures. + * bug fix: RESOLVE-CONFLICT (and the other name conflict machinery) + is now actually exported from SB-EXT as documented. (reported by + Maciej Katafiasz) + * bug fix: sb-aclrepl now correctly understands how to inspect + single-floats on 64-bit platforms where single-floats are not boxed. + changes in sbcl-1.0.13 relative to sbcl-1.0.12: * minor incompatible change: RUN-PROGRAM now uses execvp(3) to find an executable in the search path, and does so in the child