From 42588839497b3944b63ce50947257698d857f4da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 3 May 2016 10:11:11 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'lib/common_test/doc') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index ff51b101cc..791be61066 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,68 @@ notes.xml +
Common_Test 1.12.1 + +
Fixed Bugs and Malfunctions + + +

+ The nodelay option used to be enabled + (true) by default for sockets opened by the Common + Test telnet client. This appeared to cause communication + problems with telnet servers on some systems, and + therefore the option is no longer used. Its value may + instead be specified in the telnet connection settings. + See the man page for ct_telnet for details. Please + note that the interface function connect in + unix_telnet has been updated with an extra + argument and is now unix_telnet:connect/7.

+

+ Own Id: OTP-13462 Aux Id: seq13077

+
+ +

+ Fix bug in cth_surefire: When a pre_init_per_suite hook + fails before reaching the + cth_surefire:pre_init_per_suite, cth_surefire produced + incorrect XML.

+

+ Own Id: OTP-13513

+
+ +

+ The ct:get_timetrap_info/0 function has been + updated to return more information about timetrap + scaling.

+

+ Own Id: OTP-13535

+
+ +

+ A problem with stylesheet HTML tags getting incorrectly + escaped by Common Test has been corrected.

+

+ Own Id: OTP-13536

+
+ +

+ The ct_run start flag -no_esc_chars and + ct:run_test/1 start option {esc_chars,Bool} + have been introduced to make it possible to disable + automatic escaping of characters. Automatic escaping of + special HTML characters printed with io:format/1,2 + and ct:pal/1,2,3,4 was introduced in Common Test + 1.12. The new flag/option may be used to disable this + feature for backwards compatibility reasons. (The option + is also supported in test specifications).

+

+ Own Id: OTP-13537

+
+
+
+ +
+
Common_Test 1.12
Fixed Bugs and Malfunctions -- cgit v1.2.3