summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-11-11 16:33:03 +0100
committerErlang/OTP <otp@erlang.org>2021-11-11 16:33:03 +0100
commit015241f4c647d293f9761268bf0e74df913605d4 (patch)
treef14f42262321db7832f0d45d6343767088e36cdf
parenta2c2033df2c7ecd39b9dd8b7f152f9566f731038 (diff)
downloaderlang-015241f4c647d293f9761268bf0e74df913605d4.tar.gz
Prepare release
-rw-r--r--erts/doc/src/notes.xml32
-rw-r--r--erts/vsn.mk2
-rw-r--r--make/otp_version_tickets10
3 files changed, 35 insertions, 9 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 5da925819f..9056906d4d 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,38 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.7.2.15</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The runtime system could call <c>select()</c> with a too
+ large timeout value when executing on MacOS. This could
+ in turn cause the runtime system to crash.</p>
+ <p>
+ Own Id: OTP-17735 Aux Id: GH-5339 </p>
+ </item>
+ <item>
+ <p>Certain distributed signals that for various reasons
+ must to be forced into the distribution buffer even when
+ it is full would instead be lost if the distribution
+ buffer was full when sent. The effected signals:</p>
+ <list> <item><c>EXIT</c> signals with exit reasons of one
+ word size.</item> <item><c>DOWN</c> signals with exit
+ reasons of one word size.</item> <item><c>demonitor</c>
+ signals from a terminating process.</item>
+ <item><c>unlink_ack</c> signals on OTP 23 and 24.</item>
+ <item><c>spawn_reply</c> signals on OTP 23 and 24.</item>
+ </list>
+ <p>
+ Own Id: OTP-17737 Aux Id: GH-5346, GH-4989 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.7.2.14</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index e844514907..7e59883fab 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 10.7.2.14
+VSN = 10.7.2.15
# 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 f7c6292b29..c54c1a5fbb 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,9 +1,3 @@
OTP-16607
-OTP-17604
-OTP-17628
-OTP-17642
-OTP-17651
-OTP-17665
-OTP-17677
-OTP-17700
-OTP-17707
+OTP-17735
+OTP-17737