diff options
author | Hans Nilsson <hans@erlang.org> | 2021-03-30 10:17:08 +0200 |
---|---|---|
committer | Hans Nilsson <hans@erlang.org> | 2021-03-30 10:17:08 +0200 |
commit | 16c9990988e1483542c10318039cf2a55b4f51a9 (patch) | |
tree | 4374edb7345759a97d959785f01b20b870804fc9 /lib/ssh/doc/src | |
parent | 4e02d89ffd38862393b038432c5472f7977c4cae (diff) | |
parent | b58597137b755941eebb844d7b375789514693a8 (diff) | |
download | erlang-16c9990988e1483542c10318039cf2a55b4f51a9.tar.gz |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 437629c9c8..e2aa35b15d 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,23 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.11.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The idle_time timer was not cancelled when a channel was + opened within the timeout time on an empty connection + that have had channels previously.</p> + <p> + Own Id: OTP-17279</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.11</title> <section><title>Improvements and New Features</title> |