aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-11-30 09:29:22 +0100
committerLoïc Hoguin <[email protected]>2023-11-30 09:29:22 +0100
commitc1d58d615c277c6ee74f1ebc0a4b0e84ecf75a29 (patch)
tree80535964b4bc4b9169887f5cf0bdd2165b8ec19b
parent7505abe27d3afa5e98bcffcb3e968077c289a502 (diff)
downloadci.erlang.mk-c1d58d615c277c6ee74f1ebc0a4b0e84ecf75a29.tar.gz
ci.erlang.mk-c1d58d615c277c6ee74f1ebc0a4b0e84ecf75a29.tar.bz2
ci.erlang.mk-c1d58d615c277c6ee74f1ebc0a4b0e84ecf75a29.zip
OTP-25.3.2.3
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-25.3.2.3.README.txt211
2 files changed, 213 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 0f21680..e69dcf2 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -19,7 +19,7 @@ OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.24
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.26
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.19
OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.13
-OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.2
+OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.3
OTP-26 := OTP-26.0.1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26)
@@ -108,7 +108,7 @@ OTP-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3 OTP-24.0 OTP-24.0.1 OTP-24.0.5 \
OTP-24.3.4.7 OTP-24.3.4.8 OTP-24.3.4.9 OTP-24.3.4.10 OTP-24.3.4.11 OTP-24.3.4.12
OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \
OTP-25.0.1 OTP-25.0.2 OTP-25.0.3 OTP-25.1 OTP-25.1.1 OTP-25.1.2 OTP-25.2 \
- OTP-25.2.1 OTP-25.2.2 OTP-25.3 OTP-25.3.1 OTP-25.3.2 OTP-25.3.2.1
+ OTP-25.2.1 OTP-25.2.2 OTP-25.3 OTP-25.3.1 OTP-25.3.2 OTP-25.3.2.1 OTP-25.3.2.2
OTP-26-DROPPED := OTP-26.0-rc3 \
OTP-26.0
diff --git a/release-notes/OTP-25.3.2.3.README.txt b/release-notes/OTP-25.3.2.3.README.txt
new file mode 100644
index 0000000..85217ad
--- /dev/null
+++ b/release-notes/OTP-25.3.2.3.README.txt
@@ -0,0 +1,211 @@
+Patch Package: OTP 25.3.2.3
+Git Tag: OTP-25.3.2.3
+Date: 2023-06-29
+Trouble Report Id: OTP-18618, OTP-18626, OTP-18635, OTP-18643,
+ OTP-18644, OTP-18650, OTP-18659
+Seq num: ERIERL-932, GH-7336, GH-7356
+System: OTP
+Release: 25
+Application: compiler-8.2.6.3, debugger-5.3.1.1,
+ erts-13.2.2.2, kernel-8.5.4.1, ssl-10.9.1.1,
+ stdlib-4.3.1.2
+Predecessor: OTP 25.3.2.2
+
+ Check out the git tag OTP-25.3.2.3, and build a full OTP system
+ including documentation. Apply one or more applications from this
+ build as patches to your installation using the 'otp_patch_apply'
+ tool. For information on install requirements, see descriptions for
+ each application version below.
+
+ ---------------------------------------------------------------------
+ --- compiler-8.2.6.3 ------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-8.2.6.3 application can be applied independently of
+ other applications on a full OTP 25 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18626 Application(s): compiler
+ Related Id(s): GH-7356
+
+ Fixed a bug that could cause the stack trace of throw
+ exceptions to be erroneously optimized out.
+
+
+ Full runtime dependencies of compiler-8.2.6.3: crypto-5.1, erts-13.0,
+ kernel-8.4, stdlib-4.0
+
+
+ ---------------------------------------------------------------------
+ --- debugger-5.3.1.1 ------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The debugger-5.3.1.1 application can be applied independently of
+ other applications on a full OTP 25 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18644 Application(s): debugger
+ Related Id(s): GH-7336
+
+ The call int:no_break(Module) did not remove any
+ breakpoints.
+
+
+ Full runtime dependencies of debugger-5.3.1.1: compiler-8.0,
+ erts-12.0, kernel-8.0, stdlib-3.15, wx-2.0
+
+
+ ---------------------------------------------------------------------
+ --- erts-13.2.2.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-13.2.2.2 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 25 installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- kernel-8.5 (first satisfied in OTP 25.1)
+ -- stdlib-4.1 (first satisfied in OTP 25.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18635 Application(s): erts, kernel
+ Related Id(s): #7328
+
+ Multiple socket:accept calls issue. When making
+ multiple accept calls, only the last call is active.
+
+
+ OTP-18659 Application(s): erts, stdlib
+ Related Id(s): PR-7426
+
+ The following functions are now much faster when given
+ a long list or binary:
+
+ -- erlang:list_to_integer/1
+
+ -- erlang:binary_to_integer/1
+
+ -- erlang:binary_to_integer/2
+
+ -- erlang:list_to_integer/2
+
+ -- string:to_integer/1
+
+
+ Full runtime dependencies of erts-13.2.2.2: kernel-8.5, sasl-3.3,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- kernel-8.5.4.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The kernel-8.5.4.1 application *cannot* be applied
+ independently of other applications on an arbitrary OTP 25
+ installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- erts-13.1.3 (first satisfied in OTP 25.2)
+ -- stdlib-4.1.1 (first satisfied in OTP 25.1.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18635 Application(s): erts, kernel
+ Related Id(s): #7328
+
+ Multiple socket:accept calls issue. When making
+ multiple accept calls, only the last call is active.
+
+
+ OTP-18650 Application(s): kernel
+
+ gen_udp:connect with inet_backend = socket fails when
+ the Address is a hostname (string or atom).
+
+
+ Full runtime dependencies of kernel-8.5.4.1: crypto-5.0, erts-13.1.3,
+ sasl-3.0, stdlib-4.1.1
+
+
+ ---------------------------------------------------------------------
+ --- ssl-10.9.1.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The ssl-10.9.1.1 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 25 installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependency has to be satisfied:
+ -- stdlib-4.1 (first satisfied in OTP 25.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18643 Application(s): ssl
+ Related Id(s): ERIERL-932
+
+ Added keylog information to all protocol versions in
+ ssl:connection_information/2.
+
+
+ --- Improvements and New Features ---
+
+ OTP-18618 Application(s): ssl
+ Related Id(s): ERIERL-932
+
+ Add RFC-6083 considerations for DTLS to enable gen_sctp
+ based callback for the transport.
+
+
+ Full runtime dependencies of ssl-10.9.1.1: crypto-5.0, erts-10.0,
+ inets-5.10.7, kernel-8.4, public_key-1.11.3, runtime_tools-1.15.1,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-4.3.1.2 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The stdlib-4.3.1.2 application *cannot* be applied
+ independently of other applications on an arbitrary OTP 25
+ installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- erts-13.1 (first satisfied in OTP 25.1)
+ -- kernel-8.5.1 (first satisfied in OTP 25.1.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18659 Application(s): erts, stdlib
+ Related Id(s): PR-7426
+
+ The following functions are now much faster when given
+ a long list or binary:
+
+ -- erlang:list_to_integer/1
+
+ -- erlang:binary_to_integer/1
+
+ -- erlang:binary_to_integer/2
+
+ -- erlang:list_to_integer/2
+
+ -- string:to_integer/1
+
+
+ Full runtime dependencies of stdlib-4.3.1.2: compiler-5.0,
+ crypto-4.5, erts-13.1, kernel-8.5.1, sasl-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+