From e0d4bb79602873f11b8a421915518374b1a33ec7 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Thu, 24 Nov 2016 21:41:00 +0300 Subject: NEWS: Update --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5f984b0..1d81912 100644 --- a/NEWS +++ b/NEWS @@ -9,11 +9,13 @@ Copyright (C) Artyom V. Poptsov * Unreleased ** New procedures -*** New procedure 'channel-send-eof!' in (ssh channel) +*** New procedure 'channel-send-eof' in (ssh channel) The procedure allows to send end-of-file (EOF) on a channel. This action doesn't close the channel; you may still read from it but not write. 'channel-send-eof!' is handy when we deal with a remote command that reads data until EOF (such as 'wc'.) +** Documentation +*** Add procedure index * Changes in version 0.10.1 (2016-10-09) ** Bugfixes -- cgit v1.2.3