From 4a59cac8038dde1232b82fed1470b184b68cf6e1 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 25 Jul 2004 08:03:33 +0000 Subject: [PATCH] 0.8.12.53: Increment +FASL-FILE-VERSION+ due to changed %DEFPACKAGE signature (change happened with package-locks). --- NEWS | 2 ++ src/code/early-fasl.lisp | 4 +++- version.lisp-expr | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7020223..f1c4311 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ changes in sbcl-0.8.13 relative to sbcl-0.8.12: The symbols are also exported from SB-PCL for backwards compatibility, but more so than before SB-PCL should be treated as an implementation-internal package. + * fasl format changed: SBCL 0.8.13 fasls are incompatible with those + of earlier versions * the SB-SPROF contrib now works on (most) non-x86 architectures. It is known as of this release not to work on the Alpha, however. * fixed bug #167: errors signalled due to illegal syntax in method diff --git a/src/code/early-fasl.lisp b/src/code/early-fasl.lisp index 11b57b4..029d24a 100644 --- a/src/code/early-fasl.lisp +++ b/src/code/early-fasl.lisp @@ -76,7 +76,7 @@ ;;; versions which break binary compatibility. But it certainly should ;;; be incremented for release versions which break binary ;;; compatibility. -(def!constant +fasl-file-version+ 50) +(def!constant +fasl-file-version+ 51) ;;; (record of versions before 2003 deleted in 2003-04-26/0.pre8.107 or so) ;;; 38: (2003-01-05) changed names of internal SORT machinery ;;; 39: (2003-02-20) in 0.7.12.1 a slot was added to @@ -108,6 +108,8 @@ ;;; 49: (2004-05-04) Changed implementation of DEFFOO macros and the ;;; functions they expand to. ;;; 50: (2004-05-20) Changed %COMPILER-DEFUN signature again. +;;; 51: (2004-07-24) Package locks (SBCL 0.8.12.7) changed signature of +;;; %DEFPACKAGE. ;;; the conventional file extension for our fasl files (declaim (type simple-string *fasl-file-type*)) diff --git a/version.lisp-expr b/version.lisp-expr index be10a77..1c77f5b 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.8.12.52" +"0.8.12.53" -- 1.7.10.4