summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-06 11:36:11 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-06 11:36:11 +0300
commitae95e0e508d46d93a813369cd391dfdd51b11a56 (patch)
tree47805528f8ef7e5ca267f7336fb417217945f6a1 /NEWS
parentchannel.scm: Implement I/O pipes (diff)
downloadguile-ssh-ae95e0e508d46d93a813369cd391dfdd51b11a56.tar.gz
NEWS: Update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e667536..0533519 100644
--- a/NEWS
+++ b/NEWS
@@ -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.