diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 80429bc7b4d2..81d844ff4688 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,23 @@ notes.xml +
Common_Test 1.26.2.2 + +
Improvements and New Features + + +

With this change, prefix option can be specified in + cth_conn_log option list. Option allows to specify how + much of additional information is added in raw log + output.

+

+ Own Id: OTP-19293 Aux Id: ERIERL-1139, PR-8924, PR-8931

+
+
+
+ +
+
Common_Test 1.26.2.1
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 66c11b4e2b6a..43f5ec5ed8c8 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.26.2.1 +COMMON_TEST_VSN = 1.26.2.2 diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index a26115bb296a..ac3b33c3194c 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,30 @@

This document describes the changes made to the Crypto application.

+
Crypto 5.4.2.3 + +
Fixed Bugs and Malfunctions + + +

Fixed bug that could cause blocking scheduler threads + in crypto:supports(curves) if called the first + time by more than one Erlang process. Bug exists only in + OTP-26.2.5.4.

+

+ Own Id: OTP-19316 Aux Id: GH-8971, PR-8979

+
+ +

Fixed crypto:hash_final/1 for digest types + shake128 and shake256 when using OpenSSL + 3.4 or newer.

+

+ Own Id: OTP-19329 Aux Id: GH-8997, PR-9002

+
+
+
+ +
+
Crypto 5.4.2.2
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 8d3d861a06ac..f543ec636879 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 5.4.2.2 +CRYPTO_VSN = 5.4.2.3 diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 627e76612280..53fdbbb2df1a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,22 @@ notes.xml +
Ssh 5.1.4.4 + +
Fixed Bugs and Malfunctions + + +

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

+
+
+
+ +
+
Ssh 5.1.4.3
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 29598d903486..b4e87f959231 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 5.1.4.3 +SSH_VSN = 5.1.4.4 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index df557bbe820b..492bfa1d73fd 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,41 @@

This document describes the changes made to the SSL application.

+
SSL 11.1.4.5 + +
Fixed Bugs and Malfunctions + + +

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

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

Back port certificate_authorities option for TLS-1.3 + servers to pre TLS-1.3 servers to enable them to disable + the sending of certificate authorities in their + certificate request. This will have same affect as the + the TLS-1.3 server option although it is handled by a + different mechanism in these versions, where the + functionality is described to be more of a guidance, + although some pre TLS clients have proven to make it + mandatory as in TLS-1.3 extension handling.

+

+ Own Id: OTP-19325 Aux Id: PR-9001, ERIERL-1147

+
+
+
+ +
+
SSL 11.1.4.4
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index c2a50f85ce85..84b19b002713 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 11.1.4.4 +SSL_VSN = 11.1.4.5 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 00a0f4c10aec..99549ffc0672 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,25 +1,6 @@ -OTP-19124 -OTP-19158 -OTP-19212 -OTP-19217 -OTP-19221 -OTP-19223 -OTP-19235 -OTP-19236 -OTP-19238 -OTP-19246 -OTP-19247 -OTP-19249 -OTP-19251 -OTP-19252 -OTP-19254 -OTP-19256 -OTP-19257 -OTP-19258 -OTP-19265 -OTP-19266 -OTP-19267 -OTP-19269 -OTP-19270 -OTP-19274 -OTP-19284 +OTP-19293 +OTP-19311 +OTP-19316 +OTP-19325 +OTP-19326 +OTP-19329