From ba04662d2b37458915b177ba8b6d77641120ac13 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 14 Jun 2019 08:47:47 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 17 +++++++++++++++++ erts/vsn.mk | 2 +- lib/common_test/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ lib/common_test/vsn.mk | 2 +- lib/tools/doc/src/notes.xml | 15 +++++++++++++++ lib/tools/vsn.mk | 2 +- make/otp_version_tickets | 16 ++++------------ 7 files changed, 70 insertions(+), 15 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 63c27ee171..f69572fcd9 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the ERTS application.

+
Erts 9.3.3.11 + +
Fixed Bugs and Malfunctions + + +

Fixed a buffer overflow when + binary_to_existing_atom/2 and + list_to_existing_atom/2 was used with the + latin1 encoding.

+

+ Own Id: OTP-15819 Aux Id: ERL-944

+
+
+
+ +
+
Erts 9.3.3.10
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index ad7bbc4d87..c30d35b6df 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 9.3.3.10 +VSN = 9.3.3.11 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index d1b9bc320a..21fb46f665 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,37 @@ notes.xml +
Common_Test 1.15.4.3 + +
Fixed Bugs and Malfunctions + + +

+ If a ct hook is installed in the suite/0 function + in a test suite, then the hook's terminate/1 + function would be called several times without it's + init/2 function being called first. This is now + corrected.

+

+ Own Id: OTP-15863 Aux Id: ERIERL-370

+
+ +

+ If init_per_testcase fails, the test itself is + skipped. According to the documentation, it should be + possible to change the result to failed in a hook + function. The only available hook function in this case + is post_init_per_testcase, but changing the return + value there did not affect the test case result. This is + now corrected.

+

+ Own Id: OTP-15869 Aux Id: ERIERL-350

+
+
+
+ +
+
Common_Test 1.15.4.2
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index cacf400012..469d30b146 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15.4.2 +COMMON_TEST_VSN = 1.15.4.3 diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 8d775aaecb..1c9ba9e026 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the Tools application.

+
Tools 2.11.2.2 + +
Fixed Bugs and Malfunctions + + +

cover would fail to start if two processes + tried to start it at the exact same time.

+

+ Own Id: OTP-15813 Aux Id: ERL-943

+
+
+
+ +
+
Tools 2.11.2.1
Fixed Bugs and Malfunctions diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 23ea0d9d4d..a09e50d88b 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.11.2.1 +TOOLS_VSN = 2.11.2.2 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 176cbdda94..79b7801af1 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,12 +1,4 @@ -OTP-14746 -OTP-15551 -OTP-15657 -OTP-15660 -OTP-15690 -OTP-15691 -OTP-15716 -OTP-15717 -OTP-15757 -OTP-15758 -OTP-15763 -OTP-15766 +OTP-15813 +OTP-15819 +OTP-15863 +OTP-15869 -- cgit v1.2.3