From: William Harold Newman <william.newman@airmail.net>
Date: Fri, 25 Jun 2004 23:35:09 +0000 (+0000)
Subject: 0.8.12:
X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bf5a814edd504f1497ef1c04966d44310e54ef28;p=sbcl.git

0.8.12:
	release, tagged as sbcl_0_8_12
---

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"