diff options
author | Erlang/OTP <[email protected]> | 2019-02-15 15:09:50 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-15 15:09:50 +0100 |
commit | 3d190cd0b5685b4ab847d14e37b18c46ed750081 (patch) | |
tree | 7c360d35fca62d06607628dc98cdfc184da7983d /erts/doc/src | |
parent | 98fbb6be2039af5a4dfa2bd9b78ac5337b89825f (diff) | |
download | otp-3d190cd0b5685b4ab847d14e37b18c46ed750081.tar.gz otp-3d190cd0b5685b4ab847d14e37b18c46ed750081.tar.bz2 otp-3d190cd0b5685b4ab847d14e37b18c46ed750081.zip |
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index fca1bdd8cc..f160d575e3 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,24 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.2.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + When using the <c>{linger,{true,T}}</c> option; + <c>gen_tcp:listen/2</c> used the full linger time before + returning for example <c>eaddrinuse</c>. This bug has now + been corrected.</p> + <p> + Own Id: OTP-14728 Aux Id: ERIERL-303 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.2.3</title> <section><title>Fixed Bugs and Malfunctions</title> |