From 61b5e7f0f1bc7695a181b9c72de5970b4a4a5502 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 2 Jul 2019 13:44:49 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3c49853119..bcc7c39334 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,46 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.5.4 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bug causing VM crash when doing textual dump of a + process containing an unhandled monitor down signal. + Textual process dumps can be done with + erlang:system_info(procs), trace feature + process_dump, Erlang shell break menu and a + crashdump. Bug exist since OTP 21.0.

+

+ Own Id: OTP-15909 Aux Id: ERL-979

+
+ +

lists:subtract/2 would produce incorrect + results for some inputs on 64-bit platforms.

+

+ Own Id: OTP-15938 Aux Id: ERL-986

+
+ +

Fixed a bug in the loader that was similar to + OTP-15938, yielding incorrect code for some inputs + on 64-bit platforms.

+

+ Own Id: OTP-15939

+
+ +

+ Fixed bug causing scheduler threads in rare cases to + block spinnning indefinitely. Bug exists since OTP 21.0.

+

+ Own Id: OTP-15941 Aux Id: PR-2313

+
+
+
+ +
+
Erts 10.3.5.3
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 8b159b1c1f..0f175d4935 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.5.3 +VSN = 10.3.5.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3