1.0.7.20: note for SBCL packagers
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 16 Jul 2007 11:07:37 +0000 (11:07 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 16 Jul 2007 11:07:37 +0000 (11:07 +0000)
 See doc/PACKAGING-SBCL.txt.

doc/PACKAGING-SBCL.txt [new file with mode: 0644]
version.lisp-expr

diff --git a/doc/PACKAGING-SBCL.txt b/doc/PACKAGING-SBCL.txt
new file mode 100644 (file)
index 0000000..33abe83
--- /dev/null
@@ -0,0 +1,19 @@
+Packaging SBCL
+==============
+
+If you package SBCL for a distribution, please edit version.lisp-expr,
+and append ".packaging-target-or-patch[.version]".
+
+Examples:
+
+ "1.0.7.gentoo"
+ "1.0.7.mikes-rpms.2"
+
+This will make the startup banner, --version, and
+(lisp-implementation-version) all identify the packaged version
+correctly.
+
+We ask you to do this because users report bugs that are intimately
+tied up with configuration issues at regular intervals, and much
+confusion can result from mistaking a packaged SBCL for the upstream
+one.
index 1e4713d..1cddede 100644 (file)
@@ -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.7.19"
+"1.0.7.20"