From bb95cfb2278aa46db5a71dd9b983f1cee00c1954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 22 Oct 2019 16:52:26 +0200 Subject: OTP-22.1.4 --- early-plugins.mk | 4 +- release-notes/OTP-22.1.4.README.txt | 80 +++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 release-notes/OTP-22.1.4.README.txt diff --git a/early-plugins.mk b/early-plugins.mk index 40c6e10..0e0914e 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -27,7 +27,7 @@ OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.11 OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.13 OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.23 OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.8 -OTP-22 := OTP-22.0.7 OTP-22.1.3 +OTP-22 := OTP-22.0.7 OTP-22.1.4 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) @@ -73,7 +73,7 @@ OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \ OTP-21.3.8.5 OTP-21.3.8.6 OTP-21.3.8.7 OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \ OTP-22.0.1 OTP-22.0.2 OTP-22.0.3 OTP-22.0.4 OTP-22.0.5 OTP-22.0.6 \ - OTP-22.1 OTP-22.1.1 OTP-22.1.2 + OTP-22.1 OTP-22.1.1 OTP-22.1.2 OTP-22.1.3 OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \ $(OTP-21-DROPPED) $(OTP-22-DROPPED) diff --git a/release-notes/OTP-22.1.4.README.txt b/release-notes/OTP-22.1.4.README.txt new file mode 100644 index 0000000..3ebd12b --- /dev/null +++ b/release-notes/OTP-22.1.4.README.txt @@ -0,0 +1,80 @@ +Patch Package: OTP 22.1.4 +Git Tag: OTP-22.1.4 +Date: 2019-10-22 +Trouble Report Id: OTP-16177, OTP-16199, OTP-16202 +Seq num: ERL-1063 +System: OTP +Release: 22 +Application: compiler-7.4.7, crypto-4.6.1, erts-10.5.3 +Predecessor: OTP 22.1.3 + + Check out the git tag OTP-22.1.4, 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. + + --------------------------------------------------------------------- + --- compiler-7.4.7 -------------------------------------------------- + --------------------------------------------------------------------- + + The compiler-7.4.7 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16199 Application(s): compiler + + Fixed a bug where the compiler could generate incorrect + code for a 'receive' statement inside a 'try'. + + + Full runtime dependencies of compiler-7.4.7: crypto-3.6, erts-9.0, + hipe-3.12, kernel-4.0, stdlib-2.5 + + + --------------------------------------------------------------------- + --- crypto-4.6.1 ---------------------------------------------------- + --------------------------------------------------------------------- + + The crypto-4.6.1 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16202 Application(s): crypto + + FIxed a bug if the erlang emulator was linked with a + very old cryptolib version (1.0.1 or earlier). + + The bug now fixed could have triggered a core dump if + an unknown cipher name was used in crypto functions. + + + Full runtime dependencies of crypto-4.6.1: erts-9.0, kernel-5.3, + stdlib-3.4 + + + --------------------------------------------------------------------- + --- erts-10.5.3 ----------------------------------------------------- + --------------------------------------------------------------------- + + The erts-10.5.3 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16177 Application(s): erts + Related Id(s): ERL-1063 + + Erlang/OTP can now be built on macOS Catalina (10.15). + + + Full runtime dependencies of erts-10.5.3: kernel-6.1, sasl-3.3, + stdlib-3.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3