guild disassemble: Use #:prefix instead of #:renamer.
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index c9ef852..0292dcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,15 @@ See the end for copying conditions.
 Please send Guile bug reports to bug-guile@gnu.org.
 
 
-Changes in 2.0.10 (since 2.0.9):
+Changes in 2.0.11 (since 2.0.10):
+
+This release fixes an embarrassing regression introduced in the C
+interface to SRFI-4 vectors.  See
+<https://lists.gnu.org/archive/html/guile-devel/2014-03/msg00047.html>
+for details.
 
-[XXX This is a work-in-progress!!  Search for "XXX" for things to fix.
-Reorganization would also be helpful.]
+\f
+Changes in 2.0.10 (since 2.0.9):
 
 * Notable changes
 
@@ -95,7 +100,7 @@ is printed along with the location of the failed 'match' invocation.
 *** Numerical comparisons with more than 2 arguments are compiled to VM code.
 *** Several R6RS bitwise operators have been optimized.
 
-** Miscellaneous changes [XXX not sure where these belong, if anywhere]
+** Miscellaneous
 
 *** Web: 'content-disposition' headers are now supported.
 *** Web: 'uri-encode' hexadecimal percent-encoding is now uppercase.
@@ -144,7 +149,7 @@ See "Binding multiple return values" in the manual.
 Guile now allows macro definitions to use identifiers other than '...'
 as the ellipsis.  This is convenient when writing macros that generate
 macro definitions.  The desired ellipsis identifier can be given as the
-first operand to 'syntax-rules', as specified SRFI-46 and R7RS, or by
+first operand to 'syntax-rules', as specified in SRFI-46 and R7RS, or by
 using the new 'with-ellipsis' special form in procedural macros.  With
 this addition, Guile now fully supports SRFI-46.
 
@@ -234,7 +239,8 @@ unfortunately.
 
 ** 'scm_c_program_source'
 
-[XXX add justification].  Please use 'scm_program_source' instead.
+This internal VM function was not meant to be public.  Use
+'scm_procedure_source' instead.
 
 * Build fixes