Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32643
Modified Files:
version.lisp-expr NEWS
Log Message:
0.8.12.53: Increment +FASL-FILE-VERSION+ due to changed %DEFPACKAGE
signature (change happened with package-locks).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1725
retrieving revision 1.1726
diff -u -d -r1.1725 -r1.1726
--- version.lisp-expr 23 Jul 2004 21:27:00 -0000 1.1725
+++ version.lisp-expr 25 Jul 2004 08:03:33 -0000 1.1726
@@ -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"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.593
retrieving revision 1.594
diff -u -d -r1.593 -r1.594
--- NEWS 23 Jul 2004 21:27:00 -0000 1.593
+++ NEWS 25 Jul 2004 08:03:33 -0000 1.594
@@ -20,6 +20,8 @@
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
|