From 77b0d712a8ec2f80b7bb23b6cd713aa6385bf35f Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Fri, 19 Aug 2016 23:41:55 +0300 Subject: README, NEWS, TODO: Update --- NEWS | 7 +++++++ README | 2 +- TODO | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fed342b..e9f8ae2 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,13 @@ Copyright (C) Artyom V. Poptsov notice and this notice are preserved. * Unreleased +** Add support of Guile 2.0.12 + Guile-SSH now builds (and works quite well, as far as I can see) with Guile + 2.0.9 and 2.0.12. Unit tests are passing too. + + Tested on: + - Gentoo GNU/Linux, Guile 2.0.12-r1, libssh 0.7.3 + - Gentoo GNU/Linux, Guile 2.0.9-r1, libssh 0.7.3 ** Add support of libssh 0.7.3 Guile-SSH now supports libssh 0.7.3 and (probably) newer versions; haven't tested. diff --git a/README b/README index 97c536d..7012701 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ written in [[https://www.gnu.org/software/guile/][GNU Guile]] interpreter. It i International]]. * Requirements - - [[https://www.gnu.org/software/guile/][GNU Guile]], version 2.0.9 or later + - [[https://www.gnu.org/software/guile/][GNU Guile]], version 2.0.9 or later (known to work with 2.0.9, 2.0.12) - [[http://www.libssh.org/][libssh]], version 0.6.4 or later (0.7.3 or later is recommended due to [[https://www.libssh.org/2016/02/23/libssh-0-7-3-security-and-bugfix-release/][CVE-2016-0739 found in previous versions]].) diff --git a/TODO b/TODO index 2925bec..7480073 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,6 @@ in (ssh dist node) ** 'dist-load' procedure that allows to load a local Scheme program on specified host(s). -** Make Guile-SSH work with Guile 2.0.12 * Known Bugs ** Tests -- cgit v1.2.3