From 7d239bec55c713096ff0fe2723233e621029804a Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 1 Sep 2007 11:28:18 +0000 Subject: [PATCH] 1.0.9.16: Remove :mips from Bug #372. This was a Linux/MIPS kernel bug, fixed in the latest version. --- tests/float.pure.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index b179f60b4..e9fbd869e 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -125,7 +125,7 @@ (funcall (compile nil '(lambda () (tan (tan (round 0)))))) (with-test (:name (:addition-overflow :bug-372) - :fails-on '(or :ppc :darwin :mips (and :x86 :netbsd))) + :fails-on '(or :ppc :darwin (and :x86 :netbsd))) (assert (typep (nth-value 1 (ignore-errors diff --git a/version.lisp-expr b/version.lisp-expr index 71ed5f856..cd3e12ac8 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.9.15" +"1.0.9.16" -- 2.11.4.GIT