From 0c8858e200b12575872b5a754183c8c407c99c64 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 9 Oct 2024 08:58:01 +0200 Subject: [PATCH 1/3] Update copyright year --- erts/emulator/beam/beam_bp.h | 2 +- erts/emulator/test/trace_call_time_SUITE.erl | 2 +- .../test/parallel_messages_SUITE_data/visualize_throughput.html | 2 +- lib/common_test/src/test_server.erl | 2 +- lib/compiler/test/record_SUITE.erl | 2 +- lib/crypto/c_src/algorithms.c | 2 +- lib/crypto/c_src/crypto.c | 2 +- lib/inets/src/http_client/httpc.erl | 2 +- lib/inets/src/http_client/httpc_handler.erl | 2 +- lib/inets/src/http_client/httpc_internal.hrl | 2 +- lib/inets/src/http_client/httpc_request.erl | 2 +- lib/inets/src/http_client/httpc_response.erl | 2 +- lib/inets/test/httpc_SUITE.erl | 2 +- lib/kernel/doc/src/gen_sctp.xml | 2 +- lib/kernel/src/gen_sctp.erl | 2 +- lib/ssh/src/Makefile | 2 +- lib/ssh/src/ssh.erl | 2 +- lib/ssh/src/ssh_app.erl | 2 +- lib/ssh/src/ssh_connect.hrl | 2 +- lib/ssh/src/ssh_connection_sup.erl | 2 +- lib/ssh/src/ssh_info.erl | 2 +- lib/ssh/src/ssh_tcpip_forward_acceptor.erl | 2 +- lib/ssh/test/ssh_sup_SUITE.erl | 2 +- lib/ssl/src/ssl_connection.hrl | 2 +- lib/ssl/src/ssl_gen_statem.erl | 2 +- lib/ssl/src/tls_gen_connection.erl | 2 +- lib/ssl/test/openssl_tls_1_3_version_SUITE.erl | 2 +- lib/ssl/test/ssl_renegotiate_SUITE.erl | 2 +- lib/ssl/test/tls_1_3_record_SUITE.erl | 2 +- lib/stdlib/src/supervisor.erl | 2 +- lib/stdlib/src/uri_string.erl | 2 +- lib/stdlib/test/ets_SUITE_data/visualize_throughput.html | 2 +- lib/stdlib/test/uri_string_SUITE.erl | 2 +- lib/xmerl/src/xmerl.erl | 2 +- lib/xmerl/src/xmerl_html.erl | 2 +- lib/xmerl/src/xmerl_lib.erl | 2 +- lib/xmerl/src/xmerl_otpsgml.erl | 2 +- lib/xmerl/src/xmerl_sgml.erl | 2 +- lib/xmerl/src/xmerl_text.erl | 2 +- lib/xmerl/src/xmerl_xml.erl | 2 +- lib/xmerl/test/xmerl_SUITE.erl | 2 +- system/COPYRIGHT | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/erts/emulator/beam/beam_bp.h b/erts/emulator/beam/beam_bp.h index 488576b4212d..10d62494ecc9 100644 --- a/erts/emulator/beam/beam_bp.h +++ b/erts/emulator/beam/beam_bp.h @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2000-2023. All Rights Reserved. + * Copyright Ericsson AB 2000-2024. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/erts/emulator/test/trace_call_time_SUITE.erl b/erts/emulator/test/trace_call_time_SUITE.erl index b4caf1092f26..40f3fda57fc0 100644 --- a/erts/emulator/test/trace_call_time_SUITE.erl +++ b/erts/emulator/test/trace_call_time_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2011-2023. All Rights Reserved. +%% Copyright Ericsson AB 2011-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/erts/test/parallel_messages_SUITE_data/visualize_throughput.html b/erts/test/parallel_messages_SUITE_data/visualize_throughput.html index d3e68e45bbbd..0490e52596ef 100644 --- a/erts/test/parallel_messages_SUITE_data/visualize_throughput.html +++ b/erts/test/parallel_messages_SUITE_data/visualize_throughput.html @@ -4,7 +4,7 @@ - + diff --git a/lib/common_test/src/test_server.erl b/lib/common_test/src/test_server.erl index ff17a12307d8..3c2150907f9a 100644 --- a/lib/common_test/src/test_server.erl +++ b/lib/common_test/src/test_server.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2023. All Rights Reserved. +%% Copyright Ericsson AB 1996-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/compiler/test/record_SUITE.erl b/lib/compiler/test/record_SUITE.erl index df4cd82dbbf5..968f31ff0a8b 100644 --- a/lib/compiler/test/record_SUITE.erl +++ b/lib/compiler/test/record_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2023. All Rights Reserved. +%% Copyright Ericsson AB 2003-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/crypto/c_src/algorithms.c b/lib/crypto/c_src/algorithms.c index 578f79e4f1f1..b46adf685cb8 100644 --- a/lib/crypto/c_src/algorithms.c +++ b/lib/crypto/c_src/algorithms.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2010-2023. All Rights Reserved. + * Copyright Ericsson AB 2010-2024. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/crypto/c_src/crypto.c b/lib/crypto/c_src/crypto.c index fb51cf3ef5b9..a609f14c475a 100644 --- a/lib/crypto/c_src/crypto.c +++ b/lib/crypto/c_src/crypto.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2010-2023. All Rights Reserved. + * Copyright Ericsson AB 2010-2024. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_client/httpc.erl b/lib/inets/src/http_client/httpc.erl index d3c6f63102d8..31866ee3552e 100644 --- a/lib/inets/src/http_client/httpc.erl +++ b/lib/inets/src/http_client/httpc.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2023. All Rights Reserved. +%% Copyright Ericsson AB 2009-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_client/httpc_handler.erl b/lib/inets/src/http_client/httpc_handler.erl index 001277daeb36..8495e1e94288 100644 --- a/lib/inets/src/http_client/httpc_handler.erl +++ b/lib/inets/src/http_client/httpc_handler.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2002-2023. All Rights Reserved. +%% Copyright Ericsson AB 2002-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_client/httpc_internal.hrl b/lib/inets/src/http_client/httpc_internal.hrl index 9114fda3352b..d69183ae42d8 100644 --- a/lib/inets/src/http_client/httpc_internal.hrl +++ b/lib/inets/src/http_client/httpc_internal.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2005-2023. All Rights Reserved. +%% Copyright Ericsson AB 2005-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_client/httpc_request.erl b/lib/inets/src/http_client/httpc_request.erl index d712539942b5..2075d5746591 100644 --- a/lib/inets/src/http_client/httpc_request.erl +++ b/lib/inets/src/http_client/httpc_request.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2023. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_client/httpc_response.erl b/lib/inets/src/http_client/httpc_response.erl index a3b81a6f7c2e..603cd64ea8ae 100644 --- a/lib/inets/src/http_client/httpc_response.erl +++ b/lib/inets/src/http_client/httpc_response.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2023. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl index c23d0396e244..6df5b0d0a780 100644 --- a/lib/inets/test/httpc_SUITE.erl +++ b/lib/inets/test/httpc_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2023. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/kernel/doc/src/gen_sctp.xml b/lib/kernel/doc/src/gen_sctp.xml index aa264f6b3d00..4fdc79cf71af 100644 --- a/lib/kernel/doc/src/gen_sctp.xml +++ b/lib/kernel/doc/src/gen_sctp.xml @@ -4,7 +4,7 @@
- 20072022 + 20072024 Ericsson AB. All Rights Reserved. diff --git a/lib/kernel/src/gen_sctp.erl b/lib/kernel/src/gen_sctp.erl index 5091d33959d9..180e3b42dbeb 100644 --- a/lib/kernel/src/gen_sctp.erl +++ b/lib/kernel/src/gen_sctp.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2007-2022. All Rights Reserved. +%% Copyright Ericsson AB 2007-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/Makefile b/lib/ssh/src/Makefile index ee25174ed858..fa32b802ed1e 100644 --- a/lib/ssh/src/Makefile +++ b/lib/ssh/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2004-2022. All Rights Reserved. +# Copyright Ericsson AB 2004-2024. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh.erl b/lib/ssh/src/ssh.erl index ad8ca9814a56..ecdb354492c2 100644 --- a/lib/ssh/src/ssh.erl +++ b/lib/ssh/src/ssh.erl @@ -1,7 +1,7 @@ % %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2023. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_app.erl b/lib/ssh/src/ssh_app.erl index 0303b9d23200..6fcb8471f5d4 100644 --- a/lib/ssh/src/ssh_app.erl +++ b/lib/ssh/src/ssh_app.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2021. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_connect.hrl b/lib/ssh/src/ssh_connect.hrl index 4c6fdaefd4c3..07bbf6005f68 100644 --- a/lib/ssh/src/ssh_connect.hrl +++ b/lib/ssh/src/ssh_connect.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2005-2021. All Rights Reserved. +%% Copyright Ericsson AB 2005-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_connection_sup.erl b/lib/ssh/src/ssh_connection_sup.erl index 2774e4a7a44e..3d8ac4171e0a 100644 --- a/lib/ssh/src/ssh_connection_sup.erl +++ b/lib/ssh/src/ssh_connection_sup.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_info.erl b/lib/ssh/src/ssh_info.erl index 82a936b5f696..8a0a345be722 100644 --- a/lib/ssh/src/ssh_info.erl +++ b/lib/ssh/src/ssh_info.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_tcpip_forward_acceptor.erl b/lib/ssh/src/ssh_tcpip_forward_acceptor.erl index bf6ee5540d87..c3ebb902e3fb 100644 --- a/lib/ssh/src/ssh_tcpip_forward_acceptor.erl +++ b/lib/ssh/src/ssh_tcpip_forward_acceptor.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/test/ssh_sup_SUITE.erl b/lib/ssh/test/ssh_sup_SUITE.erl index 96be74b58750..79ea2187706a 100644 --- a/lib/ssh/test/ssh_sup_SUITE.erl +++ b/lib/ssh/test/ssh_sup_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2015-2023. All Rights Reserved. +%% Copyright Ericsson AB 2015-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl index cc3778cbf55f..0689fbd65f19 100644 --- a/lib/ssl/src/ssl_connection.hrl +++ b/lib/ssl/src/ssl_connection.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2013-2023. All Rights Reserved. +%% Copyright Ericsson AB 2013-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssl/src/ssl_gen_statem.erl b/lib/ssl/src/ssl_gen_statem.erl index dbc85aae635a..73d84bb54fb2 100644 --- a/lib/ssl/src/ssl_gen_statem.erl +++ b/lib/ssl/src/ssl_gen_statem.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2007-2023. All Rights Reserved. +%% Copyright Ericsson AB 2007-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssl/src/tls_gen_connection.erl b/lib/ssl/src/tls_gen_connection.erl index 2ac48ca937cc..061a68a01293 100644 --- a/lib/ssl/src/tls_gen_connection.erl +++ b/lib/ssl/src/tls_gen_connection.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2020-2023. All Rights Reserved. +%% Copyright Ericsson AB 2020-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssl/test/openssl_tls_1_3_version_SUITE.erl b/lib/ssl/test/openssl_tls_1_3_version_SUITE.erl index f7032828ae2f..3a422e33a852 100644 --- a/lib/ssl/test/openssl_tls_1_3_version_SUITE.erl +++ b/lib/ssl/test/openssl_tls_1_3_version_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2019-2022. All Rights Reserved. +%% Copyright Ericsson AB 2019-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssl/test/ssl_renegotiate_SUITE.erl b/lib/ssl/test/ssl_renegotiate_SUITE.erl index 81dd6ccda7dd..ed52faf0cda1 100644 --- a/lib/ssl/test/ssl_renegotiate_SUITE.erl +++ b/lib/ssl/test/ssl_renegotiate_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2019-2023. All Rights Reserved. +%% Copyright Ericsson AB 2019-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssl/test/tls_1_3_record_SUITE.erl b/lib/ssl/test/tls_1_3_record_SUITE.erl index 7db47144f03f..e587bb6739cc 100644 --- a/lib/ssl/test/tls_1_3_record_SUITE.erl +++ b/lib/ssl/test/tls_1_3_record_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2023. All Rights Reserved. +%% Copyright Ericsson AB 2008-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/stdlib/src/supervisor.erl b/lib/stdlib/src/supervisor.erl index aa8a5c77756a..71d6edcc57e2 100644 --- a/lib/stdlib/src/supervisor.erl +++ b/lib/stdlib/src/supervisor.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2023. All Rights Reserved. +%% Copyright Ericsson AB 1996-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/stdlib/src/uri_string.erl b/lib/stdlib/src/uri_string.erl index 6ab5c58cffee..bb3b9e77638b 100644 --- a/lib/stdlib/src/uri_string.erl +++ b/lib/stdlib/src/uri_string.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2017-2022. All Rights Reserved. +%% Copyright Ericsson AB 2017-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/stdlib/test/ets_SUITE_data/visualize_throughput.html b/lib/stdlib/test/ets_SUITE_data/visualize_throughput.html index 140568bf690c..c8fb4dc0c14e 100644 --- a/lib/stdlib/test/ets_SUITE_data/visualize_throughput.html +++ b/lib/stdlib/test/ets_SUITE_data/visualize_throughput.html @@ -4,7 +4,7 @@ - + diff --git a/lib/stdlib/test/uri_string_SUITE.erl b/lib/stdlib/test/uri_string_SUITE.erl index b1fbb48e573f..2fac4efee7f7 100644 --- a/lib/stdlib/test/uri_string_SUITE.erl +++ b/lib/stdlib/test/uri_string_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2022. All Rights Reserved. +%% Copyright Ericsson AB 2008-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl.erl b/lib/xmerl/src/xmerl.erl index 986057992b4e..d22498a9f785 100644 --- a/lib/xmerl/src/xmerl.erl +++ b/lib/xmerl/src/xmerl.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2023. All Rights Reserved. +%% Copyright Ericsson AB 2003-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl_html.erl b/lib/xmerl/src/xmerl_html.erl index 807c6afb2807..e89081bfbe56 100644 --- a/lib/xmerl/src/xmerl_html.erl +++ b/lib/xmerl/src/xmerl_html.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2016. All Rights Reserved. +%% Copyright Ericsson AB 2003-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl_lib.erl b/lib/xmerl/src/xmerl_lib.erl index c8ebc292a9e0..5c0527596012 100644 --- a/lib/xmerl/src/xmerl_lib.erl +++ b/lib/xmerl/src/xmerl_lib.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2016. All Rights Reserved. +%% Copyright Ericsson AB 2003-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl_otpsgml.erl b/lib/xmerl/src/xmerl_otpsgml.erl index 763671381180..1672e61f2a13 100644 --- a/lib/xmerl/src/xmerl_otpsgml.erl +++ b/lib/xmerl/src/xmerl_otpsgml.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2016. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl_sgml.erl b/lib/xmerl/src/xmerl_sgml.erl index 0dcd23784727..6c98cce5a725 100644 --- a/lib/xmerl/src/xmerl_sgml.erl +++ b/lib/xmerl/src/xmerl_sgml.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2016. All Rights Reserved. +%% Copyright Ericsson AB 2004-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl_text.erl b/lib/xmerl/src/xmerl_text.erl index 74eedcaf7186..eb90b1a35880 100644 --- a/lib/xmerl/src/xmerl_text.erl +++ b/lib/xmerl/src/xmerl_text.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2016. All Rights Reserved. +%% Copyright Ericsson AB 2003-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/src/xmerl_xml.erl b/lib/xmerl/src/xmerl_xml.erl index 78c73c17cb42..fe6b6abe0ea2 100644 --- a/lib/xmerl/src/xmerl_xml.erl +++ b/lib/xmerl/src/xmerl_xml.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2016. All Rights Reserved. +%% Copyright Ericsson AB 2003-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/xmerl/test/xmerl_SUITE.erl b/lib/xmerl/test/xmerl_SUITE.erl index 25e803697734..9b37a58e205c 100644 --- a/lib/xmerl/test/xmerl_SUITE.erl +++ b/lib/xmerl/test/xmerl_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2023. All Rights Reserved. +%% Copyright Ericsson AB 2008-2024. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/system/COPYRIGHT b/system/COPYRIGHT index f25f6d30e0f1..1217cbbd19b4 100644 --- a/system/COPYRIGHT +++ b/system/COPYRIGHT @@ -8,7 +8,7 @@ This software is subject to the following Copyrights and Licenses: %CopyrightBegin% -Copyright Ericsson AB 1997-2023. All Rights Reserved. +Copyright Ericsson AB 1997-2024. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 11b0438da52d2127226a8119114318576924fd73 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 9 Oct 2024 08:58:04 +0200 Subject: [PATCH 2/3] Prepare release --- erts/doc/src/notes.xml | 82 +++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- lib/common_test/doc/src/notes.xml | 32 ++++++++++++ lib/common_test/vsn.mk | 2 +- lib/compiler/doc/src/notes.xml | 17 +++++++ lib/compiler/vsn.mk | 2 +- lib/crypto/doc/src/notes.xml | 22 +++++++++ lib/crypto/vsn.mk | 2 +- lib/inets/doc/src/notes.xml | 29 ++++++++++- lib/inets/vsn.mk | 2 +- lib/kernel/doc/src/notes.xml | 34 +++++++++++++ lib/kernel/vsn.mk | 2 +- lib/public_key/doc/src/notes.xml | 19 +++++++ lib/public_key/vsn.mk | 2 +- lib/ssh/doc/src/notes.xml | 31 ++++++++++++ lib/ssh/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 53 ++++++++++++++++++++ lib/ssl/vsn.mk | 2 +- lib/stdlib/doc/src/notes.xml | 24 +++++++++ lib/stdlib/vsn.mk | 2 +- lib/xmerl/doc/src/notes.xml | 18 +++++++ lib/xmerl/vsn.mk | 2 +- make/otp_version_tickets | 37 +++++++++----- 23 files changed, 396 insertions(+), 24 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index f742835e5fb4..82112b0cf3d2 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,88 @@

This document describes the changes made to the ERTS application.

+
Erts 14.2.5.4 + +
Fixed Bugs and Malfunctions + + +

+ A bug has been fixed where receiving an SCTP message with + `gen_sctp` could waste the first fragments of a message + and only deliver the last fragment.

+

+ This happened with low probability when the OS signaled + that the socket was ready for reading in combination with + an internal time-out retry.

+

+ A bug has been fixed with a lingering time-out from after + an SCTP connect that could stop the flow of incoming + messages on an active `gen_tcp` socket.

+

+ Own Id: OTP-19235 Aux Id: ERIERL-1133, PR-8837

+
+ +

+ On Windows, successive failed socket calls caused socket + to become "uninitialized".

+

+ Own Id: OTP-19251 Aux Id: GH-8853

+
+ +

+ The socket framework fails to start on a IPv6-only + Windows machine.

+

+ Own Id: OTP-19254 Aux Id: GH-8848

+
+ +

+ An boolean option `non_block_send` for SCTP, has ben + added to be able to achieve the old behaviour to avoid + blocking send operations by passing the OS network stack + error message (`{error,eagain}` through.

+

+ Own Id: OTP-19258 Aux Id: OTP-19061, ERIERL-1134

+
+ +

+ The call `gen_tcp:send/2` could hang indefinitely despite + having set the `send_timeout` option for the following + unfortunate combination of circumstances:

+

+ * The socket has to be in passive mode. * All output + buffers had to be filled util the `high_watermark` was + hit, causing the `gen_tcp:send/2` operation to block. * + While the send operation was blocked, a + `gen_tcp:recv/2,3` call had to be done from a different + process. It had to block, waiting for data for a while + before completing the operation, and the received packet + had to fill at least 75% of the receive buffer.

+

+ Under these circumstances he information that a send + operation was waiting got lost, so the send operation + that blocked in the first placed would never return. The + data it had would be sent, though, and send operations + from other processes, still work.

+

+ This bug has been fixed.

+

+ Own Id: OTP-19267 Aux Id: GH-6455, OTP-18520, + ERIERL-1138, PR-8892

+
+ +

Fixed beam crash that could happen if resetting + call_time or call_memory trace counters of + a function while it is called. Bug exists since OTP + R16.

+

+ Own Id: OTP-19269 Aux Id: GH-8835, PR-8897

+
+
+
+ +
+
Erts 14.2.5.3
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index cb0f0e8b8723..a90639e4d0e2 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 14.2.5.3 +VSN = 14.2.5.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 746b7c78382b..80429bc7b4d2 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,38 @@ notes.xml +
Common_Test 1.26.2.1 + +
Fixed Bugs and Malfunctions + + +

+ With this change, HTML reports include jQuery version + 3.7.1.

+

+ Own Id: OTP-19252 Aux Id: PR-8858

+
+ +

+ With this change, jquery and tablesorter licenses are + added to COPYRIGHT file. Also tablesorter is updated to + version 2.32.

+

+ Own Id: OTP-19265 Aux Id: PR-8876

+
+ +

+ Fixed a bug where the sum of testcases' execution time in + HTML logs was sometimes miscalculated, and the table was + not fully printed.

+

+ Own Id: OTP-19284 Aux Id: ERIERL-1093, PR-8909

+
+
+
+ +
+
Common_Test 1.26.2
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 84cbbec60670..66c11b4e2b6a 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.26.2 +COMMON_TEST_VSN = 1.26.2.1 diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index f373d383a193..1efda853120c 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,23 @@

This document describes the changes made to the Compiler application.

+
Compiler 8.4.3.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a bug where bogus code was generated for + consecutive calls to erlang:setelement/2, potentially + crashing the emulator.

+

+ Own Id: OTP-19270 Aux Id: GH-8783 PR-8898

+
+
+
+ +
+
Compiler 8.4.3.1
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 8c777cc536a5..ba8f78031fc2 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 8.4.3.1 +COMPILER_VSN = 8.4.3.2 diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 5915cda6c966..a26115bb296a 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,28 @@

This document describes the changes made to the Crypto application.

+
Crypto 5.4.2.2 + +
Fixed Bugs and Malfunctions + + +

crypto built with --enable-fips will now accept + an OpenSSL 3 lib without fips provider as long as fips + mode is not enabled.

+

+ Own Id: OTP-19212 Aux Id: GH-8562, PR-8762

+
+ +

crypto:strong_rand_bytes/2 fixed to work on + Ubuntu pro with installed FIPS support.

+

+ Own Id: OTP-19223 Aux Id: PR-8800, GH-8769

+
+
+
+ +
+
Crypto 5.4.2.1
Improvements and New Features diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 8074054bc402..8d3d861a06ac 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 5.4.2.1 +CRYPTO_VSN = 5.4.2.2 diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 0add69c35168..c20fb36bd5e7 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,34 @@ notes.xml -
Inets 9.1 +
Inets 9.1.0.1 + +
Fixed Bugs and Malfunctions + + +

+ With this change, HTTP client, when returning an + asynchronous request, now correctly takes into account + `OptionRequest - full_result`

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-19158

+
+ +

+ With this change, synchronous httpc:request now timeouts + after `Timeout` specified in `HttpOption {timeout, + Timeout}`

+

+ Own Id: OTP-19221 Aux Id: ERIERL-1091, PR-8788, PR-8801

+
+
+
+ +
+ +
Inets 9.1
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index eb20b7960389..318bc22f6496 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 9.1 +INETS_VSN = 9.1.0.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 10005a6e1146..cb22223bf1d3 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,40 @@

This document describes the changes made to the Kernel application.

+
Kernel 9.2.4.3 + +
Fixed Bugs and Malfunctions + + +

+ A bug has been fixed where receiving an SCTP message with + `gen_sctp` could waste the first fragments of a message + and only deliver the last fragment.

+

+ This happened with low probability when the OS signaled + that the socket was ready for reading in combination with + an internal time-out retry.

+

+ A bug has been fixed with a lingering time-out from after + an SCTP connect that could stop the flow of incoming + messages on an active `gen_tcp` socket.

+

+ Own Id: OTP-19235 Aux Id: ERIERL-1133, PR-8837

+
+ +

+ An boolean option `non_block_send` for SCTP, has ben + added to be able to achieve the old behaviour to avoid + blocking send operations by passing the OS network stack + error message (`{error,eagain}` through.

+

+ Own Id: OTP-19258 Aux Id: OTP-19061, ERIERL-1134

+
+
+
+ +
+
Kernel 9.2.4.2
Fixed Bugs and Malfunctions diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index c36da67bcbe0..3967b02e15f8 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 9.2.4.2 +KERNEL_VSN = 9.2.4.3 diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 1e3b1c772160..6e130d88df3a 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,25 @@ notes.xml +
Public_Key 1.15.1.3 + +
Improvements and New Features + + +

+ Do not hide crypto badarg reason, this error handling + enhancement facilitates debugging. These kind of runtime + errors are not documented and should never be relied on + for matching, they are intended for catching input errors + early.

+

+ Own Id: OTP-19238 Aux Id: PR-8831

+
+
+
+ +
+
Public_Key 1.15.1.2
Fixed Bugs and Malfunctions diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index 3a3fe61d7494..d2afff909e4c 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.15.1.2 +PUBLIC_KEY_VSN = 1.15.1.3 diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 604da380177a..627e76612280 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,37 @@ notes.xml +
Ssh 5.1.4.3 + +
Fixed Bugs and Malfunctions + + +

+ With this change, a race condition is removed from ssh + client connection setup procedure.

+

+ Own Id: OTP-19124 Aux Id: GH-7550, PR-8766

+
+ +

+ With this change, ssh:connect is not affected by presence + of EXIT message in queue.

+

+ Own Id: OTP-19246 Aux Id: GH-8223, PR-8854

+
+ +

+ With this change, ssh appends {active, false} option + after socket options received from user - so that false + value is always used.

+

+ Own Id: OTP-19247 Aux Id: PR-8226

+
+
+
+ +
+
Ssh 5.1.4.2
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index c9df1ce63ae4..29598d903486 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.2 +SSH_VSN = 5.1.4.3 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 97410c78c637..df557bbe820b 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,59 @@

This document describes the changes made to the SSL application.

+
SSL 11.1.4.4 + +
Fixed Bugs and Malfunctions + + +

+ Starting from TLS-1.3 some server handshake alerts might + arrive after ssl:connection/2,3,4 has returned. If the + socket is in active mode the controlling process will get + the alert message, but passive sockets would only get + {error, closed} on next call to ssl:recv/2,3 or + ssl/setopts/2. Passive sockets calls will now return + {error, error_alert()} instead.

+

+ Own Id: OTP-19236 Aux Id: PR-8261

+
+ +

+ Refactor trying to also make some optimizations + introduced a bug in signature algorithms checks in + OTP-26.2.1. This could manifest itself in not being able + to negotiate connections using certificates needing to + use some TLS-1.2 compatibility legacy signature schemes.

+

+ Own Id: OTP-19249 Aux Id: ERIERL-1137, PR-8866

+
+ +

+ Servers configured to support only version (pre TLS-1.2) + should ignore hello version extension, as it is an + unknown extension to them, this will result in that new + clients that do not support the old server version will + get an insufficient security alert from the server and + not a protocol version alert, this is consistent with how + old servers not able to support higher protocol versions + work.

+

+ Own Id: OTP-19257 Aux Id: ERIERL-1131

+
+ +

+ Correct timeout handling for termination code run for own + alerts, so that intended timeout is used instead of + falling back to OS TCP-stack timeout that is unreasonably + long on some platforms.

+

+ Own Id: OTP-19274 Aux Id: PR-8901

+
+
+
+ +
+
SSL 11.1.4.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index df0f351c53be..c2a50f85ce85 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 11.1.4.3 +SSL_VSN = 11.1.4.4 diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index d4a0a57b2f5f..78db9b37c0df 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,30 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 5.2.3.2 + +
Fixed Bugs and Malfunctions + + +

+ With this change, shutdown procedure handles a race + condition between supervisor executing a shutdown and + child process termination from other reason.

+

+ Own Id: OTP-19256 Aux Id: PR-8780

+
+ +

+ With this change, uri_string:normalize assumes empty path + (do not crash) when no path is provided in the URI map.

+

+ Own Id: OTP-19266 Aux Id: ERIERL-1127, PR-8890

+
+
+
+ +
+
STDLIB 5.2.3.1
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index 5d944f92c7f1..a482e1745a97 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 5.2.3.1 +STDLIB_VSN = 5.2.3.2 diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 886fd8230aea..8af33c2f1c06 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -32,6 +32,24 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.3.34.1 + +
Fixed Bugs and Malfunctions + + +

+ Corrected export functions from internal structure to XML + so xmlText items of type cdata are handled correctly. + They were just exported as normal text instead of output + in a CDATA section.

+

+ Own Id: OTP-19217 Aux Id: ERIERL-1104

+
+
+
+ +
+
Xmerl 1.3.34
Fixed Bugs and Malfunctions diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk index 1c716b2073b2..edf19364f110 100644 --- a/lib/xmerl/vsn.mk +++ b/lib/xmerl/vsn.mk @@ -1 +1 @@ -XMERL_VSN = 1.3.34 +XMERL_VSN = 1.3.34.1 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 77d046fba766..00a0f4c10aec 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,12 +1,25 @@ -OTP-17848 -OTP-19119 -OTP-19168 -OTP-19170 -OTP-19173 -OTP-19175 -OTP-19178 -OTP-19179 -OTP-19187 -OTP-19205 -OTP-19206 -OTP-19213 +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 From b6e7e233d0b781728e745dc04f4cb2645c6632ec Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 9 Oct 2024 08:58:06 +0200 Subject: [PATCH 3/3] Updated OTP version --- OTP_VERSION | 2 +- otp_versions.table | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OTP_VERSION b/OTP_VERSION index be92620936c9..461faa9f3758 100644 --- a/OTP_VERSION +++ b/OTP_VERSION @@ -1 +1 @@ -26.2.5.3 +26.2.5.4 diff --git a/otp_versions.table b/otp_versions.table index 01f77b730ac2..300f0efaab36 100644 --- a/otp_versions.table +++ b/otp_versions.table @@ -1,3 +1,4 @@ +OTP-26.2.5.4 : common_test-1.26.2.1 compiler-8.4.3.2 crypto-5.4.2.2 erts-14.2.5.4 inets-9.1.0.1 kernel-9.2.4.3 public_key-1.15.1.3 ssh-5.1.4.3 ssl-11.1.4.4 stdlib-5.2.3.2 xmerl-1.3.34.1 # asn1-5.2.2 debugger-5.3.4 dialyzer-5.1.3 diameter-2.3.2.2 edoc-1.2.1 eldap-1.2.12 erl_docgen-1.5.2 erl_interface-5.5.1 et-1.7 eunit-2.9 ftp-1.2.1.1 jinterface-1.14 megaco-4.5 mnesia-4.23.1 observer-2.15.1 odbc-2.14.2 os_mon-2.9.1 parsetools-2.5 reltool-1.0 runtime_tools-2.0.1 sasl-4.2.1 snmp-5.15 syntax_tools-3.1 tftp-1.1.1 tools-3.6 wx-2.4.1 : OTP-26.2.5.3 : compiler-8.4.3.1 diameter-2.3.2.2 erts-14.2.5.3 ftp-1.2.1.1 kernel-9.2.4.2 public_key-1.15.1.2 ssh-5.1.4.2 ssl-11.1.4.3 # asn1-5.2.2 common_test-1.26.2 crypto-5.4.2.1 debugger-5.3.4 dialyzer-5.1.3 edoc-1.2.1 eldap-1.2.12 erl_docgen-1.5.2 erl_interface-5.5.1 et-1.7 eunit-2.9 inets-9.1 jinterface-1.14 megaco-4.5 mnesia-4.23.1 observer-2.15.1 odbc-2.14.2 os_mon-2.9.1 parsetools-2.5 reltool-1.0 runtime_tools-2.0.1 sasl-4.2.1 snmp-5.15 stdlib-5.2.3.1 syntax_tools-3.1 tftp-1.1.1 tools-3.6 wx-2.4.1 xmerl-1.3.34 : OTP-26.2.5.2 : crypto-5.4.2.1 erts-14.2.5.2 ssl-11.1.4.2 stdlib-5.2.3.1 # asn1-5.2.2 common_test-1.26.2 compiler-8.4.3 debugger-5.3.4 dialyzer-5.1.3 diameter-2.3.2.1 edoc-1.2.1 eldap-1.2.12 erl_docgen-1.5.2 erl_interface-5.5.1 et-1.7 eunit-2.9 ftp-1.2.1 inets-9.1 jinterface-1.14 kernel-9.2.4.1 megaco-4.5 mnesia-4.23.1 observer-2.15.1 odbc-2.14.2 os_mon-2.9.1 parsetools-2.5 public_key-1.15.1.1 reltool-1.0 runtime_tools-2.0.1 sasl-4.2.1 snmp-5.15 ssh-5.1.4.1 syntax_tools-3.1 tftp-1.1.1 tools-3.6 wx-2.4.1 xmerl-1.3.34 : OTP-26.2.5.1 : 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 # asn1-5.2.2 common_test-1.26.2 compiler-8.4.3 crypto-5.4.2 debugger-5.3.4 dialyzer-5.1.3 edoc-1.2.1 eldap-1.2.12 erl_docgen-1.5.2 erl_interface-5.5.1 et-1.7 eunit-2.9 ftp-1.2.1 inets-9.1 jinterface-1.14 megaco-4.5 mnesia-4.23.1 observer-2.15.1 odbc-2.14.2 os_mon-2.9.1 parsetools-2.5 reltool-1.0 runtime_tools-2.0.1 sasl-4.2.1 snmp-5.15 stdlib-5.2.3 syntax_tools-3.1 tftp-1.1.1 tools-3.6 wx-2.4.1 xmerl-1.3.34 :