From: Christophe Rhodes Date: Tue, 8 Aug 2006 15:03:46 +0000 (+0000) Subject: 0.9.15.16: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=4f34be92b7a87d2076ef593f7e17494639ce1112;p=sbcl.git 0.9.15.16: Whoops. Don't claim to have fixed a bug that hasn't been fixed yet. (The perils of not enough source trees...) --- diff --git a/NEWS b/NEWS index 6e3cb20..1ca2644 100644 --- a/NEWS +++ b/NEWS @@ -16,8 +16,6 @@ changes in sbcl-0.9.16 relative to sbcl-0.9.15: defaults. * bug fix: erronous calls to PATHNAME were being optimized away. (reported by Richard Kreuter) - * bug fix: compiled calls to TYPEP were mishandling obsolete - instances. (reported by James Bielman and Attila Lendvai) changes in sbcl-0.9.15 relative to sbcl-0.9.14: * added support for the ucs-2 external format. (contributed by Ivan diff --git a/version.lisp-expr b/version.lisp-expr index 7c7e6b1..938b383 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.9.15.15" +"0.9.15.16"