aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-11-19 10:10:35 +0100
committerLoïc Hoguin <[email protected]>2019-11-19 10:10:35 +0100
commitec264ca1899d1caa5c9478bf8cfb6360f3cd47ec (patch)
tree1b259e22656deb99c7a4a3606951ef8697d65eb1
parent45a30f95d4ea0db1d76aec167c3bcd17570d6605 (diff)
downloadci.erlang.mk-ec264ca1899d1caa5c9478bf8cfb6360f3cd47ec.tar.gz
ci.erlang.mk-ec264ca1899d1caa5c9478bf8cfb6360f3cd47ec.tar.bz2
ci.erlang.mk-ec264ca1899d1caa5c9478bf8cfb6360f3cd47ec.zip
OTP-21.3.8.11
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.3.8.11.README.txt104
2 files changed, 106 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index b953a4e..0fe6e4b 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.24
-OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.10
+OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.11
OTP-22 := OTP-22.0.7 OTP-22.1.7
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -70,7 +70,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.2.2 OTP-21.2.3 OTP-21.2.4 OTP-21.2.5 OTP-21.2.6 OTP-21.3 \
OTP-21.3.1 OTP-21.3.2 OTP-21.3.3 OTP-21.3.4 OTP-21.3.5 OTP-21.3.6 \
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.5 OTP-21.3.8.6 OTP-21.3.8.7 OTP-21.3.8.8 OTP-21.3.8.10
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.11.README.txt b/release-notes/OTP-21.3.8.11.README.txt
new file mode 100644
index 0000000..0f397db
--- /dev/null
+++ b/release-notes/OTP-21.3.8.11.README.txt
@@ -0,0 +1,104 @@
+Patch Package: OTP 21.3.8.11
+Git Tag: OTP-21.3.8.11
+Date: 2019-11-19
+Trouble Report Id: OTP-16193, OTP-16224, OTP-16241, OTP-16243,
+ OTP-16265
+Seq num: ERL-1044, ERL-1064, ERL-1076
+System: OTP
+Release: 21
+Application: erts-10.3.5.7, ftp-1.0.2.2
+Predecessor: OTP 21.3.8.10
+
+ Check out the git tag OTP-21.3.8.11, 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-10.3.5.7 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.3.5.7 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 21 installation.
+
+ On a full OTP 21 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- kernel-6.1 (first satisfied in OTP 21.1)
+ -- sasl-3.3 (first satisfied in OTP 21.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16193 Application(s): erts
+
+ A literal area could prematurely be released before all
+ uses of it had been removed. This occurred either when
+ a terminating process had a complex exit reason
+ referring to a literal that concurrently was removed,
+ or when a terminating process continued executing a
+ dirty NIF accessing a literal (via the heap) that
+ concurrently was removed.
+
+
+ OTP-16224 Application(s): erts
+ Related Id(s): ERL-1044
+
+ Fix bug causing VM crash due to memory corruption of
+ distribution entry. Probability of crash increases if
+ Erlang distribution is frequently disconnected and
+ reestablished towards same node names. Bug exists since
+ OTP-21.0.
+
+
+ OTP-16241 Application(s): erts
+ Related Id(s): ERL-1076, OTP-16219
+
+ Fix bug where the receive marker used by the runtime to
+ do the receive queue optimization could be incorrectly
+ set. The symptom of this would be that a message that
+ should match in a receive never matches.
+
+ The bug requires the OTP-22 compiler and multiple
+ selective receives to trigger. See OTP-16219 for
+ details about the bug fix in the compiler.
+
+
+ OTP-16265 Application(s): erts
+ Related Id(s): ERL-1064
+
+ Fixed bug causing crash of VM built with configuration
+ --enable--sharing-preserving. Provoked when a sent
+ message contains both a bit string and the heap binary
+ (< 65 bytes) which the bit string was matched from. Bug
+ exists since OTP-19.0 but has seen to be easier to
+ provoke since OTP-22.1.
+
+
+ Full runtime dependencies of erts-10.3.5.7: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- ftp-1.0.2.2 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ftp-1.0.2.2 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16243 Application(s): ftp
+ Related Id(s): OTP-16056, PR-2436
+
+ A possibly infinite loop is removed.
+
+
+ Full runtime dependencies of ftp-1.0.2.2: erts-7.0, kernel-6.0,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+