summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-05-31 16:38:26 +0200
committerErlang/OTP <otp@erlang.org>2021-05-31 16:38:26 +0200
commit5aa6c1c0e36ac3c2b2f3c9782c70011c5e771269 (patch)
treeebe8bfe578e83bad65628600a276c779a89f651b
parent4cf830a310d51ef3794780ed599788d8fe6bc437 (diff)
downloaderlang-5aa6c1c0e36ac3c2b2f3c9782c70011c5e771269.tar.gz
Prepare release
-rw-r--r--erts/doc/src/notes.xml31
-rw-r--r--erts/vsn.mk2
-rw-r--r--make/otp_version_tickets7
3 files changed, 34 insertions, 6 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 4d443725dc..f728a4c2aa 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,37 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.3.5.19</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix bug in match spec compilator seen to cause a stack
+ overflow crash on debug VM for certain match specs. Could
+ potentially cause problems for standard VM, but has not
+ been verified. Match specs are used by
+ <c>ets:match/select</c> functions and
+ <c>erlang:trace_pattern</c>.</p>
+ <p>
+ Own Id: OTP-17379 Aux Id: PR-4804 </p>
+ </item>
+ <item>
+ <p>
+ A call to <c>port_command()</c> could cause a scheduler
+ to end up in an eternal loop if the port was busy and the
+ calling process had incoming signals at the time of the
+ call. This bug was introduced in OTP 23.3.2 (ERTS version
+ 11.2.1), OTP 22.3.4.18 (ERTS version 10.7.2.10), and OTP
+ 21.3.8.23 (ERTS version 10.3.5.18).</p>
+ <p>
+ Own Id: OTP-17448 Aux Id: GH-4898, PR-4903, OTP-17291 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.3.5.18</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index ac852b78eb..65b853883b 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 10.3.5.18
+VSN = 10.3.5.19
# Port number 4365 in 4.2
# Port number 4366 in 4.3
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 6141ea02ad..98e7667a6c 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,6 +1,3 @@
OTP-16607
-OTP-16930
-OTP-17291
-OTP-17307
-OTP-17349
-OTP-17358
+OTP-17379
+OTP-17448