diff options
author | Erlang/OTP <[email protected]> | 2018-02-21 15:09:53 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-02-21 15:09:53 +0100 |
commit | 6eb2a1e497207ca5bc94ddb7a89c2192fcbdd03b (patch) | |
tree | 5aead9b5a7602b53533a3d81ed3ea9003e1d2b6a /lib/ssh/doc/src/notes.xml | |
parent | 3024332c70e90eb0a6ee07eebc09647a4160a5b3 (diff) | |
download | otp-6eb2a1e497207ca5bc94ddb7a89c2192fcbdd03b.tar.gz otp-6eb2a1e497207ca5bc94ddb7a89c2192fcbdd03b.tar.bz2 otp-6eb2a1e497207ca5bc94ddb7a89c2192fcbdd03b.zip |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src/notes.xml')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 3a2f55a487..c559da911b 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,42 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.6.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Adjusted supervisor timeouts</p> + <p> + Own Id: OTP-14907</p> + </item> + <item> + <p> + Remove ERROR messages for slow process exits</p> + <p> + Own Id: OTP-14930</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add option <c>save_accepted_host</c> to + <c>ssh:connection</c>. This option, if set to false, + inhibits saving host keys to e.g the file + <c>known_hosts</c>.</p> + <p> + Own Id: OTP-14935</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.6.4</title> <section><title>Fixed Bugs and Malfunctions</title> |