summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2004-06-25 23:35:09 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2004-06-25 23:35:09 +0000
commitbf5a814edd504f1497ef1c04966d44310e54ef28 (patch)
tree8cca7ff6f0e194aee9aae5ca5d30f6c8bb88086c
parent554397512eea9d6e30067c5edc2def42006a5327 (diff)
release, tagged as sbcl_0_8_12
-rw-r--r--NEWS4
-rw-r--r--version.lisp-expr2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fbb7b207c..45141a057 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 c038f93fb..4e5036ff0 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"