From f0bc5a240267a97d7b65db24d7ed6914dd42f036 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 7 Feb 2003 15:07:57 +0000 Subject: [PATCH] 0.7.12.28 Commit changes to NEWS that should have been associated with 0.7.12.24 --- NEWS | 8 ++++++++ version.lisp-expr | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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" -- 1.7.10.4