From: Nikodemus Siivola Date: Wed, 7 Apr 2010 15:27:38 +0000 (+0000) Subject: 1.0.37.53: missing NEWS from 1.0.37.52 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=inline;h=cb68bde807e1cf6d0357cc9cd7dfa5547b0ca342;p=sbcl.git 1.0.37.53: missing NEWS from 1.0.37.52 --- diff --git a/NEWS b/NEWS index c90268d..0b3f4b6 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,7 @@ changes relative to sbcl-1.0.37: ** optimization: counters no longer use locks for the overflow mode. ** bug fix: whenever a profiling counter wrapped into overflow mode, it incurred an off-by-one miscount. + * enhancement: improved MAKE-HASH-TABLE documentation (lp#543473) * bug fix: correct restart text for the continuable error in MAKE-PACKAGE. * bug fix: a rare case of startup-time page table corruption. * bug fix: a semaphore with multiple waiters and some of them unwinding due diff --git a/version.lisp-expr b/version.lisp-expr index 9306020..cfbb69a 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.37.52" +"1.0.37.53"