diff options
author | Erlang/OTP <[email protected]> | 2014-05-27 13:42:28 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-05-27 13:42:28 +0200 |
commit | 3c1cd8121a9aeab7d13fc8de863b7cfabedcc3be (patch) | |
tree | 1f3db814deb4fd83947c62c15dc690fce4726425 /lib/ssh | |
parent | 12df8e06cc9792971c46f5992de9bbe0eaac6192 (diff) | |
download | otp-3c1cd8121a9aeab7d13fc8de863b7cfabedcc3be.tar.gz otp-3c1cd8121a9aeab7d13fc8de863b7cfabedcc3be.tar.bz2 otp-3c1cd8121a9aeab7d13fc8de863b7cfabedcc3be.zip |
Update release notes
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index bce02966ae..f455ec1eba 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,36 @@ <file>notes.xml</file> </header> +<section><title>Ssh 3.0.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed timeout bug in ssh:connect.</p> + <p> + Own Id: OTP-11908</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Option <c>max_sessions</c> added to + <c>ssh:daemon/{2,3}</c>. This option, if set, limits the + number of simultaneous connections accepted by the + daemon.</p> + <p> + Own Id: OTP-11885</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 3.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> |