aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-05 16:29:53 +0100
committerLoïc Hoguin <[email protected]>2020-02-05 16:29:53 +0100
commitca92540285b351a8769c641ba118f0405164c4cc (patch)
tree01a39ec818be85b01bcc88a35d73986e453fed81
parentff8c2f1a285ab9b50acc6627f869b7e92df12d51 (diff)
downloadci.erlang.mk-ca92540285b351a8769c641ba118f0405164c4cc.tar.gz
ci.erlang.mk-ca92540285b351a8769c641ba118f0405164c4cc.tar.bz2
ci.erlang.mk-ca92540285b351a8769c641ba118f0405164c4cc.zip
OTP-21.3.8.13 and OTP-22.2.6
Also OTP-22.2.5 release notes added.
-rw-r--r--early-plugins.mk9
-rw-r--r--release-notes/OTP-21.3.8.13.README.txt81
-rw-r--r--release-notes/OTP-22.2.5.README.txt87
-rw-r--r--release-notes/OTP-22.2.6.README.txt48
4 files changed, 221 insertions, 4 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index ec9a0df..4609c15 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -26,8 +26,8 @@
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.25
-OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.12
-OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.4
+OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.13
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.6
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -71,11 +71,12 @@ 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.11 OTP-21.3.8.12
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 \
- OTP-22.1.6 OTP-22.1.7 OTP-22.2 OTP-22.2.1 OTP-22.2.2 OTP-22.2.3
+ OTP-22.1.6 OTP-22.1.7 OTP-22.2 OTP-22.2.1 OTP-22.2.2 OTP-22.2.3 \
+ OTP-22.2.4
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED)
diff --git a/release-notes/OTP-21.3.8.13.README.txt b/release-notes/OTP-21.3.8.13.README.txt
new file mode 100644
index 0000000..4ec1ae7
--- /dev/null
+++ b/release-notes/OTP-21.3.8.13.README.txt
@@ -0,0 +1,81 @@
+Patch Package: OTP 21.3.8.13
+Git Tag: OTP-21.3.8.13
+Date: 2020-02-03
+Trouble Report Id: OTP-16436, OTP-16438, OTP-16441
+Seq num: ERL-1152
+System: OTP
+Release: 21
+Application: erts-10.3.5.9, stdlib-3.8.2.3
+Predecessor: OTP 21.3.8.12
+
+ Check out the git tag OTP-21.3.8.13, 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.9 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.3.5.9 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-16436 Application(s): erts
+ Related Id(s): ERL-1152
+
+ A process could end up in a state where it got
+ endlessly rescheduled without making any progress. This
+ occurred when a system task, such as check of process
+ code (part of a code purge), was scheduled on a high
+ priority process trying to execute on a dirty
+ scheduler.
+
+
+ OTP-16438 Application(s): erts
+
+ Fixed bug in erlang:list_to_ref/1 when called with a
+ reference created by a remote note. Function
+ list_to_ref/1 is intended for debugging and not to be
+ used in application programs. Bug exist since OTP 20.0.
+
+
+ Full runtime dependencies of erts-10.3.5.9: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-3.8.2.3 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The stdlib-3.8.2.3 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16441 Application(s): stdlib
+
+ A directory traversal vulnerability has been eliminated
+ in erl_tar. erl_tar will now refuse to extract symlinks
+ that points outside the targeted extraction directory
+ and will return {error,{Path,unsafe_symlink}}. (Thanks
+ to Eric Meadows-Jönsson for the bug report and for
+ suggesting a fix.)
+
+
+ Full runtime dependencies of stdlib-3.8.2.3: compiler-5.0,
+ crypto-3.3, erts-10.0, kernel-6.0, sasl-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+
diff --git a/release-notes/OTP-22.2.5.README.txt b/release-notes/OTP-22.2.5.README.txt
new file mode 100644
index 0000000..83b04d6
--- /dev/null
+++ b/release-notes/OTP-22.2.5.README.txt
@@ -0,0 +1,87 @@
+Patch Package: OTP 22.2.5
+Git Tag: OTP-22.2.5
+Date: 2020-02-03
+Trouble Report Id: OTP-16358, OTP-16436, OTP-16441
+Seq num: ERL-1152
+System: OTP
+Release: 22
+Application: erts-10.6.3, stdlib-3.11.2
+Predecessor: OTP 22.2.4
+
+ Check out the git tag OTP-22.2.5, 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.6.3 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.6.3 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 22 installation.
+
+ On a full OTP 22 installation, also the following runtime
+ dependency has to be satisfied:
+ -- kernel-6.5.1 (first satisfied in OTP 22.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16436 Application(s): erts
+ Related Id(s): ERL-1152
+
+ A process could end up in a state where it got
+ endlessly rescheduled without making any progress. This
+ occurred when a system task, such as check of process
+ code (part of a code purge), was scheduled on a high
+ priority process trying to execute on a dirty
+ scheduler.
+
+
+ --- Improvements and New Features ---
+
+ OTP-16358 Application(s): erts
+
+ Improved signal handling for processes executing dirty.
+ For example, avoid busy wait in dirty signal handler
+ process when process is doing garbage collection on
+ dirty scheduler.
+
+
+ Full runtime dependencies of erts-10.6.3: kernel-6.5.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-3.11.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The stdlib-3.11.2 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 22 installation.
+
+ On a full OTP 22 installation, also the following runtime
+ dependency has to be satisfied:
+ -- erts-10.6.2 (first satisfied in OTP 22.2.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16441 Application(s): stdlib
+
+ A directory traversal vulnerability has been eliminated
+ in erl_tar. erl_tar will now refuse to extract symlinks
+ that points outside the targeted extraction directory
+ and will return {error,{Path,unsafe_symlink}}. (Thanks
+ to Eric Meadows-Jönsson for the bug report and for
+ suggesting a fix.)
+
+
+ Full runtime dependencies of stdlib-3.11.2: compiler-5.0, crypto-3.3,
+ erts-10.6.2, kernel-6.0, sasl-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+
diff --git a/release-notes/OTP-22.2.6.README.txt b/release-notes/OTP-22.2.6.README.txt
new file mode 100644
index 0000000..5960751
--- /dev/null
+++ b/release-notes/OTP-22.2.6.README.txt
@@ -0,0 +1,48 @@
+Patch Package: OTP 22.2.6
+Git Tag: OTP-22.2.6
+Date: 2020-02-05
+Trouble Report Id: OTP-16446
+Seq num: ERL-1157
+System: OTP
+Release: 22
+Application: erts-10.6.4
+Predecessor: OTP 22.2.5
+
+ Check out the git tag OTP-22.2.6, 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.6.4 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.6.4 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 22 installation.
+
+ On a full OTP 22 installation, also the following runtime
+ dependency has to be satisfied:
+ -- kernel-6.5.1 (first satisfied in OTP 22.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ 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.
+
+
+ Full runtime dependencies of erts-10.6.4: kernel-6.5.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+