fix COERCE to unfinalized extended sequence classes
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index e48394e..13d8c9d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.49:
+changes relative to sbcl-1.0.50:
+  * bug fix: correct RIP offset calculation in SSE comparison and shuffle
+    instructions. (lp#814688)
+  * bug fix: COERCE to unfinalized extended sequence classes now works.
+    (reported by Jan Moringen; lp#815155)
+
+changes in sbcl-1.0.50 relative to sbcl-1.0.49:
   * enhancement: errors from FD handlers now provide a restart to remove
     the offending handler.
   * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure
@@ -11,6 +17,8 @@ changes relative to sbcl-1.0.49:
     the thunk, as a keyword argument, :arguments.
   * enhancement: constraint propagation is simplified (and sped up) when
     COMPILATION-SPEED > SPEED.
+  * enhancement: SB-ALIEN exports alien type specifiers SIZE-T and OFF-T.
+  * enhancement: debugger understands &MORE arguments better.
   * optimization: extracting bits of a single-float on x86-64 has been
     optimized. (lp#555201)
   * optimization: MAP and MAP-INTO are more efficient for non-simple vectors,
@@ -43,6 +51,8 @@ changes relative to sbcl-1.0.49:
     functions with both optional and key argments.
   * bug fix: regalloc doesn't barf on unused TNs due to type-directed constant
     folding. (lp#729765)
+  * bug fix: Fixed an off-by-one in MAP-ALLOCATED-OBJECTS that might have caused
+    infinite loops.
 
 changes in sbcl-1.0.49 relative to sbcl-1.0.48:
   * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables