1.0.42.3: DOTIMES and non-integer counts
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index e70ebe7..c97dbeb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.41
+changes relative to sbcl-1.0.42
+  * bug fix: bogus type errors from (AREF A (+ POSITIVE-OFFSET N)) under
+    certain circumstances when N was negative but (+ POSITIVE-OFFSET N)
+    was non-negative. (lp#622958)
+  * bug fix: DOTIMES accepted literal non-integer reals. (lp#619393, thanks to
+    Roman Marynchak)
+
+changes in sbcl-1.0.42 relative to sbcl-1.0.41
   * build changes
     ** Cross-compilation host is now specified to make.sh using
        command-line argument --xc-host=<command> instead of a positional
@@ -12,6 +19,12 @@ changes relative to sbcl-1.0.41
     by multithreaded code.  See documentation for details.
   * enhancement: Experimental support for threading on Linux/PPC.
   * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric Marsden)
+  * bug fix: EXPT signals an error if first argument is a zero and second
+    argument is a floating point zero. (lp#571581, thanks to Roman Marynchak)
+  * bug fix: DEFTYPE signals an error for non-list lambda-lists.
+    (lp#576594, thanks to Roman Marynchak)
+  * bug fix: make ASDF-INSTALL compatible with the now-included ASDF2.
+    (lp#612998, reported by Phil Hargett; patch from Jim Wise)
 
 changes in sbcl-1.0.41 relative to sbcl-1.0.40:
   * optimization: validity of observed keyword initargs to MAKE-INSTANCE is