X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=a35e2417f0803ca5c6ac4791d3f06ba21e39982b;hb=d1873cc3f7a09f9891bb9c05f206af1774876c0c;hp=85422c1bf21e62a02fc6250f1b0368da2ff19866;hpb=c26d6a3c601d29e4de039bbea429fc2d3353a6c9;p=sbcl.git diff --git a/NEWS b/NEWS index 85422c1..a35e241 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes in sbcl-1.0.26 relative to 1.0.25: + * new feature: runtime option --disable-ldb + * new feature: runtime option --lose-on-corruption to die at the + slightest hint of possibly non-recoverable errors: running out of + memory, stack, alien stack, binding stack, encountering a memory + fault, etc. In the absence of --lose-on-corruption a warning is + printed to stderr. + changes in sbcl-1.0.25 relative to 1.0.24: * incompatible change: SB-INTROSPECT:FUNCTION-ARGLIST is deprecated, to be removed later. Please use SB-INTROSPECT:FUNCTION-LAMBDA-LIST instead.