summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-12-13 13:57:04 +0100
committerAndy Wingo <wingo@pobox.com>2019-12-13 13:57:04 +0100
commit4b34e1147693f5257720ae7545b001a400bbed91 (patch)
treede2dcec3356da4c2735ea089fcc9f1ed52485290
parentdbc93d61958d966757d142cef4dcc10e90b0d44c (diff)
downloadguile-2.9.7.tar.gz
GNU Guile 2.9.7.v2.9.7
* GUILE-VERSION (GUILE_MICRO_VERSION): Bump. * NEWS: Update.
-rw-r--r--GUILE-VERSION2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION
index 01ff8d5d0..953013549 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -3,7 +3,7 @@
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
GUILE_MAJOR_VERSION=2
GUILE_MINOR_VERSION=9
-GUILE_MICRO_VERSION=6
+GUILE_MICRO_VERSION=7
GUILE_EFFECTIVE_VERSION=3.0
diff --git a/NEWS b/NEWS
index 86da0765a..612fc7e9c 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ would return an empty list for negative count. Now there is only one
`iota' function with the extended semantics of SRFI-1. Note that as an
incompatible change, core `iota' no longer accepts a negative count.
+* Bug fixes
+
+** Fix recently introduced bug causing early abort if stdin is closed
+
Changes in alpha 2.9.x (since the stable 2.2 series):