summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-06 14:10:10 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-06 14:10:10 +0300
commitbcec8df66801cfa0c327fa87ce92429011cad83d (patch)
tree5ebf7eb8cff2f630029225458038b7fd9ffbcf16 /NEWS
parenttests/Makefile.am (EXTRA_DIST): Bugfix: Add 'config' (diff)
downloadguile-ssh-bcec8df66801cfa0c327fa87ce92429011cad83d.tar.gz
popen.scm: New module
* modules/ssh/popen.scm: New module. * modules/ssh/Makefile.am (SCM_SOURCES): Add 'popen.scm'. * modules/ssh/channel.scm: Move 'open-remote-*' procedures to (ssh popen). * modules/ssh/dist/node.scm, tests/popen.scm: Use (ssh popen). * NEWS, README: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 0533519..f48dffb 100644
--- a/NEWS
+++ b/NEWS
@@ -38,12 +38,9 @@ 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)
-*** New procedure 'open-remote-input-pipe' in (ssh channel)
-*** New procedure 'open-remote-input-pipe*' in (ssh channel)
-*** New procedure 'open-remote-output-pipe' in (ssh channel)
-*** New procedure 'open-remote-output-pipe*' in (ssh channel)
+** New modules
+*** (ssh popen)
+*** (ssh sftp)
** '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.