From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ lib/common_test/vsn.mk | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 32ae699c7a..7653670d30 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,42 @@ notes.xml +
Common_Test 1.12.3 + +
Fixed Bugs and Malfunctions + + +

+ If the telnet server would pause during transmission of a + line of text before terminating the line, the + ct_telnet:expect/3 function would print the line + twice in the test case HTML log. This problem has been + fixed.

+

+ Own Id: OTP-13730 Aux Id: seq13135

+
+ +

+ The functions ct:set_verbosity/2 and + ct:get_verbosity/1 have been added in order to + make it possible for test cases, CT Hooks, or test + framework functions, to modify and read verbosity levels + for logging.

+

+ Own Id: OTP-13841

+
+ +

make (tools) and ct_make (common_test) + would crash if an Erlang source file contained a + -warning() directive.

+

+ Own Id: OTP-13855

+
+
+
+ +
+
Common_Test 1.12.2
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index c68750886a..ab5cfd7a80 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.12.2 +COMMON_TEST_VSN = 1.12.3 -- cgit v1.2.3