aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-01-26 17:05:15 +0100
committerLoïc Hoguin <[email protected]>2021-01-26 17:05:15 +0100
commit404add232b0425f7ae3bfbd38244c29a6cbe2540 (patch)
tree69ad6a609ab88fa7f98bcb55318284568e1a91a1
parent6c988b733b4100908ffc7a809be4c3e020258f27 (diff)
downloadci.erlang.mk-404add232b0425f7ae3bfbd38244c29a6cbe2540.tar.gz
ci.erlang.mk-404add232b0425f7ae3bfbd38244c29a6cbe2540.tar.bz2
ci.erlang.mk-404add232b0425f7ae3bfbd38244c29a6cbe2540.zip
OTP-21.3.8.20
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.3.8.20.README.txt49
2 files changed, 51 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index b295afa..6f15873 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -26,7 +26,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.19
+OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.20
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.15
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.3
@@ -78,7 +78,7 @@ OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \
OTP-21.3.7 OTP-21.3.8 OTP-21.3.8.1 OTP-21.3.8.2 OTP-21.3.8.3 OTP-21.3.8.4 \
OTP-21.3.8.5 OTP-21.3.8.6 OTP-21.3.8.7 OTP-21.3.8.8 OTP-21.3.8.10 \
OTP-21.3.8.11 OTP-21.3.8.12 OTP-21.3.8.13 OTP-21.3.8.14 OTP-21.3.8.15 \
- OTP-21.3.8.16 OTP-21.3.8.17 OTP-21.3.8.18
+ OTP-21.3.8.16 OTP-21.3.8.17 OTP-21.3.8.18 OTP-21.3.8.19
OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
OTP-22.0.1 OTP-22.0.2 OTP-22.0.3 OTP-22.0.4 OTP-22.0.5 OTP-22.0.6 \
OTP-22.1 OTP-22.1.1 OTP-22.1.2 OTP-22.1.3 OTP-22.1.4 OTP-22.1.5 \
diff --git a/release-notes/OTP-21.3.8.20.README.txt b/release-notes/OTP-21.3.8.20.README.txt
new file mode 100644
index 0000000..eddb518
--- /dev/null
+++ b/release-notes/OTP-21.3.8.20.README.txt
@@ -0,0 +1,49 @@
+Patch Package: OTP 21.3.8.20
+Git Tag: OTP-21.3.8.20
+Date: 2021-01-25
+Trouble Report Id: OTP-16412, OTP-16607
+Seq num:
+System: OTP
+Release: 21
+Application: erl_interface-3.11.3.1
+Predecessor: OTP 21.3.8.19
+
+ Check out the git tag OTP-21.3.8.20, 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.
+
+ ---------------------------------------------------------------------
+ --- erl_interface-3.11.3.1 ------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erl_interface-3.11.3.1 application can be applied independently
+ of other applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16412 Application(s): erl_interface
+ Related Id(s): PR-2503
+
+ Fix link error "multiple definition of
+ `ei_default_socket_callbacks'" for gcc version 10 or
+ when built with gcc option -fno-common. Error exists
+ since OTP-21.3.
+
+
+ --- Known Bugs and Problems ---
+
+ OTP-16607 Application(s): erl_interface
+ Related Id(s): OTP-16608
+
+ The ei API for decoding/encoding terms is not fully
+ 64-bit compatible since terms that have a
+ representation on the external term format larger than
+ 2 GB cannot be handled.
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+