diff --git a/NEWS b/NEWS index 22dda2e66..1870b0f5b 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,29 @@ Guile NEWS --- history of user-visible changes. -Copyright (C) 1996-2016 Free Software Foundation, Inc. +Copyright (C) 1996-2017 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. + +Changes in 2.0.14 (since 2.0.13): + +* Bug fixes + +** Builds of .go files and of Guile itself are now bit-reproducible + () + +** 'number->locale-string' and 'monetary-amount->locale-string' fixes + () + +** (system base target) now recognizes "sh3" as a cross-compilation target + +** Fix race condition in '00-repl-server.test' + () + +** 'scandir' from (ice-9 ftw) no longer calls 'stat' for each entry + +** Several documentation improvements + Changes in 2.0.13 (since 2.0.12):