aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-09-06 14:31:35 +0200
committerLoïc Hoguin <[email protected]>2018-09-06 14:31:35 +0200
commite051bd0b51ed68c99fbde10d755f60efb3d9c581 (patch)
tree74d9b990bb1bc90662e5c4f27001ea29c7c262c4
parent9026123d0ee21497f704744d3f9234ca23a45b8f (diff)
downloadci.erlang.mk-e051bd0b51ed68c99fbde10d755f60efb3d9c581.tar.gz
ci.erlang.mk-e051bd0b51ed68c99fbde10d755f60efb3d9c581.tar.bz2
ci.erlang.mk-e051bd0b51ed68c99fbde10d755f60efb3d9c581.zip
OTP-21.0.8
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.0.8.README.txt73
2 files changed, 75 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index f61c267..9055bab 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.9
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.10
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.8
-OTP-21 := OTP-21.0.7
+OTP-21 := OTP-21.0.8
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21)
@@ -50,7 +50,7 @@ OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 \
OTP-20.3.6 OTP-20.3.7 OTP-20.3.8 OTP-20.3.8.1 OTP-20.3.8.2 \
OTP-20.3.8.3 OTP-20.3.8.5 OTP-20.3.8.6 OTP-20.3.8.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.0.3 OTP-21.0.4 OTP-21.0.5 OTP-21.0.6
+ OTP-21.0.3 OTP-21.0.4 OTP-21.0.5 OTP-21.0.6 OTP-21.0.7
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)
diff --git a/release-notes/OTP-21.0.8.README.txt b/release-notes/OTP-21.0.8.README.txt
new file mode 100644
index 0000000..c7f1504
--- /dev/null
+++ b/release-notes/OTP-21.0.8.README.txt
@@ -0,0 +1,73 @@
+Patch Package: OTP 21.0.8
+Git Tag: OTP-21.0.8
+Date: 2018-09-06
+Trouble Report Id: OTP-15275, OTP-15279, OTP-15280
+Seq num: ERIERL-226
+System: OTP
+Release: 21
+Application: erts-10.0.7, kernel-6.0.1
+Predecessor: OTP 21.0.7
+
+ Check out the git tag OTP-21.0.8, 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.0.7 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-10.0.7 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15275 Application(s): erts
+ Related Id(s): PR-1943
+
+ A process could get stuck in an infinite rescheduling
+ loop between normal and dirty schedulers. This bug was
+ introduced in ERTS version 10.0.
+
+ Thanks to Maxim Fedorov for finding and fixing this
+ issue.
+
+
+ OTP-15279 Application(s): erts
+ Related Id(s): ERIERL-226
+
+ Garbage collection of a distribution entry could cause
+ an emulator crash if net_kernel had not brought
+ previous connection attempts on it down properly.
+
+
+ Full runtime dependencies of erts-10.0.7: kernel-6.0, sasl-3.0.1,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- kernel-6.0.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The kernel-6.0.1 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15280 Application(s): kernel
+ Related Id(s): ERIERL-226, OTP-15279
+
+ Fixed bug in net_kernel that could cause an emulator
+ crash if certain connection attempts failed. Bug exists
+ since kernel-6.0 (OTP-21.0).
+
+
+ Full runtime dependencies of kernel-6.0.1: erts-10.0, sasl-3.0,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+