Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Nov 11, 2021
1 parent a2c2033 commit 015241f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
32 changes: 32 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion erts/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 015241f

Please sign in to comment.