From: William Harold Newman Date: Sun, 27 Mar 2005 13:55:59 +0000 (+0000) Subject: 0.8.21: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=394eabf282ba2b1d06490394a7c1a2666bd187b6;p=sbcl.git 0.8.21: release, tagged as sbcl_0_8_21 --- diff --git a/NEWS b/NEWS index 9649fd2..d86d7e6 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ changes in sbcl-0.8.21 (0.9alpha.1?) relative to sbcl-0.8.20: no longer processed with LOAD, but by READ and EVAL; hence the global optimization policy, startup package, readtable, etc, can be set by them. + * The .fasl file format number has been incremented because of + various incompatible changes. * internal entry point details and argument counts no longer appear in backtraces unless explicitly requested by setting SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS*. diff --git a/version.lisp-expr b/version.lisp-expr index 35e6434..651560e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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".) -"0.8.20.31" +"0.8.21"