1.0.23.72: missing NEWS entries for this month
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 31 Dec 2008 11:44:37 +0000 (11:44 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 31 Dec 2008 11:44:37 +0000 (11:44 +0000)
 * Also add fill-column to modeline.

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index 56cb5b0..e874cb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-;;;; -*- coding: utf-8; -*-
-  * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying
-    data vector of an multidimensional SIMPLE-ARRAY.
+;;;; -*- coding: utf-8; fill-column: 78 -*-
+  * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data
+    vector of a multidimensional SIMPLE-ARRAY.
   * new feature: the system now signals a continuable error if standard
     readtable modification is attempted. (thanks to Tobias Rittweiler)
+  * new feature: DIRECTORY has been extended with a non-standard keyword
+    argument :RESOLVE-SYMLINKS. (thanks to TC-Rucho)
+  * enhancement: SB-BSD-SOCKETS:MAKE-SOCKET-STREAM keyword argument handling
+    has been robustified and documented better. (thanks to Robert Goldman)
   * optimization: faster generic arithmetic dispatch on x86 and x86-64.
   * optimization: FORMAT ~D and ~F are now approximately 5% faster.
   * tradeoff: constant FORMAT control strings are now compiled unless
@@ -57,6 +61,8 @@
     types.
   * bug fix: address-spaces overlapped on OpenBSD. (thanks to Josh
     Elsasser)
+  * bug fix: Mac OS X binaries should now be portable between Leopard
+    and Tiger.
 
 changes in sbcl-1.0.23 relative to 1.0.22:
   * enhancement: when disassembling method functions, disassembly
index fa58be3..f02c1b4 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.23.71"
+"1.0.23.72"