summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-08-04 00:06:32 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-08-04 00:06:32 +0300
commit8fc5648841fe381a1770e5d3deb876862b68184e (patch)
tree2f77c346cc1fb0729f912df486b8c8e03db76018
parentdoc/api-dist.texi: Improve an example of 'with-ssh' usage (diff)
downloadguile-ssh-8fc5648841fe381a1770e5d3deb876862b68184e.tar.gz
NEWS: Mention the new RREPL example program
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 099f155..717cfd8 100644
--- a/NEWS
+++ b/NEWS
@@ -23,9 +23,12 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
** New procedure 'channel-accept-forward' in (ssh channel)
** New procedure 'channel-listen-forward' in (ssh channel)
** Remove 'channel-open-forward/reverse' procedure from (ssh channel)
-** Add an RPC client example
- Add an example program that does an RPC call over a secure channel using
- a Guile-SSH tunnel. See 'examples/rpc' directory.
+** Examples
+*** Add an RPC client example
+ Add an example program that does an RPC call over a secure channel using
+ a Guile-SSH tunnel. See 'examples/rpc' directory.
+*** Add a RREPL example
+ Add a demo program that connects to a remote REPL (RREPL).
** Update documentation
* Changes in version 0.7.2 (2015-02-24)