diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 7c0df19fb99c..4caf6b2fd28c 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,74 @@

This document describes the changes made to the ERTS application.

+
Erts 12.3.2.15 + +
Fixed Bugs and Malfunctions + + +

+ Fix faulty debug assert when page size is larger than + 16kb, like on PowerPC. Did crash debug VM directly at + start.

+

+ Own Id: OTP-18802

+
+ +

+ On OTP 24 and OTP 25, incoming distributed messages + larger than 64 KiB sent using an alias leaked memory if + the alias had been removed prior to entering the node. + This issue was not present on OTP 26.

+

+ Incoming distributed messages larger than 64 KiB sent + using an alias which had been removed on the receiving + node could crash the node. This crash was quite unlikely + on OTP 24 and OTP 25, but very likely on OTP 26.

+

+ 'DOWN' signals with exit reason larger than 64 KiB + directed towards a process on a node with a not matching + creation leaked memory on the receiving node. Such + signals should however be very rare.

+

+ Own Id: OTP-18885 Aux Id: GH-7834, GH-7890, PR-7915

+
+ +

+ Removed unnecessary PCRE source tar-ball.

+

+ Own Id: OTP-18902

+
+
+
+ + +
Improvements and New Features + + +

+ Removed unnecessary regexp library used when generating + yielding BIFs.

+

+ Own Id: OTP-18830 Aux Id: PR-7823

+
+ +

+ Replaced old md5 implementation with an implementation + from OpenSSL.

+

+ Own Id: OTP-18877

+
+ +

+ Removed unused makewhatis script.

+

+ Own Id: OTP-18899

+
+
+
+ +
+
Erts 12.3.2.14
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 8c30adcab336..75a56d798e62 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 12.3.2.14 +VSN = 12.3.2.15 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 544974a13e2c..72c1ef8573e5 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,22 @@

This document describes the changes made to the asn1 application.

+
Asn1 5.0.18.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix benign warning from gcc 11 about mismatching call to + free().

+

+ Own Id: OTP-18844

+
+
+
+ +
+
Asn1 5.0.18.1
Fixed Bugs and Malfunctions diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 79ed30b0a1c6..bc726b94bc52 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.18.1 +ASN1_VSN = 5.0.18.2 diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 75c29257abc6..64c1bf12c4df 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 5.2.2.1 + +
Improvements and New Features + + +

+ Replaced old md5 implementation with an implementation + from OpenSSL.

+

+ Own Id: OTP-18877

+
+
+
+ +
+
Erl_Interface 5.2.2
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index b0833390af1a..bb9b62a003e9 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 5.2.2 +EI_VSN = 5.2.2.1 ERL_INTERFACE_VSN = $(EI_VSN) diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index e48dce43ade2..1882a5b3f5fc 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,23 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.20.4.3 +
Mnesia 4.20.4.4 + +
Fixed Bugs and Malfunctions + + +

+ mnesia:add_table_copy/3 no longer fails with + reason system_limit when the node is starting.

+

+ Own Id: OTP-18850

+
+
+
+ +
+ +
Mnesia 4.20.4.3
Fixed Bugs and Malfunctions diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index 45e49055b580..6060f7ebf8b8 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.20.4.3 +MNESIA_VSN = 4.20.4.4 diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index f462e912318d..1d09d8493bbf 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,43 @@ notes.xml +
Ssh 4.13.2.4 + +
Fixed Bugs and Malfunctions + + +

+ With this change, connection handler does not execute + socket operations until it becomes socket owner. + Previously errors could occur if connection handler tried + to work with socket whose owner exited.

+

+ Own Id: OTP-18869 Aux Id: PR-7849,GH-7571

+
+ +

+ With this change (being response to CVE-2023-48795), ssh + can negotiate "strict KEX" OpenSSH extension with peers + supporting it; also 'chacha20-poly1305@openssh.com' + algorithm becomes a less preferred cipher.

+

+ If strict KEX availability cannot be ensured on both + connection sides, affected encryption modes(CHACHA and + CBC) can be disabled with standard ssh configuration. + This will provide protection against vulnerability, but + at a cost of affecting interoperability. See Configuring algorithms in + SSH.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-18897

+
+
+
+ +
+
Ssh 4.13.2.3
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 110239529a66..3088d1a071a7 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.13.2.3 +SSH_VSN = 4.13.2.4 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/make/otp_version_tickets b/make/otp_version_tickets index adb2b3042b62..c68d89543aa7 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,9 +1,11 @@ -OTP-18670 -OTP-18707 -OTP-18711 -OTP-18712 -OTP-18718 -OTP-18732 -OTP-18752 -OTP-18790 -OTP-18797 +OTP-18802 +OTP-18830 +OTP-18844 +OTP-18850 +OTP-18869 +OTP-18877 +OTP-18885 +OTP-18896 +OTP-18897 +OTP-18899 +OTP-18902