aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-03 09:29:36 +0200
committerLoïc Hoguin <[email protected]>2022-05-03 09:29:36 +0200
commitae64aaf4ec500ea15d96a80004fa604961c7fc96 (patch)
treede46f148595647e9f8691b49f9dd2a05e372b7cd
parent9af353a9d09952e5e343ffda93011645a4ae53fb (diff)
downloadci.erlang.mk-ae64aaf4ec500ea15d96a80004fa604961c7fc96.tar.gz
ci.erlang.mk-ae64aaf4ec500ea15d96a80004fa604961c7fc96.tar.bz2
ci.erlang.mk-ae64aaf4ec500ea15d96a80004fa604961c7fc96.zip
OTP-23.3.4.14
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-23.3.4.14.README.txt112
2 files changed, 114 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index eb40529..b5be215 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -17,7 +17,7 @@ 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-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.13
+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
@@ -92,7 +92,7 @@ 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 \
OTP-23.3.3 OTP-23.3.4 OTP-23.3.4.1 OTP-23.3.4.5 OTP-23.3.4.6 OTP-23.3.4.7 \
- OTP-23.3.4.8 OTP-23.3.4.9 OTP-23.3.4.10 OTP-23.3.4.11 OTP-23.3.4.12
+ OTP-23.3.4.8 OTP-23.3.4.9 OTP-23.3.4.10 OTP-23.3.4.11 OTP-23.3.4.12 OTP-23.3.4.13
OTP-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3 OTP-24.0 OTP-24.0.1 OTP-24.0.5 \
OTP-24.1 OTP-24.1.1 OTP-24.1.2 OTP-24.1.3 OTP-24.1.4 OTP-24.1.5 OTP-24.1.6 \
OTP-24.2 OTP-24.2.1 OTP-24.3 OTP-24.3.1 OTP-24.3.2 OTP-24.3.3
diff --git a/release-notes/OTP-23.3.4.14.README.txt b/release-notes/OTP-23.3.4.14.README.txt
new file mode 100644
index 0000000..2c4fb94
--- /dev/null
+++ b/release-notes/OTP-23.3.4.14.README.txt
@@ -0,0 +1,112 @@
+Patch Package: OTP 23.3.4.14
+Git Tag: OTP-23.3.4.14
+Date: 2022-05-03
+Trouble Report Id: OTP-17970, OTP-18027, OTP-18065, OTP-18075,
+ OTP-18076, OTP-18077, OTP-18082
+Seq num: ERIERL-802, GH-5876, GH-5908
+System: OTP
+Release: 23
+Application: compiler-7.6.9.2, erts-11.2.2.13
+Predecessor: OTP 23.3.4.13
+
+ Check out the git tag OTP-23.3.4.14, 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.6.9.2 ------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.6.9.2 application can be applied independently of
+ other applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18082 Application(s): compiler
+
+ In rare circumstances, the compiler would mistakenly
+ assume that a call to setelement/3 would always fail
+ and remove all code following the call.
+
+
+ Full runtime dependencies of compiler-7.6.9.2: crypto-3.6, erts-11.0,
+ hipe-3.12, kernel-7.0, stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ --- erts-11.2.2.13 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-11.2.2.13 application *cannot* be applied
+ independently of other applications on an arbitrary OTP 23
+ installation.
+
+ On a full OTP 23 installation, also the following runtime
+ dependency has to be satisfied:
+ -- kernel-7.3.1.5 (first satisfied in OTP 23.3.4.12)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17970 Application(s): erts
+ Related Id(s): PR-5762
+
+ Let EPMD tolerate failure when binding to IPv4/IPv6
+ loopback intefaces in addition to user-supplied
+ addresses via ERL_EPMD_ADDRESS or the -address option.
+ This can happen, for example, if the host system has
+ ipv6 disabled via the disable_ipv6 sysctl.
+
+
+ OTP-18027 Application(s): erts
+
+ Fixed a rare bug in binary_to_term/1,
+ enif_make_map_from_arrays, erl_drv_send_term, and
+ Erlang distribution that could crash the emulator.
+
+
+ OTP-18065 Application(s): erts
+ Related Id(s): GH-5908
+
+ Fixed a rare race in persistent_term:get/1,2 that could
+ cause it to return the value of another key.
+
+
+ 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-11.2.2.13: kernel-7.3.1.5,
+ sasl-3.3, stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+