From bf5a814edd504f1497ef1c04966d44310e54ef28 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Fri, 25 Jun 2004 23:35:09 +0000 Subject: [PATCH] 0.8.12: release, tagged as sbcl_0_8_12 --- NEWS | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fbb7b20..45141a0 100644 --- a/NEWS +++ b/NEWS @@ -2522,8 +2522,8 @@ changes in sbcl-0.8.12 relative to sbcl-0.8.11: * minor incompatible change: the system no longer provides optimization hints (conditions which are TYPEP SB-EXT:COMPILER-NOTE) for conforming code in default compilation - mode; these hints are emitted when higher SPEED optimization is - requested, as before. + mode; these hints are still emitted when higher SPEED optimization + is requested. * new contrib module: a sampling profiler (profiling by statistical sampling, rather than by instrumenting functions) is available as the SB-SPROF contrib. (thanks to Gerd Moellmann and Juho Snellman) diff --git a/version.lisp-expr b/version.lisp-expr index c038f93..4e5036f 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.8.11.20" +"0.8.12" -- 1.7.10.4