diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 14:10:10 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 14:10:10 +0300 |
| commit | bcec8df66801cfa0c327fa87ce92429011cad83d (patch) | |
| tree | 5ebf7eb8cff2f630029225458038b7fd9ffbcf16 /NEWS | |
| parent | tests/Makefile.am (EXTRA_DIST): Bugfix: Add 'config' (diff) | |
| download | guile-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-- | NEWS | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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. |
