diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-02-13 22:08:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-02-13 22:08:52 +0100 |
commit | cbbf79a34b77c52e1cdb1ad2c9c46821cccb32bc (patch) | |
tree | 58fb3d19716f660f722c49128bbe8ad02f97e6a7 | |
parent | 8a5e40655b59f9f6e3913a95461b3f6970497f3b (diff) | |
download | guile-cbbf79a34b77c52e1cdb1ad2c9c46821cccb32bc.tar.gz |
Update 'NEWS'.
-rw-r--r-- | NEWS | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,10 +1,30 @@ 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 + (<http://bugs.gnu.org/20272>) + +** 'number->locale-string' and 'monetary-amount->locale-string' fixes + (<http://bugs.gnu.org/24990>) + +** (system base target) now recognizes "sh3" as a cross-compilation target + +** Fix race condition in '00-repl-server.test' + (<http://bugs.gnu.org/24769>) + +** 'scandir' from (ice-9 ftw) no longer calls 'stat' for each entry + +** Several documentation improvements + + Changes in 2.0.13 (since 2.0.12): * Security fixes |