From 9ac3508b97b9f472a0ecb65236a38ef4eaaa5f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 May 2021 11:17:19 +0200 Subject: OTP-21.3.8.23 --- early-plugins.mk | 4 +- release-notes/OTP-21.3.8.23.README.txt | 149 +++++++++++++++++++++++++++++++++ 2 files changed, 151 insertions(+), 2 deletions(-) create mode 100644 release-notes/OTP-21.3.8.23.README.txt diff --git a/early-plugins.mk b/early-plugins.mk index 21e09a4..7edd651 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -15,7 +15,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.22 +OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.23 OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.17 OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.2 OTP-23.3.2 OTP-24 := OTP-24.0-rc3 @@ -72,7 +72,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.7 OTP-21.3.8 OTP-21.3.8.1 OTP-21.3.8.2 OTP-21.3.8.3 OTP-21.3.8.4 \ OTP-21.3.8.5 OTP-21.3.8.6 OTP-21.3.8.7 OTP-21.3.8.8 OTP-21.3.8.10 \ OTP-21.3.8.11 OTP-21.3.8.12 OTP-21.3.8.13 OTP-21.3.8.14 OTP-21.3.8.15 \ - OTP-21.3.8.16 OTP-21.3.8.17 OTP-21.3.8.18 OTP-21.3.8.19 OTP-21.3.8.20 + OTP-21.3.8.16 OTP-21.3.8.17 OTP-21.3.8.18 OTP-21.3.8.19 OTP-21.3.8.20 OTP-21.3.8.22 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 \ diff --git a/release-notes/OTP-21.3.8.23.README.txt b/release-notes/OTP-21.3.8.23.README.txt new file mode 100644 index 0000000..2359994 --- /dev/null +++ b/release-notes/OTP-21.3.8.23.README.txt @@ -0,0 +1,149 @@ +Patch Package: OTP 21.3.8.23 +Git Tag: OTP-21.3.8.23 +Date: 2021-05-06 +Trouble Report Id: OTP-16607, OTP-16930, OTP-17291, OTP-17307, + OTP-17349, OTP-17358 +Seq num: ERL-1371, ERL-ERL-610, GH-4396 +System: OTP +Release: 21 +Application: erl_interface-3.11.3.2, erts-10.3.5.18, + runtime_tools-1.13.2.1 +Predecessor: OTP 21.3.8.22 + + Check out the git tag OTP-21.3.8.23, 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. + + --------------------------------------------------------------------- + --- erl_interface-3.11.3.2 ------------------------------------------ + --------------------------------------------------------------------- + + The erl_interface-3.11.3.2 application can be applied independently + of other applications on a full OTP 21 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-17358 Application(s): erl_interface + Related Id(s): ERL-ERL-610 + + Fix bug where sending of large data with + ei_send_*/ei_rpc with infinite timeout could fail when + the tcp buffer becomes full. + + Fault has existed since OTP-21. + + + --- Known Bugs and Problems --- + + OTP-16607 Application(s): erl_interface + Related Id(s): OTP-16608 + + The ei API for decoding/encoding terms is not fully + 64-bit compatible since terms that have a + representation on the external term format larger than + 2 GB cannot be handled. + + + --------------------------------------------------------------------- + --- erts-10.3.5.18 -------------------------------------------------- + --------------------------------------------------------------------- + + Note! The erts-10.3.5.18 application *cannot* be applied + independently of other applications on an arbitrary OTP 21 + installation. + + On a full OTP 21 installation, also the following runtime + dependencies have to be satisfied: + -- kernel-6.1 (first satisfied in OTP 21.1) + -- sasl-3.3 (first satisfied in OTP 21.2) + + + --- Fixed Bugs and Malfunctions --- + + OTP-17291 Application(s): erts + + The following signals could pass before other signals + from the same sender to the same receiver. That is, + these signals could arrive too early. + + -- garbage-collect request. Sent from one process to + another using one of the garbage_collect() BIFs. + + -- check-process-code request. Sent from one process to + another using one of the check_process_code() BIFs. + + -- is-process-alive reply. Sent as a response to a + process calling the is_process_alive() BIF. + + -- process-info reply. Sent as a response to a process + calling one of the process_info() BIFs. + + -- port-command reply. Sent as a response to a process + calling one of the port_command() BIFs. + + -- port-connect reply. Sent as a response to a process + calling the port_connect() BIF. + + -- port-close reply. Sent as a response to a process + calling the port_close() BIF. + + -- port-control reply. Sent as a response to a process + calling the port_control() BIF. + + -- port-call reply. Sent as a response to a process + calling the port_call() BIF. + + -- port-info reply. Sent as a response to a process + calling one of the port_info() BIFs. + + + OTP-17307 Application(s): erts + + A garbage collection of a literal area missed messages + that entirely consisted of a term in a literal area. + This could in turn lead to a crash of the runtime + system. + + + OTP-17349 Application(s): erts + + A call to process_flag(message_queue_data, off_heap) + could cause a crash of the runtime system when + sequential tracing was enabled. + + + Full runtime dependencies of erts-10.3.5.18: kernel-6.1, sasl-3.3, + stdlib-3.5 + + + --------------------------------------------------------------------- + --- runtime_tools-1.13.2.1 ------------------------------------------ + --------------------------------------------------------------------- + + The runtime_tools-1.13.2.1 application can be applied independently + of other applications on a full OTP 21 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16930 Application(s): runtime_tools + Related Id(s): ERL-1371, GH-4396 + + The function dbg:n/1 used a local fun to set up a + tracer on a remote node. This works fine as long as the + remote node is running exactly the same version of + Erlang/OTP but does not work at all otherwise. This is + fixed by exporting the relevant function and by calling + this function on the remote node to set up remote + tracing. + + + Full runtime dependencies of runtime_tools-1.13.2.1: erts-8.0, + kernel-5.0, mnesia-4.12, stdlib-3.0 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3