X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=7b202e30abaf4d86ace372d050a7759ab7f80133;hb=e02c32bd4d07a7d30c9a9d78be54f1f9f84f9877;hp=8bdb4a680ba12cbeaf1e32055bcbe96e14550027;hpb=5dc28680e9cb2d598da02aed512aa49ea81fdade;p=sbcl.git diff --git a/NEWS b/NEWS index 8bdb4a6..7b202e3 100644 --- a/NEWS +++ b/NEWS @@ -525,10 +525,17 @@ changes in sbcl-0.6.8 relative to sbcl-0.6.7: changes in sbcl-0.6.9 relative to sbcl-0.6.8: -?? DESCRIBE now works on CONDITION objects. -?? The debugger now handles errors which arise when trying to print +* DESCRIBE now works on CONDITION objects. +* The debugger now handles errors which arise when trying to print *DEBUG-CONDITION*, so that it's less likely to fall into infinite regress. +* The build system now uses an additional file, customize-target-features.lisp, + to allow local modifications to the target *FEATURES* list. (The point of + this is that now I can set up a custom configuration, e.g. with :SB-SHOW + debugging features enabled, without having to worry about propagating it + into everyone's system when I do a "cvs update".) When no + customize-target-features.lisp file exists, the target *FEATURES* list + should be constructed the same way as before. ?? signal handling reliability ?? fixed some bugs mentioned in the man page: ?? DEFUN-vs.-DECLAIM