aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-08-04 12:26:54 +0200
committerLoïc Hoguin <[email protected]>2020-08-04 12:26:54 +0200
commit8d87ef313193f6084577cde2f092cb4adec7cabf (patch)
treea352c3608a3c92f748aeba93c68a90bf8142b8e2
parente833332a0df355a4c203af419c742ca0093328c0 (diff)
downloadci.erlang.mk-8d87ef313193f6084577cde2f092cb4adec7cabf.tar.gz
ci.erlang.mk-8d87ef313193f6084577cde2f092cb4adec7cabf.tar.bz2
ci.erlang.mk-8d87ef313193f6084577cde2f092cb4adec7cabf.zip
OTP-22.3.4.5
-rw-r--r--early-plugins.mk5
-rw-r--r--release-notes/OTP-22.3.4.5.README.txt40
2 files changed, 43 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 978ae70..43a6fa7 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -27,7 +27,7 @@ OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.11
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.13
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.26
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.17
-OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.4
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.5
OTP-23 := OTP-23.0.3
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
@@ -84,7 +84,8 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
OTP-22.1 OTP-22.1.1 OTP-22.1.2 OTP-22.1.3 OTP-22.1.4 OTP-22.1.5 \
OTP-22.1.6 OTP-22.1.7 OTP-22.2 OTP-22.2.1 OTP-22.2.2 OTP-22.2.3 \
OTP-22.2.4 OTP-22.2.6 OTP-22.2.7 OTP-22.3 OTP-22.3.1 OTP-22.3.2 \
- OTP-22.3.3 OTP-22.3.4 OTP-22.3.4.1 OTP-22.3.4.2 OTP-22.3.4.3
+ OTP-22.3.3 OTP-22.3.4 OTP-22.3.4.1 OTP-22.3.4.2 OTP-22.3.4.3 \
+ OTP-22.3.4.4
OTP-23-DROPPED := OTP-23.0-rc1 OTP-23.0-rc2 OTP-23.0-rc3 OTP-23.0 OTP-23.0.1 \
OTP-23.0.2
diff --git a/release-notes/OTP-22.3.4.5.README.txt b/release-notes/OTP-22.3.4.5.README.txt
new file mode 100644
index 0000000..a2c16dd
--- /dev/null
+++ b/release-notes/OTP-22.3.4.5.README.txt
@@ -0,0 +1,40 @@
+Patch Package: OTP 22.3.4.5
+Git Tag: OTP-22.3.4.5
+Date: 2020-08-03
+Trouble Report Id: OTP-16775
+Seq num: ERIERL-519
+System: OTP
+Release: 22
+Application: inets-7.1.3.2
+Predecessor: OTP 22.3.4.4
+
+ Check out the git tag OTP-22.3.4.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-7.1.3.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The inets-7.1.3.2 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16775 Application(s): inets
+ Related Id(s): ERIERL-519
+
+ Fix a crash in http server when setopts is called on a
+ socket closed by the peer.
+
+
+ Full runtime dependencies of inets-7.1.3.2: erts-6.0, kernel-3.0,
+ mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+