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-20.3.6.README.txt | 75 +++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 release-notes/OTP-20.3.6.README.txt (limited to 'release-notes/OTP-20.3.6.README.txt') diff --git a/release-notes/OTP-20.3.6.README.txt b/release-notes/OTP-20.3.6.README.txt new file mode 100644 index 0000000..e717cd2 --- /dev/null +++ b/release-notes/OTP-20.3.6.README.txt @@ -0,0 +1,75 @@ +Patch Package: OTP 20.3.6 +Git Tag: OTP-20.3.6 +Date: 2018-05-08 +Trouble Report Id: OTP-15064, OTP-15066, OTP-15073, OTP-15074 +Seq num: ERL-618 +System: OTP +Release: 20 +Application: crypto-4.2.2, ssh-4.6.9 +Predecessor: OTP 20.3.5 + + Check out the git tag OTP-20.3.6, 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. + + --------------------------------------------------------------------- + --- crypto-4.2.2 ---------------------------------------------------- + --------------------------------------------------------------------- + + The crypto-4.2.2 application can be applied independently of other + applications on a full OTP 20 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-15073 Application(s): crypto + + If OPENSSL_NO_EC was set, the compilation of the crypto + nifs failed. + + + OTP-15074 Application(s): crypto + Related Id(s): ERL-618 + + C-compile errors for LibreSSL 2.7.0 - 2.7.2 fixed + + + Full runtime dependencies of crypto-4.2.2: erts-9.0, kernel-5.3, + stdlib-3.4 + + + --------------------------------------------------------------------- + --- ssh-4.6.9 ------------------------------------------------------- + --------------------------------------------------------------------- + + Note! The ssh-4.6.9 application can *not* be applied independently of + other applications on an arbitrary OTP 20 installation. + + On a full OTP 20 installation, also the following runtime + dependencies have to be satisfied: + -- crypto-4.2 (first satisfied in OTP 20.2) + -- public_key-1.5.2 (first satisfied in OTP 20.2) + + + --- Fixed Bugs and Malfunctions --- + + OTP-15064 Application(s): ssh + + Host key hash erroneously calculated for clients + following draft-00 of RFC 4419, for example PuTTY + + + OTP-15066 Application(s): ssh + + Renegotiation could fail in some states + + + Full runtime dependencies of ssh-4.6.9: crypto-4.2, erts-6.0, + kernel-3.0, public_key-1.5.2, stdlib-3.3 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3