diff options
| author | Erlang/OTP <[email protected]> | 2015-10-13 14:47:34 +0200 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2015-10-13 14:47:34 +0200 | 
| commit | e3f1601f4cb16ebe68f145e366f78cff9d15beae (patch) | |
| tree | 757855f12c6b929b0c3cda4f5db71af6711a3929 /lib/ssh/doc/src | |
| parent | d7f76c4800b279f69c1f0a6f885f5f659e627127 (diff) | |
| download | otp-e3f1601f4cb16ebe68f145e366f78cff9d15beae.tar.gz otp-e3f1601f4cb16ebe68f145e366f78cff9d15beae.tar.bz2 otp-e3f1601f4cb16ebe68f145e366f78cff9d15beae.zip | |
Update release notes
Diffstat (limited to 'lib/ssh/doc/src')
| -rw-r--r-- | lib/ssh/doc/src/notes.xml | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 368bb0f552..0c0c947f65 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,23 @@      <file>notes.xml</file>    </header> +<section><title>Ssh 4.1.1</title> + +    <section><title>Improvements and New Features</title> +      <list> +        <item> +          <p> +	    A new option <c>max_channels</c> limits the number of +	    channels with active server-side subsystems that are +	    accepted.</p> +          <p> +	    Own Id: OTP-13036</p> +        </item> +      </list> +    </section> + +</section> +  <section><title>Ssh 4.1</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
