From 378c3d37b5b81bcee64351b752f109d89e7205ef Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Thu, 20 Jan 2011 12:27:05 +0100 Subject: Updated notes file. --- lib/ssh/doc/src/notes.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 865b7e9b95..af667b1a71 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,8 +30,33 @@
Ssh 2.0.4 +
Fixed Bugs and Malfunctions + + +

In some cases SSH returned {error, normal} when a channel was terminated + unexpectedly. This has now been changed to {error, channel_closed}.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-8987 Aux Id: seq11748

+
+ +

+ SSH did not handle the error reason enetunreach + when trying to open a IPv6 connection.

+

+ Own Id: OTP-9031

+
+
+
Improvements and New Features + +

+ It is now possible to use SSH to sign and verify binary data.

+

+ Own Id: OTP-8986

+

SSH now ensures that the .ssh directory exists before trying @@ -41,7 +66,7 @@

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