diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-08-04 00:06:32 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-08-04 00:06:32 +0300 |
| commit | 8fc5648841fe381a1770e5d3deb876862b68184e (patch) | |
| tree | 2f77c346cc1fb0729f912df486b8c8e03db76018 | |
| parent | doc/api-dist.texi: Improve an example of 'with-ssh' usage (diff) | |
| download | guile-ssh-8fc5648841fe381a1770e5d3deb876862b68184e.tar.gz | |
NEWS: Mention the new RREPL example program
| -rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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) |
