diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3d2dc1573903..7b24a3feaf6e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@
This document describes the changes made to the ERTS application.
+Fix lock order violation if a NIF monitor
+ Own Id: OTP-19330 Aux Id: GH-8983, PR-9008
+With this change, cth_surefire hook module handles + group path reduction for a skipped group. This fixes a + bug manifesting with improper group path for a group + executed after a group which was skipped.
++ Own Id: OTP-19365 Aux Id: ERIERL-1157, PR-9080
+Fixed a bug where calling httpc:set_options/2 when one + of keys: ipfamily or unix_socket, was not + present, would cause the other value to get overriden by + the default value. The validation of these options was + also improved.
++ Own Id: OTP-19379 Aux Id: PR-8878, GH-8829
+If both
+ Own Id: OTP-19240 Aux Id: PR-8840, OTP-19532
+Handle decoding of EDDSA key properly, when decoding a + PEM file that contains only the public EDDSA key.
++ Own Id: OTP-19350 Aux Id: GH-9009, PR-9053
+With this change, ssh connection does not crash upon + receiving exit-signal message for an already terminated + channel.
++ Own Id: OTP-19326 Aux Id: PR-8995, GH-8929
+This document describes the changes made to the SSL application.
+Avoid generating an internal alert for case that + should have been an orderly shutdown by the supervisor. +
++ Own Id: OTP-19311 Aux Id: PR-8980
+If present, extended key-usage TLS (SSL) role check
+ (
In OTP-25.3.2.8, OTP-26.2 and OTP-27.0 these
+ requirements became too relaxed. There where two
+ problems, firstly the peer cert extension was only
+ checked if it was marked critical, and secondly the CA
+ cert check did not assert the relaxed
+
This could result in that certificates might be + misused for purposes not intended by the certificate + authority.
+Thanks to Bryan Paxton for reporting the issue.
++ Own Id: OTP-19352 Aux Id: PR-9130, CVE-2024-53846, + OTP-19240
+This document describes the changes made to the STDLIB application.
+Fixed an error in uri_string:percent_decode spec
++ Own Id: OTP-19380 Aux Id: GH-8755
+