From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/ssh/doc/src/notes.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index f5cb3ec254..ba563335a2 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,55 @@ notes.xml +
Ssh 4.6.6 + +
Fixed Bugs and Malfunctions + + +

+ Remove a blocking risk when a channel is closed and an + operation is tried on that channel after at least a + second's time gap.

+

+ Own Id: OTP-14939

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

+ Added ssh_compat_SUITE.

+

+ This suite contains a number of interoperability tests + mainly with OpenSSH. The tests start docker containers + with different OpenSSH and OpenSSL/LibreSSLcryptolib + versions and performs a number of tests of supported + algorithms.

+

+ All login methods and all user's public key types are + tested both for the client and the server.

+

+ All algorithms for kex, cipher, host key, mac and + compressions are tested with a number of exec and sftp + tests, both for the client and the server.

+

+ Own Id: OTP-14194 Aux Id: OTP-12487

+
+ +

+ Default exec is disabled when a user-defined shell is + enabled.

+

+ Own Id: OTP-14881

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