1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

GNU Guile 2.9.7.

* GUILE-VERSION (GUILE_MICRO_VERSION): Bump.
* NEWS: Update.
This commit is contained in:
Andy Wingo 2019-12-13 13:57:04 +01:00
parent dbc93d6195
commit 4b34e11476
2 changed files with 5 additions and 1 deletions

View file

@ -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

4
NEWS
View file

@ -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):