From f741a144c386acdb82cac2e3352abab7cff65f1d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 19 Nov 2010 10:13:40 +0000 Subject: [PATCH] 1.0.44.30: don't canonicalize whitespace in ASDF ASDF isn't that tightly coupled to SBCL anymore -- and munging the whitespace there just makes comparing SBCL and upstream ASDFs more difficult. --- tools-for-build/whitespacely-canonical-filenames | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools-for-build/whitespacely-canonical-filenames b/tools-for-build/whitespacely-canonical-filenames index 5a61381..e3f839f 100755 --- a/tools-for-build/whitespacely-canonical-filenames +++ b/tools-for-build/whitespacely-canonical-filenames @@ -24,6 +24,7 @@ fi for source_extension in $source_extensions; do find . \( \ + -path contrib/asdf \ -name _darcs -o \ -name '{arch}' -o \ -name CVS -o \ diff --git a/version.lisp-expr b/version.lisp-expr index 3d1e9e1..74c2fcf 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -20,4 +20,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.44.29" +"1.0.44.30" -- 1.7.10.4