diff options
author | Niclas Eklund <[email protected]> | 2011-01-20 12:23:33 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-01-20 12:23:33 +0100 |
commit | c921fa494f7af964fb20aa344fbeefaf8f06d48e (patch) | |
tree | 247b96409d030c945bc74e1eb1d9a4c2caf8b314 /lib/ssh | |
parent | 38336b83da9a6698b00db6e17a8ee597f86e7a1d (diff) | |
download | otp-c921fa494f7af964fb20aa344fbeefaf8f06d48e.tar.gz otp-c921fa494f7af964fb20aa344fbeefaf8f06d48e.tar.bz2 otp-c921fa494f7af964fb20aa344fbeefaf8f06d48e.zip |
Updated notes file.
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 8e422792c9..af667b1a71 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -33,6 +33,14 @@ <section><title>Fixed Bugs and Malfunctions</title> <list> <item> + <p>In some cases SSH returned {error, normal} when a channel was terminated + unexpectedly. This has now been changed to {error, channel_closed}.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-8987 Aux Id: seq11748</p> + </item> + <item> <p> SSH did not handle the error reason enetunreach when trying to open a IPv6 connection.</p> @@ -41,6 +49,23 @@ </item> </list> </section> + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + It is now possible to use SSH to sign and verify binary data.</p> + <p> + Own Id: OTP-8986</p> + </item> + <item> + <p> + SSH now ensures that the .ssh directory exists before trying + to access files located in that directory.</p> + <p> + Own Id: OTP-9010</p> + </item> + </list> + </section> </section> <section><title>Ssh 2.0.3</title> |