0.8.8.18:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index d53b1a0..5508258 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2314,6 +2314,12 @@ changes in sbcl-0.8.8 relative to sbcl-0.8.7:
        element-type larger than ([UN]SIGNED-BYTE 32).
 
 changes in sbcl-0.8.9 relative to sbcl-0.8.8:
+  * deprecation of old extension: *DEBUG-PRINT-LEVEL* and
+    *DEBUG-PRINT-LENGTH* are now deprecated in favor of the new, more
+    general SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST* mechanism. (This
+    should matter to you only if you rebind the printer control
+    variables and then find you want different bindings in the 
+    debugger than in the ordinary execution of your program.)
   * The runtime build system has been tweaked to support building
     (on SPARC/SunOS) using a C compiler which invokes Sun's own
     assembler and linker.  (thanks to Nikodemus Siivola)
@@ -2328,6 +2334,14 @@ changes in sbcl-0.8.9 relative to sbcl-0.8.8:
        element-type NIL.
     ** CLEAR-INPUT accepts NIL and T for its (optional) stream
        argument.
+    ** Ratios can now be printed correctly with *PRINT-BASE* bound to
+       2, 8 or 16.
+    ** ECHO-STREAMs no longer attempt to echo the end of file value to
+       their output stream on EOF from read.
+    ** CONCATENATED-STREAM-STREAMS discards constituent streams which
+       have been read to end-of-file.
+    ** CLOSE works as expected on the null CONCATENATED-STREAM, and on
+       STRING-STREAMS.
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles