From 905bb07b8087ae09e633b03be7af38095e9adaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 21 Nov 2019 13:47:51 +0100 Subject: OTP-22.1.8 --- early-plugins.mk | 4 ++-- release-notes/OTP-22.1.8.README.txt | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 release-notes/OTP-22.1.8.README.txt diff --git a/early-plugins.mk b/early-plugins.mk index 0fe6e4b..e70bd51 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.24 OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.11 -OTP-22 := OTP-22.0.7 OTP-22.1.7 +OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) @@ -74,7 +74,7 @@ OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \ 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.6 + OTP-22.1.6 OTP-22.1.7 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.8.README.txt b/release-notes/OTP-22.1.8.README.txt new file mode 100644 index 0000000..b63c950 --- /dev/null +++ b/release-notes/OTP-22.1.8.README.txt @@ -0,0 +1,42 @@ +Patch Package: OTP 22.1.8 +Git Tag: OTP-22.1.8 +Date: 2019-11-21 +Trouble Report Id: OTP-16301 +Seq num: ERL-1079 +System: OTP +Release: 22 +Application: erts-10.5.6 +Predecessor: OTP 22.1.7 + + Check out the git tag OTP-22.1.8, 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. + + --------------------------------------------------------------------- + --- erts-10.5.6 ----------------------------------------------------- + --------------------------------------------------------------------- + + The erts-10.5.6 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16301 Application(s): erts + Related Id(s): ERL-1079 + + Large amounts of quickly executed dirty work could + cause heavy contention on an internal spin lock. The + spin lock was replaced by a mutex which behaves much + better under these conditions. + + + Full runtime dependencies of erts-10.5.6: kernel-6.1, sasl-3.3, + stdlib-3.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3