aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-11-17 14:19:24 +0100
committerErlang/OTP <[email protected]>2017-11-17 14:19:24 +0100
commit99e6510d22accbcc7ce4e7c198bd6940422eda3f (patch)
tree77232d46b9f103afe5b5b19b1de34f0014078080 /lib/ssh/doc/src
parente81e76485198a4a2de0abf882d93fb1a6880d8c2 (diff)
downloadotp-99e6510d22accbcc7ce4e7c198bd6940422eda3f.tar.gz
otp-99e6510d22accbcc7ce4e7c198bd6940422eda3f.tar.bz2
otp-99e6510d22accbcc7ce4e7c198bd6940422eda3f.zip
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r--lib/ssh/doc/src/notes.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index ef3e94a1e1..216f7b1bff 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,32 @@
<file>notes.xml</file>
</header>
+<section><title>Ssh 4.6.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Trailing white space was removed at end of the
+ hello-string. This caused interoperability problems with
+ some other ssh-implementations (e.g OpenSSH 7.3p1 on
+ Solaris 11)</p>
+ <p>
+ Own Id: OTP-14763 Aux Id: ERIERL-74 </p>
+ </item>
+ <item>
+ <p>
+ Fixes that tcp connections that was immediately closed
+ (SYN, SYNACK, ACK, RST) by a client could be left in a
+ zombie state.</p>
+ <p>
+ Own Id: OTP-14778 Aux Id: ERIERL-104 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.6.1</title>
<section><title>Fixed Bugs and Malfunctions</title>