X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=c51dbde0857be64670250a12d14aad424911c933;hb=686043635c45a16b418d2cc96a7f704fdab182c2;hp=8e5819c9fa3b95e95dbb3c4973398c64b73068e8;hpb=27155202e7a3c0e997a4fad7ba2aa01fa1a2b7a9;p=sbcl.git diff --git a/NEWS b/NEWS index 8e5819c..c51dbde 100644 --- a/NEWS +++ b/NEWS @@ -1058,12 +1058,20 @@ changes in sbcl-0.7.2 relative to sbcl-0.7.1: encapsulation also seems closer to the spirit of the ANSI specification.) -changes in sbcl-0.7.2 relative to sbcl-0.7.1: - * cleanups on SPARC, both Linux and Solaris, and for gcc>=3 (thanks - to Christophe Rhodes and Nathan Froyd) - * DESCRIBE on a symbol now says something about DEFTYPE-style - expansions associated with the symbol (thanks to Eric Marsden's - patch for CMU CL). +changes in sbcl-0.7.3 relative to sbcl-0.7.2: + * SBCL now runs on the PPC archtiecture under Linux. It actually did + this as of 0.7.1.45, but was left out of the previous news section + (thanks to Dan Barlow) + * SBCL now runs on the Solaris operating system on SPARC architectures + (thanks to Christophe Rhodes's port of the CMUCL runtime) + * cleanups to the runtime on SPARC, both Linux and Solaris, and for + gcc>=3 (thanks to Nathan Froyd and Ingvar Mattsson) + * ANSI's DEFINE-SYMBOL-MACRO is now supported. (thanks to Nathan + Froyd porting CMU CL code originally by Douglas Thomas Crosher) + * The fasl file format has changed again, to allow the compiler's + INFO database to support symbol macros. + * The user manual (in doc/) is formatted into HTML more nicely. + (thanks to coreythomas) planned incompatible changes in 0.7.x: * When the profiling interface settles down, maybe in 0.7.x, maybe