From e05a1daffc62596b33bc6afe684e5f3f5291c18c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 15 Feb 2019 15:14:57 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 19 +++++++++++++++++++ lib/common_test/vsn.mk | 2 +- make/otp_version_tickets | 3 +-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 7e909b24cd..ef8b70f1a3 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,25 @@ notes.xml +
Common_Test 1.15.4.1 + +
Fixed Bugs and Malfunctions + + +

+ The status of a test case which failed with timetrap + timeout in end_per_testcase could not be modified + by returning {fail,Reason} from a + post_end_per_testcase hook function. This is now + corrected.

+

+ Own Id: OTP-15584 Aux Id: ERIERL-282

+
+
+
+ +
+
Common_Test 1.15.4
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index ea3e9871cb..c8dfa6beb2 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15.4 +COMMON_TEST_VSN = 1.15.4.1 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 5664ca3244..7313fa0342 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,2 +1 @@ -OTP-15430 -OTP-15569 +OTP-15584 -- cgit v1.2.3