diff options
author | Erlang/OTP <[email protected]> | 2016-10-06 11:29:55 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-10-06 11:29:55 +0200 |
commit | b886c19c55165007d68e26147e756310bac5ae70 (patch) | |
tree | 9f79cb881f233b7226a6711cf5889b20e7986b13 /lib/ssh/doc | |
parent | c2e4feec8186c932408a5af79e97a64f01bec578 (diff) | |
download | otp-b886c19c55165007d68e26147e756310bac5ae70.tar.gz otp-b886c19c55165007d68e26147e756310bac5ae70.tar.bz2 otp-b886c19c55165007d68e26147e756310bac5ae70.zip |
Update release notes
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index b990c18e9a..a4897668e4 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,24 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.3.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Handle all possible exit values that should be + interpreted as {error, closed}. Failing to do so could + lead to unexpected crashes for users of the ssh + application.</p> + <p> + Own Id: OTP-13932 Aux Id: seq13189 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.3.2</title> <section><title>Fixed Bugs and Malfunctions</title> |