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 | |
parent | 98fbb6be2039af5a4dfa2bd9b78ac5337b89825f (diff) | |
download | otp-3d190cd0b5685b4ab847d14e37b18c46ed750081.tar.gz otp-3d190cd0b5685b4ab847d14e37b18c46ed750081.tar.bz2 otp-3d190cd0b5685b4ab847d14e37b18c46ed750081.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 19 insertions, 1 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> diff --git a/erts/vsn.mk b/erts/vsn.mk index 9c912a422b..e4bdb1a8eb 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.2.3 +VSN = 10.2.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |