0.9.16.35:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index f83a6a9..6b3cd62 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,13 +33,15 @@ changes in sbcl-0.9.17 (0.9.99?) relative to sbcl-0.9.16:
     non-ASCII characters in their names (thanks to Yaroslav Kavenchuk)
   * bug fix: The :PTY argument for RUN-PROGRAM will now work on 
     systems with Unix98 pty semantics.
-  * bug fix: arguments to RUN-PROGRAM are escaped correctly on win32
-    (thanks to Yaroslav Kavenchuk)
   * bug fix: ASDF-INSTALL will now work with bsd tar.
   * bug fix: ASDF-INSTALL uses GNU tar on Solaris (thanks to Josip
     Gracin).
   * bug fix: timers expiring in dead threads no longer cause a
     type-error (reported by Paul "Nonny Mouse"). 
+  * improvements to the win32 port (thanks to Yaroslav Kavenchuk):
+    * bug fix: arguments to RUN-PROGRAM are escaped correctly
+    * replace dummy implementations of CL:MACHINE-INSTANCE and 
+      CL:SOFTWARE-VERSION with proper version
 
 changes in sbcl-0.9.16 relative to sbcl-0.9.15:
   * feature: implemented the READER-METHOD-CLASS and