aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-11-06 13:22:38 +0100
committerLoïc Hoguin <[email protected]>2024-11-06 13:22:38 +0100
commitd10b2da710ef1ee0c71fa043d7629fb3ed79b209 (patch)
tree8309e04524e71ba7cf460d2e20c4144631278ca8
parentac40751e1754346c89e4f32c8768e805521940c7 (diff)
downloadci.erlang.mk-d10b2da710ef1ee0c71fa043d7629fb3ed79b209.tar.gz
ci.erlang.mk-d10b2da710ef1ee0c71fa043d7629fb3ed79b209.tar.bz2
ci.erlang.mk-d10b2da710ef1ee0c71fa043d7629fb3ed79b209.zip
OTP-26.2.5.1
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-26.2.5.1.README.txt221
2 files changed, 223 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e4ff955..905daea 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
+OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.1
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.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-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.1.README.txt b/release-notes/OTP-26.2.5.1.README.txt
new file mode 100644
index 0000000..891093c
--- /dev/null
+++ b/release-notes/OTP-26.2.5.1.README.txt
@@ -0,0 +1,221 @@
+Patch Package: OTP 26.2.5.1
+Git Tag: OTP-26.2.5.1
+Date: 2024-06-25
+Trouble Report Id: OTP-19057, OTP-19063, OTP-19090, OTP-19091,
+ OTP-19092, OTP-19094, OTP-19100, OTP-19104,
+ OTP-19107, OTP-19109, OTP-19121, OTP-19123,
+ OTP-19140
+Seq num: ERIERL-870, GH-7483, GH-8376, GH-8482,
+ GH-8484, GH-8489, OTP-18835, PR-8345,
+ PR-8399, PR-8508, PR-8546
+System: OTP
+Release: 26
+Application: diameter-2.3.2.1, erts-14.2.5.1,
+ kernel-9.2.4.1, public_key-1.15.1.1,
+ ssh-5.1.4.1, ssl-11.1.4.1
+Predecessor: OTP 26.2.5
+
+ Check out the git tag OTP-26.2.5.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.
+
+ ---------------------------------------------------------------------
+ --- diameter-2.3.2.1 ------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The diameter-2.3.2.1 application can be applied independently of
+ other applications on a full OTP 26 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-19090 Application(s): diameter
+ Related Id(s): PR-8399
+
+ Pick peer can now also handle request of type
+ #diameter_packet{}.
+
+
+ Full runtime dependencies of diameter-2.3.2.1: erts-10.0, kernel-3.2,
+ ssl-9.0, stdlib-5.0
+
+
+ ---------------------------------------------------------------------
+ --- erts-14.2.5.1 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-14.2.5.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19063 Application(s): erts, kernel
+ Related Id(s): OTP-18835
+
+ A call to socket:[recv|recvfrom|recvmsg]/* with Timeout
+ = 0 on Windows could cause a (case clause) crash if
+ data is immediately available.
+
+
+ OTP-19121 Application(s): erts
+ Related Id(s): GH-8484
+
+ When a port command crashed in the inet driver during
+ gen_tcp:send/2, a monitor 'DOWN' message could be left
+ lingering in the caller's mailbox. This has now been
+ fixed.
+
+
+ OTP-19123 Application(s): erts
+ Related Id(s): GH-8484, PR-8546
+
+ 'DOWN' messages originating from a monitored port,
+ contained the atom process instead of the atom port as
+ the third element when the exit reason was not an
+ immediate term.
+
+
+ Full runtime dependencies of erts-14.2.5.1: kernel-9.0, sasl-3.3,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- kernel-9.2.4.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The kernel-9.2.4.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19063 Application(s): erts, kernel
+ Related Id(s): OTP-18835
+
+ A call to socket:[recv|recvfrom|recvmsg]/* with Timeout
+ = 0 on Windows could cause a (case clause) crash if
+ data is immediately available.
+
+
+ OTP-19104 Application(s): kernel
+ Related Id(s): ERIERL-870
+
+ Open a disk_log file and combining head_func with
+ rotate options did not work.
+
+
+ Full runtime dependencies of kernel-9.2.4.1: crypto-5.0, erts-14.0,
+ sasl-3.0, stdlib-5.0
+
+
+ ---------------------------------------------------------------------
+ --- public_key-1.15.1.1 ---------------------------------------------
+ ---------------------------------------------------------------------
+
+ The public_key-1.15.1.1 application can be applied independently of
+ other applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19100 Application(s): public_key
+ Related Id(s): GH-8482, PR-8508
+
+ Fix bug in dnsName constraint check, could cause valid
+ cert to be considered bad during path validation.
+
+
+ Full runtime dependencies of public_key-1.15.1.1: asn1-3.0,
+ crypto-4.6, erts-6.0, kernel-3.0, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- ssh-5.1.4.1 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssh-5.1.4.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19057 Application(s): ssh
+ Related Id(s): GH-7483, PR-8345
+
+ With this change, ssh client will automatically adjust
+ transfer window size for commands executed remotely
+ over SSH.
+
+
+ OTP-19109 Application(s): ssh
+ Related Id(s): PR-8345
+
+ With this change, race condition between connection
+ closing and automatic window adjustment is fixed.
+
+
+ Full runtime dependencies of ssh-5.1.4.1: crypto-5.0, erts-14.0,
+ kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-5.0,
+ stdlib-5.0
+
+
+ ---------------------------------------------------------------------
+ --- ssl-11.1.4.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssl-11.1.4.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-19094 Application(s): ssl
+ Related Id(s): GH-8489
+
+ Check for TLS-1.3 support should check minimum
+ requirements.
+
+
+ OTP-19107 Application(s): ssl
+ Related Id(s): GH-8376
+
+ If both TLS-1.3 and TLS-1.2 is supported and TLS-1.2
+ negotiated convert TLS-1.3 ECDSA schemes to TLS-1.2
+ hash and signature pairs for increased
+ interoperability.
+
+
+ OTP-19140 Application(s): ssl
+
+ TLS-1.3 negotiation now uses SNI based options
+ correctly instead of ignoring them.
+
+
+ --- Improvements and New Features ---
+
+ OTP-19091 Application(s): ssl
+
+ Make it easier to distinguish between a invalid
+ signature and unsupported signature.
+
+
+ OTP-19092 Application(s): ssl
+ Related Id(s): GH-8482
+
+ Enhance ALERT logs to help understand what causes the
+ alert.
+
+
+ Full runtime dependencies of ssl-11.1.4.1: 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
+
+
+ ---------------------------------------------------------------------
+ --- Thanks to -------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Anupama Singh
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+