From 5aa950086a5fa036f27e670517a5c743e0610128 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 6 May 2019 17:09:17 +0200 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 e0af7bc4ce..e8a7d88f9e 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.3.5 + +
Fixed Bugs and Malfunctions + + +

+ Fixed more bugs in process_info(reductions) + causing it to sometimes behave non-monotonic. That is, a + subsequent call toward the same process could return a + lower reduction value.

+

+ Own Id: OTP-15793 Aux Id: ERIERL-337, OTP-15709

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