From: Daniel Barlow Date: Fri, 7 Feb 2003 15:07:57 +0000 (+0000) Subject: 0.7.12.28 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f0bc5a240267a97d7b65db24d7ed6914dd42f036;hp=22b8c6a91a89d0710db10e88f76ce0f2a245905d;p=sbcl.git 0.7.12.28 Commit changes to NEWS that should have been associated with 0.7.12.24 --- diff --git a/NEWS b/NEWS index b6b2ec1..37303aa 100644 --- 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 diff --git a/version.lisp-expr b/version.lisp-expr index b7e9f6f..4525530 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"