From 8939690edb6e57cb735177f446b731c066e9a8fd Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Tue, 26 Dec 2006 14:57:44 +0000 Subject: [PATCH] 1.0.1: release, will be tagged as sbcl_1_0_1 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ed8813d..f1fe337 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,7 @@ changes in sbcl-1.0.1 relative to sbcl-1.0: to Alastair Bridgewater) ** TRACE :ENCAPSULATE NIL (and function end breakpoints) work on Windows. - ** Lisp is able to unwind foreing exception frames from alien + ** Lisp is able to unwind foreign exception frames from alien callbacks. (thanks to Alastair Bridgewater) changes in sbcl-1.0 relative to sbcl-0.9.18: diff --git a/version.lisp-expr b/version.lisp-expr index c74a4e2..fd9ad5d 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.0.36" +"1.0.1" -- 1.7.10.4