diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-02-12 07:10:24 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-02-12 07:10:24 +0300 |
| commit | dd69590e51cb7e9210658cc108ffe865d8c93cbc (patch) | |
| tree | 46423347a6b59b7aebd5861aec4567b868f15c10 /ChangeLog | |
| parent | channel-func.c (guile_ssh_channel_request_send_exit_status): Update docstring (diff) | |
| download | guile-ssh-dd69590e51cb7e9210658cc108ffe865d8c93cbc.tar.gz | |
examples/sssh{,d}.scm.in: Handle exit status
* examples/ssshd.scm.in (handle-request-exec): Send exit status.
* examples/sssh.scm.in (main): Handle exit status.
* NEWS: Update.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-02-12 Artyom Poptsov <poptsov.artyom@gmail.com> + + * examples/ssshd.scm.in (handle-request-exec): Send exit status. + * examples/sssh.scm.in (main): Handle exit status. + * NEWS: Update. + 2015-02-09 Artyom Poptsov <poptsov.artyom@gmail.com> * doc/api-channels.texi (Channels): Update description of |
