X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=ef17dc05796074d91c5c6cc9ab1b6b42dff3aa27;hb=dd0e7aad8215b548fdb1e402affdc0caad95b621;hp=74c27882c2194312a24a88cac58151cc29d5be4c;hpb=bd08bc2c6bc19c195f84b3facf7ab949a37bd5d6;p=sbcl.git diff --git a/NEWS b/NEWS index 74c2788..ef17dc0 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,15 @@ ;;;; -*- 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