X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=b6e2a515350de8daa25418073ea983fedb4489ad;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=00e8230013a7bd315df5bf43b50c8a51684ed22c;hpb=79953929196409f21fe505b29b15d2a9281884b7;p=sbcl.git diff --git a/NEWS b/NEWS index 00e8230..b6e2a51 100644 --- a/NEWS +++ b/NEWS @@ -641,6 +641,26 @@ changes in sbcl-0.6.10 relative to sbcl-0.6.9: * Martin Atzmueller pointed out that bug 37 was fixed by his patches some time ago. +changes in sbcl-0.6.11 relative to sbcl-0.6.10: +* The Gray subclassable streams extension now works, thanks to a + patch from Martin Atzmueller. +* The full LOAD-FOREIGN extension (not just the primitive + LOAD-FOREIGN-1) now works, thanks to a patch from Martin Atzmueller. +* The default behavior of RUN-PROGRAM has changed. Now, unlike CMU CL + but like most other programs, it defaults to copying the Unix + environment from the original process instead of starting the + new process in an empty environment. +* Extensions which manipulate the Unix environment now support + an :ENVIRONMENT keyword option which doesn't smash case or + do other bad things. The CMU-CL-style :ENV option is retained + for porting convenience. +* LOAD-FOREIGN (and LOAD-1-FOREIGN) now support logical pathnames, + as per Daniel Barlow's suggestion and Martin Atzmueller's patch +* DESCRIBE now works on structure objects again. +* Fasl file format version numbers have increased again, because + support for the Gray streams extension changes the format of the + system's stream objects. + planned incompatible changes in 0.7.x: * The debugger prompt sequence now goes "5]", "5[2]", "5[3]", etc. as you get deeper into recursive calls to the debugger command loop,