X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=714bf184e4b7e39a79562427fd9c6e404d60e8a1;hb=9b69e80c82ef126a8f9c120113d4e75b17845f13;hp=35a671d8e6424608222288a7a6c682922d9ea1df;hpb=993c261469bbf6201c6fae04fcdf255d38cf419d;p=sbcl.git diff --git a/NEWS b/NEWS index 35a671d..714bf18 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,12 @@ changes relative to sbcl-1.1.12: includes the name of the function on x86-64. * bug fix: forward references to classes in fasls can now be loaded. (lp#746132) + * bug fix: don't warn on a interpreted->compiled function redefinition + from the same location. (patch by Douglas Katzman, lp#1042405) + * bug fix: Create vectors of proper internal length when reading literal + vectors from FASLs. (Reported by Jan Moringen) + * bug fix: COMPILE can now succefully compile setf functions. + (Reported by Douglas Katzman) changes in sbcl-1.1.12 relative to sbcl-1.1.11: * enhancement: Add sb-bsd-sockets:socket-shutdown, for calling