diff options
author | Niclas Eklund <[email protected]> | 2010-04-21 13:20:38 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-21 13:20:38 +0000 |
commit | 494341d4660ea9cf220848393e718b01fc7926e4 (patch) | |
tree | e22e1769837d4fc4a9a25f1c0ac4e7640c66f384 /lib/ssh/doc/src/notes.xml | |
parent | 91c89d54d45989a85367f10d5902b9b508754a49 (diff) | |
download | otp-494341d4660ea9cf220848393e718b01fc7926e4.tar.gz otp-494341d4660ea9cf220848393e718b01fc7926e4.tar.bz2 otp-494341d4660ea9cf220848393e718b01fc7926e4.zip |
Changes after ssh-1.1.8
Diffstat (limited to 'lib/ssh/doc/src/notes.xml')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 9597137cdf..0ce83fa5d1 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,39 @@ <file>notes.xml</file> </header> + <section><title>Ssh 1.1.9</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The function ssh:connect/4 was not exported.</p> + <p>Own Id: OTP-8550 Aux Id:</p> + </item> + </list> + </section> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>The configuration parameter ip_v6_disabled is now available, + which makes it possible for the user to alter the IP version + SSH shall use.</p> + <p>Own Id: OTP-8535 Aux Id:</p> + </item> + <item> + <p>The ssh_connection:send operation now accepts infinity as timeout.</p> + <p>Own Id: OTP-8534 Aux Id:</p> + </item> + <item> + <p>The connection handler now include stack traces when a channel + message is not handled correctly.</p> + <p>Own Id: OTP-8524 Aux Id:</p> + </item> + </list> + </section> + + </section> + <section><title>Ssh 1.1.8</title> <section><title>Fixed Bugs and Malfunctions</title> |