0.7.12.28
authorDaniel Barlow <dan@telent.net>
Fri, 7 Feb 2003 15:07:57 +0000 (15:07 +0000)
committerDaniel Barlow <dan@telent.net>
Fri, 7 Feb 2003 15:07:57 +0000 (15:07 +0000)
Commit changes to NEWS that should have been associated with
0.7.12.24

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index b6b2ec1..37303aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1543,6 +1543,14 @@ changes in sbcl-0.7.13 relative to sbcl-0.7.12:
        freshly-consed result bit-array);
     ** ELT now signals an error on an invalid sequence index in safe
        code;
+  * incompatible packaging change: in line with Unix convention, 
+    SBCL now looks for its core file in /usr/{local/,}lib/sbcl/sbcl.core 
+    if it's not in $SBCL_HOME.  It also sets SBCL_HOME to match
+  * REQUIRE and PROVIDE are now optionally capable of doing something
+    useful: see the documentation string for REQUIRE
+  * infrastructure for a managed SBCL contrib system: contributed 
+    modules in this release include a copy of the ASDF system definition
+    facility, and an interface to the BSD Sockets API
 
 planned incompatible changes in 0.7.x:
   * (not done yet, but planned:) When the profiling interface settles
index b7e9f6f..4525530 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.12.26"
+"0.7.12.27"