diff options
| author | Niclas Eklund <[email protected]> | 2010-06-16 12:00:00 +0200 | 
|---|---|---|
| committer | Björn Gustavsson <[email protected]> | 2010-08-23 14:12:38 +0200 | 
| commit | cc621c57ce7c41c2b46a103136575bca445aedd0 (patch) | |
| tree | 6c79612758187dec2a481d88ae8ac9737777b561 /lib/ssh/doc/src | |
| parent | d2bfa9b07aab133d2fe6f4ab0241bd758cd988e8 (diff) | |
| download | otp-cc621c57ce7c41c2b46a103136575bca445aedd0.tar.gz otp-cc621c57ce7c41c2b46a103136575bca445aedd0.tar.bz2 otp-cc621c57ce7c41c2b46a103136575bca445aedd0.zip | |
ssh: Patch 1126
    OTP-8714  SSH in some cases terminated channels with reason normal
              when it should have been shutdown.
Diffstat (limited to 'lib/ssh/doc/src')
| -rw-r--r-- | lib/ssh/doc/src/notes.xml | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 1e4870c8fb..dad3239d45 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,22 @@      <file>notes.xml</file>    </header> + <section><title>Ssh 1.1.10</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 Aux Id:</p> +        </item> +      </list> +    </section> + + </section> +   <section><title>Ssh 1.1.9</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
