From 3d190cd0b5685b4ab847d14e37b18c46ed750081 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 15 Feb 2019 15:09:50 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 18 ++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'erts') 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 @@

This document describes the changes made to the ERTS application.

+
Erts 10.2.4 + +
Fixed Bugs and Malfunctions + + +

+ When using the {linger,{true,T}} option; + gen_tcp:listen/2 used the full linger time before + returning for example eaddrinuse. This bug has now + been corrected.

+

+ Own Id: OTP-14728 Aux Id: ERIERL-303

+
+
+
+ +
+
Erts 10.2.3
Fixed Bugs and Malfunctions 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 -- cgit v1.2.3