From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'lib/ssh/doc/src/notes.xml') 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 @@ notes.xml +
Ssh 3.0 + +
Fixed Bugs and Malfunctions + + +

+ The ssh cli is now faster at close and before new prompt.

+

+ Own Id: OTP-11339 Aux Id: seq12423

+
+ +

+ 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.

+

+ Impact: Increases flow efficiency

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-11363

+
+ +

+ Fix various typos in erts, kernel and ssh. Thanks to + Martin Hässler.

+

+ Own Id: OTP-11414

+
+ +

+ Correct private_key type documentation in + ssh_server_key_api. Thanks to Tristan Sloughter.

+

+ Own Id: OTP-11449

+
+ +

+ 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.

+

+ Own Id: OTP-11490

+
+
+
+ + +
Improvements and New Features + + +

+ Add option to disallow CLI

+

+ Own Id: OTP-10976

+
+ +

+ Add sockname and user to ssh:connection_info/2

+

+ Own Id: OTP-11296

+
+
+
+ +
+
Ssh 2.1.8
Improvements and New Features -- cgit v1.2.3