From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 3aa61aa9ec..f22bca36f4 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,50 @@ notes.xml +
Ssh 3.2 + +
Fixed Bugs and Malfunctions + + +

+ If a channel is closed by the peer while using a function + with call semantics in ssh_connection.erl return {error, + closed}. Document that the functions can return {error, + timeout | closed} and not only ssh_request_status()

+

+ Own Id: OTP-12004

+
+ +

+ Bug that causes ssh:connect to return + {error,int()} instead of {error,timeout} + when ssh handshake takes too long time.

+

+ Own Id: OTP-12369

+
+ +

+ Documentation corrections. (Thanks to Rabbe Fogelholm)

+

+ Own Id: OTP-12399

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

+ Example of ssh_connection:exec added.

+

+ Own Id: OTP-12558

+
+
+
+ +
+
Ssh 3.1
Fixed Bugs and Malfunctions -- cgit v1.2.3