summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-05 21:52:13 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-05 21:52:13 +0300
commit1aa5b0ed2c537dcf8fc40a70ce1d80fe9ce2734e (patch)
treee5ecd0fbf510fda93a7453460f87d157f9645f04 /NEWS
parentNEWS: Update (diff)
downloadguile-ssh-1aa5b0ed2c537dcf8fc40a70ce1d80fe9ce2734e.tar.gz
channel.scm (make-channel): Use mode symbols from (ice-9 popen)
* modules/ssh/channel.scm (make-channel): Use mode symbols 'OPEN_READ', 'OPEN_WRITE' and 'OPEN_BOTH' from (ice-9 popen). * doc/api-channels.texi, NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2ce53a..e667536 100644
--- a/NEWS
+++ b/NEWS
@@ -42,7 +42,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
** '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.
-** 'make-channel' now takes optional 'flags' option
+** 'make-channel' now takes optional 'mode' option
that allow to specify the direction of a channel.
** Unit tests
*** Expand the test suite for distributed forms