From: Christophe Rhodes Date: Sun, 3 Apr 2011 06:17:13 +0000 (+0000) Subject: 1.0.47.9: Oh very funny X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=eaec8176060e89efa39f01017df1f6204e491ecc;p=sbcl.git 1.0.47.9: Oh very funny Commit NEWS and version.lisp-expr as well. I feel like a newb. (On the other hand, this is a good way to test whether syncmail is working again) --- diff --git a/NEWS b/NEWS index 07b3e42..dc56993 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ changes relative to sbcl-1.0.47: * enhancement: read() and write() have been added to SB-POSIX. * enhancement: types of DEFSTRUCT constructors are proclaimed more accurately, allowing better typechecking of call-sites. + * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five + years, is now no longer supported. * optimization: slightly faster ISQRT. (lp#713343) * bug fix: TRACE behaves better when attempting to trace undefined functions. (lp#740717) diff --git a/version.lisp-expr b/version.lisp-expr index 54b27c5..d713786 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -20,4 +20,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".) -"1.0.47.7" +"1.0.47.9"