aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-29 15:41:19 +0200
committerLoïc Hoguin <[email protected]>2018-06-29 15:41:19 +0200
commitc039ccad8fed6ebebc738389511bdd9fca288922 (patch)
tree92100a34cfeca7b1fc8fd0a05fe8407d36832ec6
parent8276b04fd0a26646e7119d0dedc8a2a5e2ad6535 (diff)
downloadci.erlang.mk-c039ccad8fed6ebebc738389511bdd9fca288922.tar.gz
ci.erlang.mk-c039ccad8fed6ebebc738389511bdd9fca288922.tar.bz2
ci.erlang.mk-c039ccad8fed6ebebc738389511bdd9fca288922.zip
OTP-20.3.8.2
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-20.3.8.2.README.txt110
2 files changed, 112 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 7388209..4a64ef3 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -25,7 +25,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.9
-OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.1
+OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.2
OTP-21 := OTP-21.0.1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
@@ -44,7 +44,7 @@ OTP-LATEST := $(lastword $(foreach rel,$(OTP-18+),$(if $(findstring -rc,$(rel)),
OTP-18-DROPPED := OTP-18.3.4 OTP-18.3.4.6 OTP-18.3.4.7 OTP-18.3.4.8
OTP-19-DROPPED := OTP-19.3.6 OTP-19.3.6.3 OTP-19.3.6.4 OTP-19.3.6.5 OTP-19.3.6.6 OTP-19.3.6.7 OTP-19.3.6.8
-OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 OTP-20.2.3 OTP-20.3 OTP-20.3.2 OTP-20.3.3 OTP-20.3.4 OTP-20.3.5 OTP-20.3.6 OTP-20.3.7 OTP-20.3.8
+OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 OTP-20.2.3 OTP-20.3 OTP-20.3.2 OTP-20.3.3 OTP-20.3.4 OTP-20.3.5 OTP-20.3.6 OTP-20.3.7 OTP-20.3.8 OTP-20.3.8.1
OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)
diff --git a/release-notes/OTP-20.3.8.2.README.txt b/release-notes/OTP-20.3.8.2.README.txt
new file mode 100644
index 0000000..75e4a68
--- /dev/null
+++ b/release-notes/OTP-20.3.8.2.README.txt
@@ -0,0 +1,110 @@
+Patch Package: OTP 20.3.8.2
+Git Tag: OTP-20.3.8.2
+Date: 2018-06-29
+Trouble Report Id: OTP-15067, OTP-15160, OTP-15161, OTP-15162
+Seq num: ERIERL-191, ERL-573
+System: OTP
+Release: 20
+Application: erl_interface-3.10.2.1, erts-9.3.3.1,
+ ic-4.4.4.1, kernel-5.4.3.1
+Predecessor: OTP 20.3.8.1
+
+ Check out the git tag OTP-20.3.8.2, 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.
+
+ ---------------------------------------------------------------------
+ --- erl_interface-3.10.2.1 ------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erl_interface-3.10.2.1 application can be applied independently
+ of other applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15161 Application(s): erl_interface
+ Related Id(s): ERIERL-191
+
+ Make ei_connect and friends also accept state
+ ok_simultaneous during handshake, which means the other
+ node has initiated a connection setup that will be
+ cancelled in favor of this connection.
+
+
+ ---------------------------------------------------------------------
+ --- erts-9.3.3.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-9.3.3.1 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15067 Application(s): erts
+ Related Id(s): ERL-573
+
+ Fixed a rare bug that could cause processes to be
+ scheduled after they had been freed.
+
+
+ Full runtime dependencies of erts-9.3.3.1: kernel-5.0, sasl-3.0.1,
+ stdlib-3.0
+
+
+ ---------------------------------------------------------------------
+ --- ic-4.4.4.1 ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ic-4.4.4.1 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15160 Application(s): ic
+ Related Id(s): ERIERL-191
+
+ Fixed bug in ic causing potential buffer overrun in
+ funtion oe_ei_encode_atom. Bug exists since ic-4.4.4
+ (OTP-20.3.4).
+
+
+ Full runtime dependencies of ic-4.4.4.1: erts-6.0, kernel-3.0,
+ stdlib-2.0
+
+
+ ---------------------------------------------------------------------
+ --- kernel-5.4.3.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The kernel-5.4.3.1 application can *not* be applied
+ independently of other applications on an arbitrary OTP 20
+ installation.
+
+ On a full OTP 20 installation, also the following runtime
+ dependency has to be satisfied:
+ -- erts-9.3 (first satisfied in OTP 20.3)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15162 Application(s): kernel
+ Related Id(s): ERIERL-191
+
+ Fix some potential buggy behavior in how ticks are sent
+ on inter node distribution connections. Tick is now
+ sent to c-node even if there are unsent buffered data,
+ as c-nodes need ticks in order to send reply ticks. The
+ amount of sent data was also calculated wrongly when
+ ticks were suppressed due to unsent buffered data.
+
+
+ Full runtime dependencies of kernel-5.4.3.1: erts-9.3, sasl-3.0,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+