diff options
author | Erlang/OTP <[email protected]> | 2014-09-29 09:00:20 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-09-29 09:00:20 +0200 |
commit | 782fbece2e903c09b5293113bcb85f988be6f84c (patch) | |
tree | 5149b621d83cb71d9424c86de10cac5f3cf4e5b3 /lib/ssh/doc/src | |
parent | 395ca428a46b550162b65308aa5c6acc1351ac32 (diff) | |
download | otp-782fbece2e903c09b5293113bcb85f988be6f84c.tar.gz otp-782fbece2e903c09b5293113bcb85f988be6f84c.tar.bz2 otp-782fbece2e903c09b5293113bcb85f988be6f84c.zip |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 0b587db810..467e2ab27e 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,56 @@ <file>notes.xml</file> </header> +<section><title>Ssh 3.0.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Gracefully handle bad data from the client when expecting + ssh version exchange.</p> + <p> + Own Id: OTP-12157 Aux Id: seq12706 </p> + </item> + <item> + <p> + When restarting an ssh daemon, that was stopped with + ssh:stop_listner/ [1,2] new options given shall replace + old ones.</p> + <p> + Own Id: OTP-12168 Aux Id: seq12711 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + ssh now has a format_status function to avoid printing + sensitive information in error loggs.</p> + <p> + Own Id: OTP-12030</p> + </item> + </list> + </section> + + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + The option <c>parallel_login</c> didn't work with the + value <c>true</c>. All logins were serial.</p> + <p> + Own Id: OTP-12194</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 3.0.5</title> <section><title>Fixed Bugs and Malfunctions</title> |