From d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 12 Jun 2019 09:51:26 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 33 +++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index ddf17097bd..075972c979 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,39 @@

This document describes the changes made to the ERTS application.

+
Erts 10.4.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed process_info(Pid,reductions) to not + categorically increase reduction count of the measured + process Pid. Repeated reduction measure of an idle + process will most often (but not guaranteed) return the + same value, like it behaved before OTP 21.3.8.

+

+ Own Id: OTP-15865 Aux Id: ERL-964

+
+ +

Fixed an incorrect load-time optimization that could + cause a crash when extracting deeply nested tuple + elements.

+

+ Own Id: OTP-15871 Aux Id: ERIERL-374

+
+ +

+ Fix bug causing VM crash when pressing P for "proc info" + in Erlang shell break menu. Bug exists since OTP 22.0.

+

+ Own Id: OTP-15873 Aux Id: ERL-965

+
+
+
+ +
+
Erts 10.4.1
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 4d8282bf15..53dce5e815 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.4.1 +VSN = 10.4.2 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3