diff options
author | Niclas Eklund <[email protected]> | 2010-10-28 14:31:01 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-10-28 14:31:01 +0200 |
commit | de0ce3407717573e9591b086a1829f16ed88d289 (patch) | |
tree | f30862fefada34f103c1d5bf3944e701f0448c0c /lib/ssh/doc/src/notes.xml | |
parent | 0de086094e295119dafa14eb3b02884a538fedcc (diff) | |
parent | 489be05ffa13d66726b3c5d61227294aa1dad992 (diff) | |
download | otp-de0ce3407717573e9591b086a1829f16ed88d289.tar.gz otp-de0ce3407717573e9591b086a1829f16ed88d289.tar.bz2 otp-de0ce3407717573e9591b086a1829f16ed88d289.zip |
Merge branch 'maint-r13' into maint-r14
Conflicts:
lib/ssh/doc/src/notes.xml
lib/ssh/src/ssh.appup.src
lib/ssh/src/ssh_system_sup.erl
lib/ssh/vsn.mk
Diffstat (limited to 'lib/ssh/doc/src/notes.xml')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 950c249e72..01478f870e 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,8 +29,39 @@ <file>notes.xml</file> </header> - <section><title>Ssh 2.0.1</title> + <section><title>Ssh 2.0.2</title> + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <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><title>Improvements and New Features</title> + <list> + <item> + <p> + SSH no longer use deprecated public_key functions.</p> + <p> + Own Id: OTP-8849</p> + </item> + </list> + </section> + </section> + <section><title>Ssh 2.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> <item> |