From 178e2f764f1597105f90373e73101eecb043fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 12 Nov 2019 12:54:15 +0100 Subject: OTP-22.1.7 --- early-plugins.mk | 5 ++- release-notes/OTP-22.1.7.README.txt | 85 +++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 release-notes/OTP-22.1.7.README.txt diff --git a/early-plugins.mk b/early-plugins.mk index 4dc3027..48728b4 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.10 -OTP-22 := OTP-22.0.7 OTP-22.1.6 +OTP-22 := OTP-22.0.7 OTP-22.1.7 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,8 @@ 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-21.3.8.8 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.3 OTP-22.1.4 OTP-22.1.5 + OTP-22.1 OTP-22.1.1 OTP-22.1.2 OTP-22.1.3 OTP-22.1.4 OTP-22.1.5 \ + OTP-22.1.6 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.7.README.txt b/release-notes/OTP-22.1.7.README.txt new file mode 100644 index 0000000..36ed0eb --- /dev/null +++ b/release-notes/OTP-22.1.7.README.txt @@ -0,0 +1,85 @@ +Patch Package: OTP 22.1.7 +Git Tag: OTP-22.1.7 +Date: 2019-11-11 +Trouble Report Id: OTP-16193, OTP-16224, OTP-16259, OTP-16265 +Seq num: ERIERL-436, ERL-1044, ERL-1064 +System: OTP +Release: 22 +Application: compiler-7.4.9, erts-10.5.5 +Predecessor: OTP 22.1.6 + + Check out the git tag OTP-22.1.7, 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.9 -------------------------------------------------- + --------------------------------------------------------------------- + + The compiler-7.4.9 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16259 Application(s): compiler + Related Id(s): ERIERL-436 + + Fixed a performance bug that caused repeated matches of + large records to take a very long time to compile. + + + Full runtime dependencies of compiler-7.4.9: crypto-3.6, erts-9.0, + hipe-3.12, kernel-4.0, stdlib-2.5 + + + --------------------------------------------------------------------- + --- erts-10.5.5 ----------------------------------------------------- + --------------------------------------------------------------------- + + The erts-10.5.5 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16193 Application(s): erts + + A literal area could prematurely be released before all + uses of it had been removed. This occurred either when + a terminating process had a complex exit reason + referring to a literal that concurrently was removed, + or when a terminating process continued executing a + dirty NIF accessing a literal (via the heap) that + concurrently was removed. + + + OTP-16224 Application(s): erts + Related Id(s): ERL-1044 + + Fix bug causing VM crash due to memory corruption of + distribution entry. Probability of crash increases if + Erlang distribution is frequently disconnected and + reestablished towards same node names. Bug exists since + OTP-21.0. + + + OTP-16265 Application(s): erts + Related Id(s): ERL-1064 + + Fixed bug causing crash of VM built with configuration + --enable--sharing-preserving. Provoked when a sent + message contains both a bit string and the heap binary + (< 65 bytes) which the bit string was matched from. Bug + exists since OTP-19.0 but has seen to be easier to + provoke since OTP-22.1. + + + Full runtime dependencies of erts-10.5.5: kernel-6.1, sasl-3.3, + stdlib-3.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3