aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-01-26 12:36:17 +0100
committerLoïc Hoguin <[email protected]>2022-01-26 12:36:17 +0100
commit7616fd328fa18af65499b04680719cba90a0fb2b (patch)
tree2b331bc119e9e023e7ad7ab8a1c3d4ec71e4d5ba
parent3e02dd7abdd03994f1d97656fa2ad6fe8cab6531 (diff)
downloadci.erlang.mk-7616fd328fa18af65499b04680719cba90a0fb2b.tar.gz
ci.erlang.mk-7616fd328fa18af65499b04680719cba90a0fb2b.tar.bz2
ci.erlang.mk-7616fd328fa18af65499b04680719cba90a0fb2b.zip
OTP-24.2.1
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-24.2.1.README.txt104
2 files changed, 106 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 235e462..c6d9913 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -18,7 +18,7 @@ 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.24
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.11
-OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2
+OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24)
@@ -88,7 +88,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.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-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.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-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED) $(OTP-23-DROPPED) $(OTP-24-DROPPED)
diff --git a/release-notes/OTP-24.2.1.README.txt b/release-notes/OTP-24.2.1.README.txt
new file mode 100644
index 0000000..2217089
--- /dev/null
+++ b/release-notes/OTP-24.2.1.README.txt
@@ -0,0 +1,104 @@
+Patch Package: OTP 24.2.1
+Git Tag: OTP-24.2.1
+Date: 2022-01-25
+Trouble Report Id: OTP-17794, OTP-17827, OTP-17829, OTP-17831,
+ OTP-17871, OTP-17879
+Seq num: ERIERL-708, GH-4450, GH-5341, GH-5527,
+ GH-5624
+System: OTP
+Release: 24
+Application: erts-12.2.1, ssl-10.6.1
+Predecessor: OTP 24.2
+
+ Check out the git tag OTP-24.2.1, 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-12.2.1 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-12.2.1 application can be applied independently of other
+ applications on a full OTP 24 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17827 Application(s): erts
+ Related Id(s): GH-5527
+
+ Fixed a memory leak in file:read_file_info/2 and
+ file:read_file/1 on Windows.
+
+
+ OTP-17871 Application(s): erts
+ Related Id(s): PR-5612
+
+ Fix GC emulator crash when spawn_request was used when
+ message tracing was enabled.
+
+
+ Full runtime dependencies of erts-12.2.1: kernel-8.0, sasl-3.3,
+ stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ --- ssl-10.6.1 ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The ssl-10.6.1 application *cannot* be applied independently of
+ other applications on an arbitrary OTP 24 installation.
+
+ On a full OTP 24 installation, also the following runtime
+ dependency has to be satisfied:
+ -- public_key-1.11.3 (first satisfied in OTP 24.1.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17794 Application(s): ssl
+ Related Id(s): GH-4450, GH-5341
+
+ Improve SNI (server name indication) handling so that
+ protocol version can be selected with regards to SNI.
+ Also, make sure that ssl:connection_information/1
+ returns the correct SNI value.
+
+
+ OTP-17829 Application(s): ssl
+ Related Id(s): ERIERL-708
+
+ Fixed cipher suite listing functions so that the
+ listing of all cipher suites will be complete. Another
+ fix for cipher suite handling in OTP-24.1 accidentally
+ excludes a few cipher suites from the listing of all
+ cipher suites.
+
+
+ OTP-17879 Application(s): ssl
+ Related Id(s): GH-5624
+
+ Reenable legacy cipher suite
+ TLS_RSA_WITH_3DES_EDE_CBC_SHA for explicit
+ configuration in TLS-1.2, not supported by default.
+
+
+ --- Improvements and New Features ---
+
+ OTP-17831 Application(s): ssl
+
+ Avoid unnecessary logs by better adjusting the
+ tls_sender process to the new supervisor structure in
+ OTP-24.2
+
+
+ Full runtime dependencies of ssl-10.6.1: crypto-5.0, erts-10.0,
+ inets-5.10.7, kernel-8.0, public_key-1.11.3, runtime_tools-1.15.1,
+ stdlib-3.12
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+