diff options
author | Erlang/OTP <[email protected]> | 2018-06-21 17:33:18 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-21 17:33:18 +0200 |
commit | 60c76a2cae65a7d138825adc192e4a20a85e8a73 (patch) | |
tree | 4152ac4811699afe1c85f4f1f2eaa1f2af007880 /lib/ssh/doc/src | |
parent | 6e6debe47adb967ebba4d05bc7c40f7be190561b (diff) | |
download | otp-60c76a2cae65a7d138825adc192e4a20a85e8a73.tar.gz otp-60c76a2cae65a7d138825adc192e4a20a85e8a73.tar.bz2 otp-60c76a2cae65a7d138825adc192e4a20a85e8a73.zip |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index ce01a04112..12470df7b9 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,35 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.6.9.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + SFTP clients reported the error reason <c>""</c> if a + non-OTP sftp server was killed during a long file + transmission.</p> + <p> + Now the signal name (for example <c>"KILL"</c>) will be + the error reason if the server's reason is empty.</p> + <p> + The documentation also lacked type information about this + class of errors.</p> + <p> + Own Id: OTP-15148 Aux Id: ERIERL-194 </p> + </item> + <item> + <p> + Fix ssh_sftp decode error for sftp protocol version 4</p> + <p> + Own Id: OTP-15149 Aux Id: ERIERL-199 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.6.9</title> <section><title>Fixed Bugs and Malfunctions</title> |