diff options
author | Hans Nilsson <[email protected]> | 2014-10-15 14:57:08 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-10-15 14:57:08 +0200 |
commit | 7b2760a6f9991d754687a81c51410c2282ff0b07 (patch) | |
tree | fe76c5ab10c16e065f1ffa907de67e8c575c5f97 /lib/ssh/doc/src/notes.xml | |
parent | 7c4237e6d34b23020fca983731a3c7f07a10a8b5 (diff) | |
parent | 647c0e162fafcdc1810eb25b2f67fe6adee38ced (diff) | |
download | otp-7b2760a6f9991d754687a81c51410c2282ff0b07.tar.gz otp-7b2760a6f9991d754687a81c51410c2282ff0b07.tar.bz2 otp-7b2760a6f9991d754687a81c51410c2282ff0b07.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/doc/src/notes.xml')
-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> |