summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-02-13 22:08:52 +0100
committerLudovic Courtès <ludo@gnu.org>2017-02-13 22:08:52 +0100
commitcbbf79a34b77c52e1cdb1ad2c9c46821cccb32bc (patch)
tree58fb3d19716f660f722c49128bbe8ad02f97e6a7
parent8a5e40655b59f9f6e3913a95461b3f6970497f3b (diff)
downloadguile-cbbf79a34b77c52e1cdb1ad2c9c46821cccb32bc.tar.gz
Update 'NEWS'.
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22dda2e66..1870b0f5b 100644
--- a/NEWS
+++ b/NEWS
@@ -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