diff options
author | Magnus Lidén <[email protected]> | 2013-12-10 14:31:40 +0100 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2013-12-10 14:31:40 +0100 |
commit | 458e302f61e2de36ebd49c5a5a5b984224bdce94 (patch) | |
tree | 0eaff569e08f2cd170275fb38eff8e56993ae47d /lib/ssh/doc | |
parent | 6d22d78204ca8bc8ed4beb92f6021ff3ba93a882 (diff) | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.tar.gz otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.tar.bz2 otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.zip |
Merge tag 'OTP_R16B03'
The R16B03 release
Conflicts:
lib/sasl/vsn.mk
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 041f5e54af..0d88cbda7a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,78 @@ <file>notes.xml</file> </header> +<section><title>Ssh 3.0</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The ssh cli is now faster at close and before new prompt.</p> + <p> + Own Id: OTP-11339 Aux Id: seq12423 </p> + </item> + <item> + <p> + Ssh process structure was redesigned to better map to + what is truly parallel this has solved a lot of strange + timing issues that sometimes would occur, for instance a + process leak could happen when a lot of connections where + taken up and down in parallel in a short period of time. + Also backwards compatible clauses to "original" but never + supported features has been removed.</p> + <p> + Impact: Increases flow efficiency</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-11363</p> + </item> + <item> + <p> + Fix various typos in erts, kernel and ssh. Thanks to + Martin Hässler.</p> + <p> + Own Id: OTP-11414</p> + </item> + <item> + <p> + Correct private_key type documentation in + ssh_server_key_api. Thanks to Tristan Sloughter.</p> + <p> + Own Id: OTP-11449</p> + </item> + <item> + <p> + The functions in ssh_no_io.erl did not mimic the + functions in ssh_io.erl correctly, the arity was + incorrect for some functions which caused ssh to fail in + the wrong way.</p> + <p> + Own Id: OTP-11490</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add option to disallow CLI</p> + <p> + Own Id: OTP-10976</p> + </item> + <item> + <p> + Add sockname and user to ssh:connection_info/2</p> + <p> + Own Id: OTP-11296</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 2.1.8</title> <section><title>Improvements and New Features</title> |