From a046238c7db182eaa6fc6f1e4303c8d70633e2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 3 May 2022 09:40:25 +0200 Subject: OTP-22.3.4.26 --- early-plugins.mk | 4 +- release-notes/OTP-22.3.4.26.README.txt | 67 ++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 release-notes/OTP-22.3.4.26.README.txt diff --git a/early-plugins.mk b/early-plugins.mk index b5be215..e8e8e21 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -16,7 +16,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.26 OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.24 -OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.25 +OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.26 OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.14 OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4 OTP-25 := OTP-25.0-rc3 @@ -87,7 +87,7 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \ OTP-22.3.3 OTP-22.3.4 OTP-22.3.4.1 OTP-22.3.4.2 OTP-22.3.4.3 \ OTP-22.3.4.4 OTP-22.3.4.5 OTP-22.3.4.8 OTP-22.3.4.9 OTP-22.3.4.10 \ OTP-22.3.4.11 OTP-22.3.4.12 OTP-22.3.4.13 OTP-22.3.4.15 OTP-22.3.4.17 \ - OTP-22.3.4.18 OTP-22.3.4.19 OTP-22.3.4.20 OTP-22.3.4.21 OTP-22.3.4.22 OTP-22.3.4.23 OTP-22.3.4.24 + OTP-22.3.4.18 OTP-22.3.4.19 OTP-22.3.4.20 OTP-22.3.4.21 OTP-22.3.4.22 OTP-22.3.4.23 OTP-22.3.4.24 OTP-22.3.4.25 OTP-23-DROPPED := OTP-23.0-rc1 OTP-23.0-rc2 OTP-23.0-rc3 OTP-23.0 OTP-23.0.1 \ OTP-23.0.2 OTP-23.0.3 OTP-23.1 OTP-23.1.1 OTP-23.1.2 OTP-23.1.3 OTP-23.1.4 \ OTP-23.2 OTP-23.2.1 OTP-23.2.3 OTP-23.2.4 OTP-23.3.1 OTP-23.3.2 OTP-23.2.7.2 \ diff --git a/release-notes/OTP-22.3.4.26.README.txt b/release-notes/OTP-22.3.4.26.README.txt new file mode 100644 index 0000000..7b273ef --- /dev/null +++ b/release-notes/OTP-22.3.4.26.README.txt @@ -0,0 +1,67 @@ +Patch Package: OTP 22.3.4.26 +Git Tag: OTP-22.3.4.26 +Date: 2022-05-03 +Trouble Report Id: OTP-18075, OTP-18076, OTP-18077 +Seq num: ERIERL-802, GH-5876 +System: OTP +Release: 22 +Application: erts-10.7.2.18 +Predecessor: OTP 22.3.4.25 + + Check out the git tag OTP-22.3.4.26, 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.7.2.18 -------------------------------------------------- + --------------------------------------------------------------------- + + Note! The erts-10.7.2.18 application *cannot* be applied + independently of other applications on an arbitrary OTP 22 + installation. + + On a full OTP 22 installation, also the following runtime + dependency has to be satisfied: + -- kernel-6.5.2.5 (first satisfied in OTP 22.3.4.25) + + + --- Fixed Bugs and Malfunctions --- + + OTP-18075 Application(s): erts + Related Id(s): PR-5927 + + Fix bug where the process message queue was left in an + inconsistent state when changing from on_heap to + off_heap message queue data causing the GC to segfault. + + + OTP-18076 Application(s): erts + Related Id(s): ERIERL-802, PR-5905 + + Fix functions that convert universal to localtime (such + as erlang:localtime/0 and + erlang:universaltime_to_localtime/1) to fetch the + correct localtime if it is changed after the start of + the VM. + + + OTP-18077 Application(s): erts + Related Id(s): GH-5876, PR-5892 + + Fix memory leak when a process doing a distributed + fragmented send is sent an exit signal. Before this fix + the receiving node would be left with an incomplete + message that would remain until the nodes were + disconnected. The bug has existed since Erlang/OTP 21. + + + Full runtime dependencies of erts-10.7.2.18: kernel-6.5.2.5, + sasl-3.3, stdlib-3.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3