0.8.12.53: Increment +FASL-FILE-VERSION+ due to changed %DEFPACKAGE
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 25 Jul 2004 08:03:33 +0000 (08:03 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 25 Jul 2004 08:03:33 +0000 (08:03 +0000)
           signature (change happened with package-locks).

NEWS
src/code/early-fasl.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index 7020223..f1c4311 100644 (file)
--- 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 
index 11b57b4..029d24a 100644 (file)
@@ -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
 ;;; 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*))
index be10a77..1c77f5b 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".)
-"0.8.12.52"
+"0.8.12.53"