aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-04-10 13:10:00 +0200
committerErlang/OTP <[email protected]>2015-04-10 13:10:00 +0200
commita3083cd20dd60eb8770c44dbd697a61930af8541 (patch)
tree6f5320cc263023914bb1cd35067eba1f4538f494
parented8b9b2d95203b2cfec53d346c768480ade7d9ae (diff)
downloadotp-a3083cd20dd60eb8770c44dbd697a61930af8541.tar.gz
otp-a3083cd20dd60eb8770c44dbd697a61930af8541.tar.bz2
otp-a3083cd20dd60eb8770c44dbd697a61930af8541.zip
Update release notes
-rw-r--r--lib/ssh/doc/src/notes.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index f22bca36f4..acbf3124ef 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -29,6 +29,28 @@
<file>notes.xml</file>
</header>
+<section><title>Ssh 3.2.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Ssh crashed if a message was sent on a channel with
+ packet_size = 0.</p>
+ <p>
+ A new option for ssh:daemon is also introduced:
+ <c>minimal_remote_max_packet_size</c>. This option sets
+ the least max packet size declaration that the daemon
+ will accept from a client. The default value is 0 to
+ maintain compatibility with OpenSSH and the rfc:s.</p>
+ <p>
+ Own Id: OTP-12645 Aux Id: seq12816 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 3.2</title>
<section><title>Fixed Bugs and Malfunctions</title>