aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-10-21 14:11:20 +0200
committerErlang/OTP <[email protected]>2010-10-21 14:11:20 +0200
commit644d0c54643eda5216a1fa0ff012d1ebcae5ce8e (patch)
tree6001d7d47e91c3864eb53adcb0a042fd2253706d
parentc97c93401f18021907a79719bf35c2f937f57fcf (diff)
downloadotp-644d0c54643eda5216a1fa0ff012d1ebcae5ce8e.tar.gz
otp-644d0c54643eda5216a1fa0ff012d1ebcae5ce8e.tar.bz2
otp-644d0c54643eda5216a1fa0ff012d1ebcae5ce8e.zip
Update release notes
-rw-r--r--lib/ssh/doc/src/notes.xml33
1 files changed, 32 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index ce18cabfb5..aedb682f79 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -29,7 +29,38 @@
<file>notes.xml</file>
</header>
- <section><title>Ssh 1.1.11</title>
+ <section><title>Ssh 1.1.12</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The processes ssh_subsystem_sup and one ssh_channel_sup
+ was not terminated when a connection was closed.</p>
+ <p>
+ Own Id: OTP-8807</p>
+ </item>
+ <item>
+ <p>
+ The ssh_system_sup did not catch noproc and shutdown
+ messages.</p>
+ <p>
+ Own Id: OTP-8863</p>
+ </item>
+ <item>
+ <p>
+ In some cases a crash report was generated when a
+ connection was closing down. This was caused by a race
+ condition between two processes.</p>
+ <p>
+ Own Id: OTP-8881 Aux Id: seq11656, seq11648 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Ssh 1.1.11</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>