aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-05 16:01:37 +0100
committerLoïc Hoguin <[email protected]>2020-03-05 16:01:37 +0100
commit76f006ad4e81ee7f0fa0c07a072033091c19d03d (patch)
treec2b9f6ac1643fb88b3328b874dcb1d51b8d9f25e
parent1b909beb6460cf21447abcfcfbcbb9a9f611676a (diff)
downloadci.erlang.mk-76f006ad4e81ee7f0fa0c07a072033091c19d03d.tar.gz
ci.erlang.mk-76f006ad4e81ee7f0fa0c07a072033091c19d03d.tar.bz2
ci.erlang.mk-76f006ad4e81ee7f0fa0c07a072033091c19d03d.zip
OTP-21.3.8.14
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.3.8.14.README.txt68
2 files changed, 70 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 2d1a8fb..1a7b39a 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.13
+OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.14
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8
OTP-23 := OTP-23.0-rc1
@@ -77,7 +77,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.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.10 \
- OTP-21.3.8.11 OTP-21.3.8.12
+ OTP-21.3.8.11 OTP-21.3.8.12 OTP-21.3.8.13
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.14.README.txt b/release-notes/OTP-21.3.8.14.README.txt
new file mode 100644
index 0000000..2d14001
--- /dev/null
+++ b/release-notes/OTP-21.3.8.14.README.txt
@@ -0,0 +1,68 @@
+Patch Package: OTP 21.3.8.14
+Git Tag: OTP-21.3.8.14
+Date: 2020-03-05
+Trouble Report Id: OTP-16404, OTP-16446, OTP-16481
+Seq num: ERL-1127, ERL-1157
+System: OTP
+Release: 21
+Application: erts-10.3.5.10
+Predecessor: OTP 21.3.8.13
+
+ Check out the git tag OTP-21.3.8.14, 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.10 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.3.5.10 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-16404 Application(s): erts
+ Related Id(s): ERL-1127
+
+ Fixed bug in ets:update_counter/4, when called with an
+ invalid UpdateOp and a Key that does not exist, causing
+ ets:info(T,size) to return incorrect values. Bug exists
+ since OTP-19.0.2.
+
+
+ OTP-16446 Application(s): erts
+ Related Id(s): ERL-1157
+
+ A process could get into an inconsistent state where it
+ was runnable, but never scheduled for execution. This
+ could occur when a mix of normal and low priority
+ processes where scheduled on the same type of dirty
+ scheduler simultaneously.
+
+
+ OTP-16481 Application(s): erts
+
+ Corrected the valid range of the erl command line
+ argument +SDio <NumberOfDirtyIoSchedulers> from 0..1024
+ to 1..1024. +SDio 0 was erroneously allowed which just
+ caused the VM to crash on the first dirty I/O job
+ scheduled.
+
+
+ Full runtime dependencies of erts-10.3.5.10: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+