aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2019-06-04 09:23:17 +0200
committerIngela Anderton Andin <[email protected]>2019-06-04 09:23:17 +0200
commitc8ca7f3a2e4583c71e7aa740ede1a2630c09f064 (patch)
treecc27470d2652b19d8aa3da6928298f09c32e4706 /erts/doc
parent3c62fb76b0ac56f3cf8d3f8abac20cd34b02e985 (diff)
parent9127de8d0204755a7a95b674e77c6aa0583efce0 (diff)
downloadotp-c8ca7f3a2e4583c71e7aa740ede1a2630c09f064.tar.gz
otp-c8ca7f3a2e4583c71e7aa740ede1a2630c09f064.tar.bz2
otp-c8ca7f3a2e4583c71e7aa740ede1a2630c09f064.zip
Merge branch 'maint-21' into maint
* maint-21: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/kernel/doc/src/notes.xml # lib/kernel/src/kernel.appup.src # lib/kernel/vsn.mk # lib/ssl/doc/src/notes.xml # lib/ssl/vsn.mk # lib/stdlib/doc/src/notes.xml # lib/stdlib/src/stdlib.appup.src # lib/stdlib/vsn.mk # make/otp_version_tickets # otp_versions.table
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/notes.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index c631ea01ce..79cb37a341 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -531,6 +531,41 @@
</section>
+<section><title>Erts 10.3.5.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>In nested use of <c>try</c>/<c>catch</c>, rethrowing
+ an exception using <c>erlang:raise/3</c> with a different
+ class would not always be able to change the class of the
+ exception.</p>
+ <p>
+ Own Id: OTP-15834 Aux Id: ERIERL-367 </p>
+ </item>
+ <item>
+ <p>
+ Fixed bug in <c>seq_trace:set_token(label,Term)</c> which
+ could cause VM crash if <c>Term</c> 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.</p>
+ <p>
+ Own Id: OTP-15849 Aux Id: ERL-700 </p>
+ </item>
+ <item>
+ <p>
+ Fix <c>seq_trace:print/2</c> not to raise <c>badarg</c>
+ exception if label is not a small integer. Bug exists
+ since OTP 21.0.</p>
+ <p>
+ Own Id: OTP-15859 Aux Id: ERL-700 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.3.5.1</title>
<section><title>Fixed Bugs and Malfunctions</title>