diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-21 09:18:07 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-21 09:18:07 +0300 |
| commit | ed2fbb2d5d9dd7d3043eacea630724a6c93abbaa (patch) | |
| tree | 000d50f8ce24b94c6a52595664b53e1b3b5afe64 /NEWS | |
| parent | NEWS: Bump version to 0.11.1 (diff) | |
| download | guile-ssh-ed2fbb2d5d9dd7d3043eacea630724a6c93abbaa.tar.gz | |
node.scm (node-guile-version): Bugfix
'node-guile-version' would always fail due to a wrong call to 'rexec'
procedure passing it a node object instead of a session object. This patch
fixes the bug.
Reported by Mark H Weaver <mhw@netris.org> and Ludovic Courtès <ludo@gnu.org>:
<https://bugs.gnu.org/26976>
* modules/ssh/dist/node.scm (node-guile-version): Pass node session to a
'rexec' procedure instead of a node object.
* tests/common.scm (start-server/exec): Handle node version requests.
* tests/dist.scm ("node-guile-version, valid response"): New test case.
* NEWS: Update.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,15 @@ 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 +** Bugfixes +*** In (ssh dist node) +**** 'node-guile-version' now does not fail + The procedure would always fail to get Guile version. Now that should be + fixed. +** Update uit tests +*** Add test cases for fixed bugs + * Changes in version 0.11.1 (2017-05-09) ** Bugfixes *** Fix building scripts |
