diff options
author | Erlang/OTP <[email protected]> | 2014-10-13 09:39:01 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-10-13 09:39:01 +0200 |
commit | 4e8e9be11bdcf852565fdf3612a6899950ea3f39 (patch) | |
tree | 7d757db376db1e7284002d25536b02f037e6bddc /lib/ssh | |
parent | c5d8b91af8011b82619f6ccca53a5a933ab91f7e (diff) | |
download | otp-4e8e9be11bdcf852565fdf3612a6899950ea3f39.tar.gz otp-4e8e9be11bdcf852565fdf3612a6899950ea3f39.tar.bz2 otp-4e8e9be11bdcf852565fdf3612a6899950ea3f39.zip |
Update release notes
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 467e2ab27e..3da3ca3ec8 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,38 @@ <file>notes.xml</file> </header> +<section><title>Ssh 3.0.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Add option sftp_vsn to SFTP</p> + <p> + Own Id: OTP-12227</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Fix option user_interaction to work as expected. When + password authentication is implemented with ssh + keyboard-interactive method and the password is already + supplied, so that we do not need to query user, then + connections should succeed even though user_interaction + option is set to false.</p> + <p> + Own Id: OTP-11329 Aux Id: seq12420, seq12335 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 3.0.6</title> <section><title>Fixed Bugs and Malfunctions</title> |