aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-09-02 12:26:42 +0200
committerLoïc Hoguin <[email protected]>2021-09-02 12:26:42 +0200
commit3cbd278a597040c00ea9d7ad506c35e23b0160ce (patch)
treef667ac1924938aee236bad928d038e9219833fb0
parent47886e15f8bc9f8591cfdbc5835ecf5095cef5a2 (diff)
downloadci.erlang.mk-3cbd278a597040c00ea9d7ad506c35e23b0160ce.tar.gz
ci.erlang.mk-3cbd278a597040c00ea9d7ad506c35e23b0160ce.tar.bz2
ci.erlang.mk-3cbd278a597040c00ea9d7ad506c35e23b0160ce.zip
OTP-21.3.8.24
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.3.8.24.README.txt61
2 files changed, 63 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index dbd893f..c27162a 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -15,7 +15,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.23
+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.19
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.1
OTP-24 := OTP-24.0.1
@@ -73,7 +73,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.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.19 OTP-21.3.8.20 \
- OTP-21.3.8.22
+ OTP-21.3.8.22 OTP-21.3.8.23
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.24.README.txt b/release-notes/OTP-21.3.8.24.README.txt
new file mode 100644
index 0000000..0a692fd
--- /dev/null
+++ b/release-notes/OTP-21.3.8.24.README.txt
@@ -0,0 +1,61 @@
+Patch Package: OTP 21.3.8.24
+Git Tag: OTP-21.3.8.24
+Date: 2021-06-01
+Trouble Report Id: OTP-17379, OTP-17448
+Seq num: GH-4898
+System: OTP
+Release: 21
+Application: erts-10.3.5.19
+Predecessor: OTP 21.3.8.23
+
+ Check out the git tag OTP-21.3.8.24, 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.19 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.3.5.19 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-17379 Application(s): erts
+ Related Id(s): PR-4804
+
+ Fix bug in match spec compilator seen to cause a stack
+ overflow crash on debug VM for certain match specs.
+ Could potentially cause problems for standard VM, but
+ has not been verified. Match specs are used by
+ ets:match/select functions and erlang:trace_pattern.
+
+
+ OTP-17448 Application(s): erts
+ Related Id(s): GH-4898, OTP-17291, PR-4903
+
+ A call to port_command() could cause a scheduler to end
+ up in an eternal loop if the port was busy and the
+ calling process had incoming signals at the time of the
+ call. This bug was introduced in OTP 23.3.2 (ERTS
+ version 11.2.1), OTP 22.3.4.18 (ERTS version
+ 10.7.2.10), and OTP 21.3.8.23 (ERTS version 10.3.5.18).
+
+
+ Full runtime dependencies of erts-10.3.5.19: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+