diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-01-03 20:14:16 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-01-03 20:14:16 +0300 |
| commit | 3a033a288b37351cf0efea138724a5be5d370845 (patch) | |
| tree | 94641f8d5922eacb7cb06df8edfdb93a3575c871 | |
| parent | tunnel.scm (main-loop): Handle "interrupted system call" errors (diff) | |
| download | guile-ssh-3a033a288b37351cf0efea138724a5be5d370845.tar.gz | |
NEWS: Update
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> ** New module (ssh shell) The module provides some procedures build upon (ssh popen) for working with remote shell. +** Bugfixes +*** In (ssh tunnel) +**** 'main-loop' now handles "interrupted system call" errors + that sometimes occur on 'select' call. ** 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 |
