diff options
| author | Hans Nilsson <[email protected]> | 2018-12-28 10:18:46 +0100 | 
|---|---|---|
| committer | Hans Nilsson <[email protected]> | 2018-12-28 10:18:46 +0100 | 
| commit | 06f43998fd9dcc5afec0cfb13bb60549fe20d663 (patch) | |
| tree | 0e535af9f0c8fec29d284292f9ba06c496e730e4 /lib/ssh/doc/src | |
| parent | 55bf32b64e1a4bbed588544077a109fc07e1f02d (diff) | |
| parent | f0ea49125815ec9197ffb6c74e20ebb5f10732d4 (diff) | |
| download | otp-06f43998fd9dcc5afec0cfb13bb60549fe20d663.tar.gz otp-06f43998fd9dcc5afec0cfb13bb60549fe20d663.tar.bz2 otp-06f43998fd9dcc5afec0cfb13bb60549fe20d663.zip | |
Merge branch 'maint-21' into maint
* maint-21:
  Updated OTP version
  Prepare release
  ssh: Fix port leakage for daemons failing at start
  ssh: Add port close test
Diffstat (limited to 'lib/ssh/doc/src')
| -rw-r--r-- | lib/ssh/doc/src/notes.xml | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 177784384e..e8988ce487 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,21 @@      <file>notes.xml</file>    </header> +<section><title>Ssh 4.7.3</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    Fixed port leakage if a ssh:daemon call failed.</p> +          <p> +	    Own Id: OTP-15397 Aux Id: ERL-801 </p> +        </item> +      </list> +    </section> + +</section> +  <section><title>Ssh 4.7.2</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
