From bb3f1ed6945a8cca2efa1a571f26e831911944a1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 31 Oct 2018 17:14:08 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 24 ++++++++++++++++++++++++ erts/vsn.mk | 2 +- make/otp_version_tickets | 3 +-- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index a0c7defd54..e339b22e98 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,30 @@

This document describes the changes made to the ERTS application.

+
Erts 9.3.3.5 + +
Fixed Bugs and Malfunctions + + +

+ ERTS internal trees of monitor structures could get into + an inconsistent state. This could cause 'DOWN' + messages not to be delivered when they should, as well as + delivery of 'DOWN' messages that should not be + delivered.

+

+ This bug was introduced in ERTS version 9.0 (OTP 20.0) + and was fixed in ERTS version 10.0 (OTP 21.0) due to a + rewrite of the monitor code. That is, this bug only exist + in the OTP 20 release.

+

+ Own Id: OTP-15399 Aux Id: ERL-751, ERIERL-262, OTP-14205

+
+
+
+ +
+
Erts 9.3.3.4
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 3fc0d8646e..b8ff161df9 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 9.3.3.4 +VSN = 9.3.3.5 # 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 3342ec82bf..577b53efa7 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,2 +1 @@ -OTP-15342 -OTP-15346 +OTP-15399 -- cgit v1.2.3