From 66b955a11f808d85437cc790909718cad5941c31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Jun 2019 11:34:58 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'erts/doc/src') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 7afff4aa77..3ff3bfc726 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,41 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.5.2 + +
Fixed Bugs and Malfunctions + + +

In nested use of try/catch, rethrowing + an exception using erlang:raise/3 with a different + class would not always be able to change the class of the + exception.

+

+ Own Id: OTP-15834 Aux Id: ERIERL-367

+
+ +

+ Fixed bug in seq_trace:set_token(label,Term) which + could cause VM crash if Term was heap allocated + (not an atom, small integer, local pid or port). Bug + exists since OTP 21.0 when terms other than small + integers were first allowed as labels.

+

+ Own Id: OTP-15849 Aux Id: ERL-700

+
+ +

+ Fix seq_trace:print/2 not to raise badarg + exception if label is not a small integer. Bug exists + since OTP 21.0.

+

+ Own Id: OTP-15859 Aux Id: ERL-700

+
+
+
+ +
+
Erts 10.3.5.1
Fixed Bugs and Malfunctions -- cgit v1.2.3