aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-11-06 13:24:48 +0100
committerLoïc Hoguin <[email protected]>2024-11-06 13:24:48 +0100
commit63525a0e412def1e528cae1e71c66f1dec019211 (patch)
treee56382ef5d6fb3eed5a2bf1a3cecc1275e926b18
parent51289d4ed2cd354be205c418251f6fce817c6090 (diff)
downloadci.erlang.mk-63525a0e412def1e528cae1e71c66f1dec019211.tar.gz
ci.erlang.mk-63525a0e412def1e528cae1e71c66f1dec019211.tar.bz2
ci.erlang.mk-63525a0e412def1e528cae1e71c66f1dec019211.zip
OTP-25.3.2.12
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-25.3.2.12.README.txt104
2 files changed, 106 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 3c6df72..8f2b617 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -19,7 +19,7 @@ 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.27
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.20
OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.16
-OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.11
+OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.12
OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.5
OTP-27 := OTP-27.0.1 OTP-27.1.2
@@ -117,7 +117,7 @@ OTP-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3 OTP-24.0 OTP-24.0.1 OTP-24.0.5 \
OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \
OTP-25.0.1 OTP-25.0.2 OTP-25.0.3 OTP-25.1 OTP-25.1.1 OTP-25.1.2 OTP-25.2 \
OTP-25.2.1 OTP-25.2.2 OTP-25.3 OTP-25.3.1 OTP-25.3.2 OTP-25.3.2.1 OTP-25.3.2.2 \
- OTP-25.3.2.3 OTP-25.3.2.4 OTP-25.3.2.5 OTP-25.3.2.6 OTP-25.3.2.7 OTP-25.3.2.8 OTP-25.3.2.9 OTP-25.3.2.10
+ OTP-25.3.2.3 OTP-25.3.2.4 OTP-25.3.2.5 OTP-25.3.2.6 OTP-25.3.2.7 OTP-25.3.2.8 OTP-25.3.2.9 OTP-25.3.2.10 OTP-25.3.2.11
OTP-26-DROPPED := OTP-26.0-rc3 \
OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4
OTP-27-DROPPED := OTP-27.0-rc1 OTP-27.0-rc2
diff --git a/release-notes/OTP-25.3.2.12.README.txt b/release-notes/OTP-25.3.2.12.README.txt
new file mode 100644
index 0000000..78c8ad9
--- /dev/null
+++ b/release-notes/OTP-25.3.2.12.README.txt
@@ -0,0 +1,104 @@
+Patch Package: OTP 25.3.2.12
+Git Tag: OTP-25.3.2.12
+Date: 2024-05-02
+Trouble Report Id: OTP-19065, OTP-19070, OTP-19071, OTP-19076
+Seq num: ERIERL-1073, GH-8356, GH-8385, OTP-18999,
+ PR-8367, PR-8380
+System: OTP
+Release: 25
+Application: erts-13.2.2.9, mnesia-4.21.4.3, ssl-10.9.1.4
+Predecessor: OTP 25.3.2.11
+
+ Check out the git tag OTP-25.3.2.12, 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-13.2.2.9 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-13.2.2.9 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 25 installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- kernel-8.5 (first satisfied in OTP 25.1)
+ -- stdlib-4.1 (first satisfied in OTP 25.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19070 Application(s): erts
+ Related Id(s): GH-8385
+
+ ETS functions did not properly handle keys containing
+ maps, sometimes matching too many or too few objects.
+
+
+ OTP-19071 Application(s): erts
+ Related Id(s): PR-8380, OTP-18999
+
+ Fix CPU quota determination for cgroups.
+
+ The bug was introduced through OTP-18999.
+
+
+ Full runtime dependencies of erts-13.2.2.9: kernel-8.5, sasl-3.3,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- mnesia-4.21.4.3 -------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The mnesia-4.21.4.3 application can be applied independently of other
+ applications on a full OTP 25 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19076 Application(s): mnesia
+ Related Id(s): ERIERL-1073
+
+ Mnesia could crash during startup if del_table_copy/2
+ and add_table_copy/3 was invoked when the table was
+ loading.
+
+
+ Full runtime dependencies of mnesia-4.21.4.3: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- ssl-10.9.1.4 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The ssl-10.9.1.4 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 25 installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependency has to be satisfied:
+ -- stdlib-4.1 (first satisfied in OTP 25.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19065 Application(s): ssl
+ Related Id(s): GH-8356, PR-8367
+
+ Fix certificate authorities check so that CA closest to
+ peer is not lost. It could manifest itself in a failed
+ connection as the client failed to realize it had a
+ valid certificate chain to send to the server.
+
+
+ Full runtime dependencies of ssl-10.9.1.4: crypto-5.0, erts-10.0,
+ inets-5.10.7, kernel-8.4, public_key-1.11.3, runtime_tools-1.15.1,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+