From: Nikodemus Siivola Date: Mon, 16 Jul 2007 11:07:37 +0000 (+0000) Subject: 1.0.7.20: note for SBCL packagers X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=09526ad4e54d7858d678aa2ac372261331a185a5;p=sbcl.git 1.0.7.20: note for SBCL packagers See doc/PACKAGING-SBCL.txt. --- diff --git a/doc/PACKAGING-SBCL.txt b/doc/PACKAGING-SBCL.txt new file mode 100644 index 0000000..33abe83 --- /dev/null +++ b/doc/PACKAGING-SBCL.txt @@ -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. diff --git a/version.lisp-expr b/version.lisp-expr index 1e4713d..1cddede 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.7.19" +"1.0.7.20"