summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-08-19 23:41:55 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-08-19 23:41:55 +0300
commit77b0d712a8ec2f80b7bb23b6cd713aa6385bf35f (patch)
tree1bb2953eae54ad2738d23861cf93dd2e00e590d1
parentMerge branch 'wip-guile-2.0.12' (diff)
downloadguile-ssh-77b0d712a8ec2f80b7bb23b6cd713aa6385bf35f.tar.gz
README, NEWS, TODO: Update
-rw-r--r--NEWS7
-rw-r--r--README2
-rw-r--r--TODO1
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 <poptsov.artyom@gmail.com>
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