summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-04 21:37:42 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-04 21:37:42 +0300
commit82b5396a1f1d45c7ea7eebd1544ba8099bcee9a4 (patch)
tree1dc5e7e7904f74d2dc50d573bd1948ee5f3af61c /NEWS
parentsession.scm: Implement SSH config parsing (diff)
downloadguile-ssh-82b5396a1f1d45c7ea7eebd1544ba8099bcee9a4.tar.gz
channel.scm: Add remote pipes
* modules/ssh/channel.scm (open-remote-pipe, open-remote-pipe*): New procedures. * doc/api-channels.texi: Add "Remote Pipes" section. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f38913..5ba626f 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,8 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
*** New procedure 'node-server-running?' in (ssh dist node)
*** New procedure 'node-run-server' in (ssh dist node)
*** New procedure 'session-parse-config!' in (ssh session)
+*** New procedure 'open-remote-pipe' in (ssh channel)
+*** New procedure 'open-remote-pipe*' in (ssh channel)
** 'make-session' now takes 'config' option
that allows to specify whether the SSH config should be parsed or not, and
optionally the path to the config.