X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2b85056a4c9cc756bb5b1b09e58ba5ce3dfcd964;hb=6de517974934588c8b5c6355e04bef11af9db3d0;hp=66b429c5aac48b0b54c1f119896de4f125d255e5;hpb=e303f38caaf6055614e7cf5cc542cfb7da22d070;p=sbcl.git diff --git a/NEWS b/NEWS index 66b429c..2b85056 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes in sbcl-1.0.28 relative to 1.0.27: + * bug fix: some error messages for out-of-bound array indexes confused the + index and the bound. (thanks to Stas Boukarev) * bug fix: pretty printing malformed DEFPACKAGE forms (thanks to Sidney Markowitz) * bug fix: running regressions tests in shells without OSTYPE set now works.