From c8d67fb2ae0a3c1b03a3ad72ec1ac4b1b0d02f4e Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 24 Jan 2019 09:03:12 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 42eccf4f9f..fca1bdd8cc 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,53 @@

This document describes the changes made to the ERTS application.

+
Erts 10.2.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix bug where doing a gen_tcp:send on a socket + with delay_send set to true could cause a segfault + if the other side closes the connection.

+

+ Bug was introduced in erts-10.2 (OTP-21.2).

+

+ Own Id: OTP-15536 Aux Id: ERL-827

+
+ +

+ Fix a race condition when a port program closes that + could result in the next started port to hang during + startup.

+

+ When this fault happens the following error is normally + (but not always) logged:

+

+ =ERROR REPORT==== 14-Jan-2019::10:45:52.868246 + ===
Bad input fd in erts_poll()! fd=11, + port=#Port<0.505>, driver=spawn, name=/bin/sh -s + unix:cmd

+

+ Bug was introduced in erts-10.0 (OTP-21.0).

+

+ Own Id: OTP-15537

+
+ +

+ Fix a bug where polling for external events could be + delayed for a very long time if all active schedulers + were 100% loaded.

+

+ Bug was introduced in erts-10.2 (OTP-21.2).

+

+ Own Id: OTP-15538 Aux Id: ERIERL-229

+
+
+
+ +
+
Erts 10.2.2
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index c579b6364a..9c912a422b 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.2.2 +VSN = 10.2.3 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3