diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 11:36:11 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 11:36:11 +0300 |
| commit | ae95e0e508d46d93a813369cd391dfdd51b11a56 (patch) | |
| tree | 47805528f8ef7e5ca267f7336fb417217945f6a1 /NEWS | |
| parent | channel.scm: Implement I/O pipes (diff) | |
| download | guile-ssh-ae95e0e508d46d93a813369cd391dfdd51b11a56.tar.gz | |
NEWS: Update
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,12 +33,17 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> multiple values were returned by an expression. ** Nodes are now capable of starting a remote REPL (RREPL) The new behaviour is controlled by 'start-repl-server?' keyed option. +** Channels now can be created as input, output or bi-drectional ports ** New procedures *** 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) ** '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. |
