diff options
author | Erlang/OTP <[email protected]> | 2010-09-13 17:58:05 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-09-13 17:58:05 +0200 |
commit | 17224a3d31d25ce6daa4de63b52b26bee9564bcd (patch) | |
tree | a9ac83051638869cd13038de6b06b4085e47c5d7 /lib/ssh | |
parent | 3a4919553479db898a0935d4342a4fb8fcec66ae (diff) | |
download | otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.tar.gz otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.tar.bz2 otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.zip |
Prepare releaseOTP_R14B
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 32 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 32 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 7c8735cf56..950c249e72 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,7 +29,37 @@ <file>notes.xml</file> </header> - <section><title>Ssh 2.0</title> + <section><title>Ssh 2.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + SSH in some cases terminated channels with reason normal + when it should have been shutdown.</p> + <p> + Own Id: OTP-8714</p> + </item> + <item> + <p> + SSH in some cases generated a crash report when a channel + was closed in a normal way.</p> + <p> + Own Id: OTP-8735 Aux Id: seq11615 </p> + </item> + <item> + <p> + The processes ssh_subsystem_sup and one ssh_channel_sup + was not terminated when a connection was closed.</p> + <p> + Own Id: OTP-8807</p> + </item> + </list> + </section> + +</section> + +<section><title>Ssh 2.0</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index a8821625a2..79fd36cd83 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.0 +SSH_VSN = 2.0.1 APP_VSN = "ssh-$(SSH_VSN)" |