From 104bfa3de603f337642d963f0d0af30bc5edbb89 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Tue, 7 Nov 2006 11:04:38 +0000 Subject: [PATCH] 0.9.18.40: Update the manual's description of threading to reflect currently supported platforms. --- doc/manual/threading.texinfo | 5 +++-- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/manual/threading.texinfo b/doc/manual/threading.texinfo index 784a965..bea416c 100644 --- a/doc/manual/threading.texinfo +++ b/doc/manual/threading.texinfo @@ -9,8 +9,9 @@ multiprocessing on machines that have more than one CPU, but it does not allow Lisp control of the scheduler. This is found in the SB-THREAD package. -This requires x86/x86-64 and Linux kernel 2.6 or systems with NPTL -backports. +This requires Linux (2.6+ or systems with NPTL backports) running on the +x86 or x86-64 architecture, or SunOS (Solaris) on the x86. Support for +Darwin (Mac OS X) on the x86 is experimental. @menu * Threading basics:: diff --git a/version.lisp-expr b/version.lisp-expr index a93029b..eb3bf9c 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.9.18.39" +"0.9.18.40" -- 1.7.10.4