diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 82112b0cf3d2..f3b1ee08ae9f 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,35 @@
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
+gen_udp:send on domain local can leak inet_reply + messages.
++ Own Id: OTP-19332 Aux Id: #8989
+net:getifaddrs does not properly report the running + flag on windows.
++ Own Id: OTP-19366 Aux Id: OTP-19061, ERIERL-1134
+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
+This document describes the changes made to the Kernel application.
+gen_udp:send on domain local can leak inet_reply + messages.
++ Own Id: OTP-19332 Aux Id: #8989
+Failure to create an UDP IPv6 socket when inet_backend + = socket with certain IPv6 socket options.
++ Own Id: OTP-19357
+net:getifaddrs does not properly report the running + flag on windows.
++ Own Id: OTP-19366 Aux Id: OTP-19061, ERIERL-1134
+Mnesia could crash if table was deleted during + checkpoint initialization.
++ Own Id: OTP-19368 Aux Id: ERIERL-1154, PR-9093
+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
+This document describes the changes made to the SSL application.
+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
+