aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2014-08-20 14:53:49 +0200
committerErlang/OTP <[email protected]>2014-08-20 14:53:49 +0200
commit0d65c51982bdd9b64a872d39afd5ffa47785ab53 (patch)
tree56405273e126b3903983b019791166bd381ceaaa
parentb440d8cb0e98a4f8941e0440035e0b11a69dddd9 (diff)
downloadotp-0d65c51982bdd9b64a872d39afd5ffa47785ab53.tar.gz
otp-0d65c51982bdd9b64a872d39afd5ffa47785ab53.tar.bz2
otp-0d65c51982bdd9b64a872d39afd5ffa47785ab53.zip
Update release notes
-rw-r--r--lib/ssh/doc/src/notes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index 0dbec7527a..60440d3a80 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -29,6 +29,27 @@
<file>notes.xml</file>
</header>
+<section><title>Ssh 3.0.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ When starting an ssh-daemon giving the option
+ {parallel_login, true}, the timeout for authentication
+ negotiation ({negotiation_timeout, integer()}) was never
+ removed.</p>
+ <p>
+ This caused the session to always be terminated after the
+ timeout if parallel_login was set.</p>
+ <p>
+ Own Id: OTP-12057 Aux Id: seq12663 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 3.0.3</title>
<section><title>Fixed Bugs and Malfunctions</title>