From 4f34be92b7a87d2076ef593f7e17494639ce1112 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Tue, 8 Aug 2006 15:03:46 +0000 Subject: [PATCH] 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...) --- NEWS | 2 -- version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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" -- 1.7.10.4