From 015241f4c647d293f9761268bf0e74df913605d4 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 11 Nov 2021 16:33:03 +0100 Subject: [PATCH] Prepare release --- erts/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- make/otp_version_tickets | 10 ++-------- 3 files changed, 35 insertions(+), 9 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 5da925819f0d..9056906d4d8c 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,38 @@

This document describes the changes made to the ERTS application.

+
Erts 10.7.2.15 + +
Fixed Bugs and Malfunctions + + +

+ The runtime system could call select() with a too + large timeout value when executing on MacOS. This could + in turn cause the runtime system to crash.

+

+ Own Id: OTP-17735 Aux Id: GH-5339

+
+ +

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:

+ EXIT signals with exit reasons of one + word size. DOWN signals with exit + reasons of one word size. demonitor + signals from a terminating process. + unlink_ack signals on OTP 23 and 24. + spawn_reply signals on OTP 23 and 24. + +

+ Own Id: OTP-17737 Aux Id: GH-5346, GH-4989

+
+
+
+ +
+
Erts 10.7.2.14
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index e84451490755..7e59883fab1c 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 f7c6292b2927..c54c1a5fbbaf 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