diff options
author | Hans Nilsson <[email protected]> | 2018-04-24 12:50:19 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-24 12:50:19 +0200 |
commit | 4b9d0a6e768966722f460d8bfa381b739165297f (patch) | |
tree | c18f57c3db1aecd720b1d88b645b81f597aa9ded /lib/ssh/doc/src | |
parent | 1c969186c656e95660e9b5453bf448a5a1dba382 (diff) | |
parent | 0de7634ca20ff7d8dec143b92130cd04025557fc (diff) | |
download | otp-4b9d0a6e768966722f460d8bfa381b739165297f.tar.gz otp-4b9d0a6e768966722f460d8bfa381b739165297f.tar.bz2 otp-4b9d0a6e768966722f460d8bfa381b739165297f.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
ssh: Fix server crashes for exit-normal signals
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 1453141811..d78309167a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -31,7 +31,6 @@ </header> <section><title>Ssh 4.6.8</title> - <section><title>Fixed Bugs and Malfunctions</title> <list> <item> @@ -82,8 +81,6 @@ </item> </list> </section> - - <section><title>Improvements and New Features</title> <list> <item> @@ -908,6 +905,21 @@ </section> +<section><title>Ssh 4.2.2.6</title> + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix rare spurios shutdowns of ssh servers when receiveing + <c>{'EXIT',_,normal}</c> messages.</p> + <p> + Own Id: OTP-15018</p> + </item> + </list> + </section> +</section> + + <section><title>Ssh 4.2.2.5</title> <section><title>Improvements and New Features</title> <list> |