From dc1176e39125148f6592bbd44585a1b5c7122443 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 29 Mar 2019 19:25:50 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 22 ++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 9e5afd57a2..4c70101358 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,28 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.2 + +
Fixed Bugs and Malfunctions + + +

Fixed a bug in seq_trace:reset_trace/0 that + could crash the emulator.

+

+ Own Id: OTP-15704

+
+ +

+ Fixed bug in process_info(reductions) causing it + to sometimes return invalid results.

+

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

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