diff options
author | Erlang/OTP <[email protected]> | 2015-04-22 13:39:56 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-04-22 13:39:56 +0200 |
commit | 0bdd37192dd76acdf575a2482eabaeba99d4fdf6 (patch) | |
tree | 77dd1faeec81a584607c5f84f576410756b958ad /lib/ssh | |
parent | da3d366a75aa089ef7594e1e28940637f16c1682 (diff) | |
download | otp-0bdd37192dd76acdf575a2482eabaeba99d4fdf6.tar.gz otp-0bdd37192dd76acdf575a2482eabaeba99d4fdf6.tar.bz2 otp-0bdd37192dd76acdf575a2482eabaeba99d4fdf6.zip |
Update release notes
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index acbf3124ef..41885c684c 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,27 @@ <file>notes.xml</file> </header> +<section><title>Ssh 3.2.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + New option <c>id_string</c> for <c>ssh:daemon</c> and + <c>ssh:connect</c> for limiting banner grabbing attempts.</p> + <p> + The possible values are: <c>{id_string,string()}</c> and + <c>{id_string,random}</c>. The latter will make ssh + generate a random nonsence id-string for each new + connection.</p> + <p> + Own Id: OTP-12659</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 3.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> |