From 4f4b441446afeadd251025d636902fa2cfa86542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jun 2018 14:30:24 +0200 Subject: Add release notes for OTP-18.0+ The version 18.3.4.3 is missing and seems to have had no announcement or README, I do not know why. --- release-notes/OTP-18.3.4.2.README.txt | 90 +++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 release-notes/OTP-18.3.4.2.README.txt (limited to 'release-notes/OTP-18.3.4.2.README.txt') diff --git a/release-notes/OTP-18.3.4.2.README.txt b/release-notes/OTP-18.3.4.2.README.txt new file mode 100644 index 0000000..d890415 --- /dev/null +++ b/release-notes/OTP-18.3.4.2.README.txt @@ -0,0 +1,90 @@ +Patch Package: OTP 18.3.4.2 +Git Tag: OTP-18.3.4.2 +Date: 2016-07-25 +Trouble Report Id: OTP-13730, OTP-13731, OTP-13753 +Seq num: seq13135, seq13150 +System: OTP +Release: 18 +Application: common_test-1.12.1.1, erts-7.3.1.1, + ssl-7.3.3.1 +Predecessor: OTP 18.3.4.1 + + Check out the git tag OTP-18.3.4.2, and build a full OTP system + including documentation. Apply one or more applications from this + build as patches to your installation using the 'otp_patch_apply' + tool. For information on install requirements, see descriptions for + each application version below. + + --------------------------------------------------------------------- + --- common_test-1.12.1.1 -------------------------------------------- + --------------------------------------------------------------------- + + The common_test-1.12.1.1 application can be applied independently of + other applications on a full OTP 18 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-13730 Application(s): common_test + Related Id(s): seq13135 + + 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. + + + Full runtime dependencies of common_test-1.12.1.1: compiler-6.0, + crypto-3.6, debugger-4.1, erts-7.0, inets-6.0, kernel-4.0, + observer-2.1, runtime_tools-1.8.16, sasl-2.4.2, snmp-5.1.2, ssh-4.0, + stdlib-2.5, test_server-3.9, tools-2.8, xmerl-1.3.8 + + + --------------------------------------------------------------------- + --- erts-7.3.1.1 ---------------------------------------------------- + --------------------------------------------------------------------- + + The erts-7.3.1.1 application can be applied independently of other + applications on a full OTP 18 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-13731 Application(s): erts + Related Id(s): ERL-188 + + Fix scheduler deadlock bug in ets:update_counter/4 when + key is not found and inserting the default object + causes the table to grow. + + + Full runtime dependencies of erts-7.3.1.1: kernel-4.0, sasl-2.4, + stdlib-2.5 + + + --------------------------------------------------------------------- + --- ssl-7.3.3.1 ----------------------------------------------------- + --------------------------------------------------------------------- + + The ssl-7.3.3.1 application can be applied independently of other + applications on a full OTP 18 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-13753 Application(s): ssl + Related Id(s): seq13150 + + The TLS/SSL protocol version selection for the SSL + server has been corrected to follow RFC 5246 Appendix + E.1 especially in case where the list of supported + versions has gaps. Now the server selects the highest + protocol version it supports that is not higher than + what the client supports. + + + Full runtime dependencies of ssl-7.3.3.1: crypto-3.3, erts-7.0, + inets-5.10.7, kernel-3.0, public_key-1.0, stdlib-2.0 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3