X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=ef17dc05796074d91c5c6cc9ab1b6b42dff3aa27;hb=dd0e7aad8215b548fdb1e402affdc0caad95b621;hp=574c63c8281a6ebb5ec5f3205333de46ad87087c;hpb=a01e7ac2e8a9f3afae8f759381a0829fceb5bfde;p=sbcl.git diff --git a/NEWS b/NEWS index 574c63c..ef17dc0 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,14 @@ 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) + * 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