diff options
author | Niclas Eklund <[email protected]> | 2010-04-21 14:33:19 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-21 14:33:19 +0000 |
commit | 9ac34d4580a6ba9af0f448cc3f1220036a0aa796 (patch) | |
tree | 4b6960853be0224b524dd93b81fe44af40a6fbaf /lib/ssh/doc/src | |
parent | 494341d4660ea9cf220848393e718b01fc7926e4 (diff) | |
download | otp-9ac34d4580a6ba9af0f448cc3f1220036a0aa796.tar.gz otp-9ac34d4580a6ba9af0f448cc3f1220036a0aa796.tar.bz2 otp-9ac34d4580a6ba9af0f448cc3f1220036a0aa796.zip |
Removed deprecated functions and module
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 0ce83fa5d1..67a226f726 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,7 +29,7 @@ <file>notes.xml</file> </header> - <section><title>Ssh 1.1.9</title> + <section><title>Ssh 2.0</title> <section><title>Fixed Bugs and Malfunctions</title> <list> @@ -46,6 +46,8 @@ <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> + *** POTENTIAL INCOMPATIBILITY ***</p> <p>Own Id: OTP-8535 Aux Id:</p> </item> <item> @@ -57,6 +59,13 @@ message is not handled correctly.</p> <p>Own Id: OTP-8524 Aux Id:</p> </item> + <item> + <p>Removed deprecated modules (ssh_ssh, ssh_sshd and ssh_cm) and + functions (ssh_sftp:connect and ssh_sftp:stop).</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p>Own Id: OTP-8596 Aux Id:</p> + </item> </list> </section> |