aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2011-01-20 12:27:05 +0100
committerNiclas Eklund <[email protected]>2011-01-20 12:27:05 +0100
commit378c3d37b5b81bcee64351b752f109d89e7205ef (patch)
tree218f6f01f704a96e2b7515570149f979ed88e416 /lib/ssh
parent0ef3320c556912b4d9f05f89ec47154eb2b5834a (diff)
downloadotp-378c3d37b5b81bcee64351b752f109d89e7205ef.tar.gz
otp-378c3d37b5b81bcee64351b752f109d89e7205ef.tar.bz2
otp-378c3d37b5b81bcee64351b752f109d89e7205ef.zip
Updated notes file.
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/doc/src/notes.xml27
1 files changed, 26 insertions, 1 deletions
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,10 +30,35 @@
</header>
<section><title>Ssh 2.0.4</title>
+ <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>
+ <p>
+ Own Id: OTP-9031</p>
+ </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>
@@ -41,7 +66,7 @@
</item>
</list>
</section>
- </section>
+</section>
<section><title>Ssh 2.0.3</title>
<section><title>Fixed Bugs and Malfunctions</title>