aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-11-06 13:22:53 +0100
committerLoïc Hoguin <[email protected]>2024-11-06 13:22:53 +0100
commit6b5e7dce631f3ad64a435ef27cd6fc9cec6b1461 (patch)
treebd7aeb50aa95c7e9c326c455b65bd8fa4c9e338a
parentd10b2da710ef1ee0c71fa043d7629fb3ed79b209 (diff)
downloadci.erlang.mk-6b5e7dce631f3ad64a435ef27cd6fc9cec6b1461.tar.gz
ci.erlang.mk-6b5e7dce631f3ad64a435ef27cd6fc9cec6b1461.tar.bz2
ci.erlang.mk-6b5e7dce631f3ad64a435ef27cd6fc9cec6b1461.zip
OTP-26.2.5.2
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-26.2.5.2.README.txt125
2 files changed, 127 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 905daea..e294ada 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -20,7 +20,7 @@ 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.10
-OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.1
+OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.2
OTP-27 := OTP-27.0.1 OTP-27.1.2
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26) $(OTP-27)
@@ -119,7 +119,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \
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-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.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-27-DROPPED := OTP-27.0-rc1 OTP-27.0-rc2
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
diff --git a/release-notes/OTP-26.2.5.2.README.txt b/release-notes/OTP-26.2.5.2.README.txt
new file mode 100644
index 0000000..cd19aee
--- /dev/null
+++ b/release-notes/OTP-26.2.5.2.README.txt
@@ -0,0 +1,125 @@
+Patch Package: OTP 26.2.5.2
+Git Tag: OTP-26.2.5.2
+Date: 2024-07-10
+Trouble Report Id: OTP-19143, OTP-19147, OTP-19152, OTP-19154,
+ OTP-19157
+Seq num: ERIERL-1043, ERIERL-1106, GH-8588, GH-8613,
+ PR-8619, PR-8627, PR-8638
+System: OTP
+Release: 26
+Application: crypto-5.4.2.1, erts-14.2.5.2, ssl-11.1.4.2,
+ stdlib-5.2.3.1
+Predecessor: OTP 26.2.5.1
+
+ Check out the git tag OTP-26.2.5.2, 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.
+
+ ---------------------------------------------------------------------
+ --- crypto-5.4.2.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-5.4.2.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-19143 Application(s): crypto
+
+ Add warning in documentation to avoid crypto:start/0 as
+ it does not work for FIPS mode. Use
+ application:start(crypto) instead.
+
+
+ Full runtime dependencies of crypto-5.4.2.1: erts-9.0, kernel-5.3,
+ stdlib-3.9
+
+
+ ---------------------------------------------------------------------
+ --- erts-14.2.5.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-14.2.5.2 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19147 Application(s): erts
+ Related Id(s): ERIERL-1043, ERIERL-1106, PR-8619
+
+ When no time warp mode was enabled, a smaller Erlang
+ monotonic time could be read than a previously read
+ time, i.e., breaking the monotonic property. The
+ runtime system will abort when detecting an issue like
+ this since OTP 24.3.4.17 and OTP 25.0.
+
+ Up until OTP 25 no time warp mode is the default. As of
+ OTP 26 multi time warp mode is the default.
+
+
+ OTP-19154 Application(s): erts
+ Related Id(s): GH-8613, PR-8627
+
+ A scheduler thread could get stuck when deleting a
+ memory allocator carrier when adjacent carriers were
+ deleted and/or inserted simultaneously by other
+ schedulers. This in turn could cause the other
+ schedulers to get stuck as well.
+
+
+ Full runtime dependencies of erts-14.2.5.2: kernel-9.0, sasl-3.3,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- ssl-11.1.4.2 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssl-11.1.4.2 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-19152 Application(s): ssl
+ Related Id(s): GH-8588
+
+ When the default value for signature_algs is used,
+ default the signature_algs_cert to the default value +
+ rsa_pkcs1_sha1 to allow this algorithms for
+ certificates but not for the TLS protocol. This is for
+ better interoperability. If signature_algs is set
+ explicitly signature_algs_cert must also be set
+ explicitly if they should be different.
+
+
+ Full runtime dependencies of ssl-11.1.4.2: crypto-5.0, erts-14.0,
+ inets-5.10.7, kernel-9.0, public_key-1.11.3, runtime_tools-1.15.1,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-5.2.3.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The stdlib-5.2.3.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19157 Application(s): stdlib
+ Related Id(s): PR-8638
+
+ Fixed a bug that caused the shell completion to crash
+ when keyword and tuple appeared on the same line.
+
+
+ Full runtime dependencies of stdlib-5.2.3.1: compiler-5.0,
+ crypto-4.5, erts-13.1, kernel-9.0, sasl-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+