From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 1b7bf34feb..36010da07a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,76 @@ notes.xml +
Ssh 2.1.1 + +
Fixed Bugs and Malfunctions + + +

+ Ssh now only sends one channel close message under all + circumstances, before it would sometimes incorrectly send + two.

+

+ Own Id: OTP-10060

+
+ +

+ The options check mistreated the ip_v6_disable-option, + and did not handle some, at the moment, undocumented + options correctly.

+

+ Own Id: OTP-10061

+
+ +

+ The channel id in a channel failure message, sent to the + peer, is now in all cases the remote channel id

+

+ Own Id: OTP-10062

+
+ +

+ Improved handling of multiple closes to avoid occasional + crashes when a channel is closed more than once.

+

+ Own Id: OTP-10112

+
+ +

+ Fix lib/src/test/ssh_basic_SUITE.erl to fix IPv6 option + typos

+

+ Fixed incorrect option "ipv6_disable" to "ipv6_disabled" + as documented in the ssh manual.

+

+ Own Id: OTP-10219

+
+ +

+ SSH: Make "auth_methods" server option re-usable

+

+ The 'auth_methods' option is used by the server side of + the SSH code to tell a connecting SSH client about the + authentication methods that are supported by the server. + The code still extracts and handles the 'auth_methods' + option from Opts in appropriate places, but the Opts + checking code in ssh.erl didn't allow that option to be + specified.

+

+ Own Id: OTP-10224

+
+ +

+ Use the correct channel id when adjusting the channel + window

+

+ Own Id: OTP-10232

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