aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-11-30 09:30:37 +0100
committerLoïc Hoguin <[email protected]>2023-11-30 09:30:37 +0100
commit2811da0bef3c8d504252c2b652654d2a50e3f40a (patch)
treeecd6e1e66b4ec4e456759f645118187c4bfe1140
parentc61c5a6163926859f724f338b7fb5a2e19c36722 (diff)
downloadci.erlang.mk-2811da0bef3c8d504252c2b652654d2a50e3f40a.tar.gz
ci.erlang.mk-2811da0bef3c8d504252c2b652654d2a50e3f40a.tar.bz2
ci.erlang.mk-2811da0bef3c8d504252c2b652654d2a50e3f40a.zip
OTP-25.3.2.5
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-25.3.2.5.README.txt42
2 files changed, 44 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 3e06534..cc726cc 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.4
+OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.5
OTP-26 := OTP-26.0.2
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.3.2.2 OTP-25.3.2.3
+ 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-25.3.2.3 OTP-25.3.2.4
OTP-26-DROPPED := OTP-26.0-rc3 \
OTP-26.0 OTP-26.0.1
diff --git a/release-notes/OTP-25.3.2.5.README.txt b/release-notes/OTP-25.3.2.5.README.txt
new file mode 100644
index 0000000..c41ded4
--- /dev/null
+++ b/release-notes/OTP-25.3.2.5.README.txt
@@ -0,0 +1,42 @@
+Patch Package: OTP 25.3.2.5
+Git Tag: OTP-25.3.2.5
+Date: 2023-07-31
+Trouble Report Id: OTP-18688
+Seq num: ERIERL-962
+System: OTP
+Release: 25
+Application: inets-8.3.1.1
+Predecessor: OTP 25.3.2.4
+
+ Check out the git tag OTP-25.3.2.5, 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.
+
+ ---------------------------------------------------------------------
+ --- inets-8.3.1.1 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The inets-8.3.1.1 application can be applied independently of other
+ applications on a full OTP 25 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18688 Application(s): inets
+ Related Id(s): ERIERL-962
+
+ Fixed a bug so httpd does not crash when stopped at the
+ wrong time during TLS connection negotiation, or any
+ other theoretically as slow connection setup.
+
+
+ Full runtime dependencies of inets-8.3.1.1: erts-6.0, kernel-6.0,
+ mnesia-4.12, public_key-1.13, runtime_tools-1.8.14, ssl-9.0,
+ stdlib-4.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+