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 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'erts/doc/src/notes.xml') 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 -- cgit v1.2.3