From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 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 f9d11b2a60..b990c18e9a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,68 @@ notes.xml +
Ssh 4.3.2 + +
Fixed Bugs and Malfunctions + + +

+ Upgrade of an established client connection could crash + because the ssh client supervisors children had wrong + type. This is fixed now.

+

+ Own Id: OTP-13782 Aux Id: seq13158

+
+ +

+ Partly checks the public key early in public key + authorization

+

+ Own Id: OTP-13847 Aux Id: + defensics-ssh3.1.0-190243,205277,219318

+
+ +

+ Corrected handling of SHA for ECDSA (Elliptic curve + public keys)

+

+ Own Id: OTP-13850 Aux Id: defensics-ssh3.1.0-214168

+
+ +

+ Problems found by test suites as well as by + Codenomicon/Defensics fixed: - reduce max random padding + to 15 bytes (Codenomicon/Defensics) - inclomplete pdu + handling (Codenomicon/Defensics) - badmatch in test suite + - non-blocking send fixes deadlock in + ssh_connection_SUITE:interrupted_send

+

+ Own Id: OTP-13854

+
+ +

+ Caller is now notified when a tcp close is received.

+

+ Own Id: OTP-13859 Aux Id: seq13177

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

+ Use application:ensure_all_started/2 instead of + hard-coding deps

+

+ Own Id: OTP-13843 Aux Id: PR-1147

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