summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-05-09 09:24:32 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-05-09 09:24:32 +0300
commit19ccab155729ebac0b4384847409787fd0d4a590 (patch)
treed63e8b4c635aa476879214423f032759739424e4 /NEWS
parenttests/server-client.scm ("message-get-session"): Add additional delays (diff)
downloadguile-ssh-19ccab155729ebac0b4384847409787fd0d4a590.tar.gz
NEWS: Bump version to 0.11.0v0.11.0
* NEWS: Update. Bump version to 0.11.0. * configure.ac: Update. * build-aux/compile: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c450eaf..0e67ace 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,12 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
-* Unreleased
+* Changes in version 0.11.0 (2017-05-09)
+** Add support of Guile 2.2
+ Tested with GNU Guile version 2.0.14 (on Gentoo GNU/Linux) and
+ 2.2.2.3-0c102 (on Debian GNU/Linux.)
+
+ Many thanks to Ludovic Courtès for patches!
** New module (ssh shell)
The module provides some procedures build upon (ssh popen) module for
working with remote shell.