0.8.10.81:
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 4 Jun 2004 13:37:48 +0000 (13:37 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 4 Jun 2004 13:37:48 +0000 (13:37 +0000)
        Installation related fixes
        ... Include SUPPORT in binary distros, since install.sh now installs it.
        ... Align mis-aligned column in INSTALL: OpenBSD works on x86, not PPC.

INSTALL
binary-distribution.sh
version.lisp-expr

diff --git a/INSTALL b/INSTALL
index 796565e..ae0f152 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -232,7 +232,7 @@ INSTALLING SBCL
                            x86 PPC Alpha Sparc HPPA MIPS MIPSel
     Linux 2.2, 2.4, 2.6     X   X    X     X    X    X     X 
     FreeBSD                 X
-    OpenBSD 3.4, 3.5            X
+    OpenBSD 3.4, 3.5        X
     NetBSD                  X
     Solaris                                X
     Tru64                            X
index c5b0e77..15734f5 100755 (executable)
@@ -12,7 +12,7 @@
 b=${1:?"missing base directory name argument"}
 tar -cf $b-binary.tar \
     $b/output/sbcl.core $b/src/runtime/sbcl \
-    $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \
+    $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README $b/SUPPORT \
     $b/install.sh $b/find-gnumake.sh \
     $b/doc/sbcl.1 \
     $b/pubring.pgp \
index 862df5e..29f6bf5 100644 (file)
@@ -17,4 +17,5 @@
 ;;; 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.10.80"
+"0.8.10.81"
+