diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-01-03 10:05:20 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-01-03 10:05:20 +0300 |
| commit | 4c150ab15c8ca0417606850a0c7d93c0626bb1ed (patch) | |
| tree | 98f0da28125df6cfcbe46b234aa2f236f461f392 | |
| parent | doc/api-shell.texi: Add to the repository (diff) | |
| download | guile-ssh-4c150ab15c8ca0417606850a0c7d93c0626bb1ed.tar.gz | |
NEWS: Update
| -rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -7,6 +7,23 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +* Unreleased +** New module (ssh shell) + The module provides some procedures build upon (ssh popen) for working with + remote shell. +** Changes in (ssh dist node) +*** 'node-eval' now can work without procps + The procedure now checks if procps package is present on a node and uses + fallback Guile-SSH implementation of 'pgrep' and 'pkill' if it is not. + The fallback implementation of 'pgrep' is built upon pure bash, and + 'pkill' in addition requires Guile itself on the remote side. +*** New procedure 'node-loadavg' + The procedure can be used to get average load of a node. +** Update unit tests +*** Add test cases for (ssh shell) module +** Update documentation +*** Add documentation for (ssh shell) module + * Changes in version 0.10.2 (2016-11-25) ** New procedures *** New procedure 'channel-send-eof' in (ssh channel) |
