diff options
author | Erlang/OTP <[email protected]> | 2018-05-08 12:10:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-05-08 12:10:45 +0200 |
commit | ce92d1b910996cf151d37277ccedcead3229efb6 (patch) | |
tree | 0e6943042bfdd2eb1ffea543664734461c183226 /lib/ssh/doc | |
parent | 91ae9f0af8eba1af8b9a0da0842aaf9b6027433f (diff) | |
download | otp-ce92d1b910996cf151d37277ccedcead3229efb6.tar.gz otp-ce92d1b910996cf151d37277ccedcead3229efb6.tar.bz2 otp-ce92d1b910996cf151d37277ccedcead3229efb6.zip |
Prepare release
Diffstat (limited to 'lib/ssh/doc')
-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 b80ddb1621..6e98cab129 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.4.2.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix rare spurios shutdowns of ssh servers when receiveing + <c>{'EXIT',_,normal}</c> messages.</p> + <p> + Own Id: OTP-15018</p> + </item> + <item> + <p> + Host key hash erroneously calculated for clients + following draft-00 of RFC 4419, for example PuTTY</p> + <p> + Own Id: OTP-15064</p> + </item> + <item> + <p> + Renegotiation could fail in some states</p> + <p> + Own Id: OTP-15066</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.4.2.3</title> <section><title>Fixed Bugs and Malfunctions</title> |