aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-09-08 14:23:48 +0200
committerLoïc Hoguin <[email protected]>2021-09-08 14:23:48 +0200
commit65be0c495d2e1fd3e1bb216c082872cb4f8494be (patch)
tree273a33ecda3260f3c730deba71655911990cc780
parentbd1349c13bf7599eab0a394de15c95e4c371bd1a (diff)
downloadci.erlang.mk-65be0c495d2e1fd3e1bb216c082872cb4f8494be.tar.gz
ci.erlang.mk-65be0c495d2e1fd3e1bb216c082872cb4f8494be.tar.bz2
ci.erlang.mk-65be0c495d2e1fd3e1bb216c082872cb4f8494be.zip
OTP-23.3.4.7
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-23.3.4.7.README.txt85
2 files changed, 87 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index d0491a3..126e970 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -17,7 +17,7 @@ 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.24
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.21
-OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.6
+OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.7
OTP-24 := OTP-24.0.6
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24)
@@ -86,7 +86,7 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
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 OTP-23.0.3 OTP-23.1 OTP-23.1.1 OTP-23.1.2 OTP-23.1.3 OTP-23.1.4 \
OTP-23.2 OTP-23.2.1 OTP-23.2.3 OTP-23.2.4 OTP-23.3.1 OTP-23.3.2 OTP-23.2.7.2 \
- OTP-23.3.3 OTP-23.3.4 OTP-23.3.4.1 OTP-23.3.4.5
+ OTP-23.3.3 OTP-23.3.4 OTP-23.3.4.1 OTP-23.3.4.5 OTP-23.3.4.6
OTP-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3 OTP-24.0 OTP-24.0.1 OTP-24.0.5
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
diff --git a/release-notes/OTP-23.3.4.7.README.txt b/release-notes/OTP-23.3.4.7.README.txt
new file mode 100644
index 0000000..a25d840
--- /dev/null
+++ b/release-notes/OTP-23.3.4.7.README.txt
@@ -0,0 +1,85 @@
+Patch Package: OTP 23.3.4.7
+Git Tag: OTP-23.3.4.7
+Date: 2021-09-08
+Trouble Report Id: OTP-17578, OTP-17600, OTP-17604
+Seq num: ERIERL-683
+System: OTP
+Release: 23
+Application: erts-11.2.2.6, inets-7.3.2.2, kernel-7.3.1.4
+Predecessor: OTP 23.3.4.6
+
+ Check out the git tag OTP-23.3.4.7, 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.
+
+ ---------------------------------------------------------------------
+ --- erts-11.2.2.6 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-11.2.2.6 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17578 Application(s): erts, kernel
+ Related Id(s): ERIERL-683
+
+ Parsing of the result value in the native DNS resolver
+ has been made more defensive against incorrect results.
+
+
+ OTP-17604 Application(s): erts
+
+ On 32-bit computers, binary_to_term/1,2 is now more
+ resilient against corrupted binaries containing maps in
+ the external format.
+
+
+ Full runtime dependencies of erts-11.2.2.6: kernel-7.0, sasl-3.3,
+ stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ --- inets-7.3.2.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The inets-7.3.2.2 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17600 Application(s): inets
+
+ Restored HTTP headers handling in inets/mod_esi.
+
+
+ Full runtime dependencies of inets-7.3.2.2: erts-6.0, kernel-3.0,
+ mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- kernel-7.3.1.4 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The kernel-7.3.1.4 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17578 Application(s): erts, kernel
+ Related Id(s): ERIERL-683
+
+ Parsing of the result value in the native DNS resolver
+ has been made more defensive against incorrect results.
+
+
+ Full runtime dependencies of kernel-7.3.1.4: erts-11.0, sasl-3.0,
+ stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+