From 7bebcbddf3736a2d854461b03c526c32e06d6de6 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 4 Oct 2010 09:31:02 +0000 Subject: [PATCH] 1.0.43.20: missing NEWS for 1.0.43.19 EOM --- NEWS | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2034447..378236d 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,8 @@ changes relative to sbcl-1.0.43: Kalyanov Dmitry) ** bug fix: run-sbcl.sh now works on Cygwin. (thanks to Kalyanov Dmitry) * bug fix: non-unicode builds no longer fail (broken since 1.0.36.15). + * bug fix: compile-times no longer scale linearly with the size of + quoted lists in source-code. (lp#654289) changes in sbcl-1.0.43 relative to sbcl-1.0.42: * incompatible change: FD-STREAMS no longer participate in the serve-event diff --git a/version.lisp-expr b/version.lisp-expr index 8cba3d0..26d353a 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".) -"1.0.43.19" +"1.0.43.20" -- 1.7.10.4