aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-10 14:56:58 +0200
committerLoïc Hoguin <[email protected]>2018-08-10 14:56:58 +0200
commit8e093b706daa58f843fb7573046046dab41bc756 (patch)
tree390d03e9945ad9772238d9e4342bfaebf7ed0084
parent7c9c783f8b8f1c01af4b39665a3c6c8d883ecee0 (diff)
downloadci.erlang.mk-8e093b706daa58f843fb7573046046dab41bc756.tar.gz
ci.erlang.mk-8e093b706daa58f843fb7573046046dab41bc756.tar.bz2
ci.erlang.mk-8e093b706daa58f843fb7573046046dab41bc756.zip
OTP-20.3.8.5
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-20.3.8.4.README.txt49
-rw-r--r--release-notes/OTP-20.3.8.5.README.txt176
3 files changed, 227 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index ac2cb0e..8f38dd2 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.3
+OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.5
OTP-21 := OTP-21.0.4
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.3.8.1 OTP-20.3.8.2
+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-20.3.8.2 OTP-20.3.8.3
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-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)
diff --git a/release-notes/OTP-20.3.8.4.README.txt b/release-notes/OTP-20.3.8.4.README.txt
new file mode 100644
index 0000000..d8f381e
--- /dev/null
+++ b/release-notes/OTP-20.3.8.4.README.txt
@@ -0,0 +1,49 @@
+Patch Package: OTP 20.3.8.4
+Git Tag: OTP-20.3.8.4
+Date: 2018-08-03
+Trouble Report Id: OTP-14440
+Seq num: ERIERL-220
+System: OTP
+Release: 20
+Application: asn1-5.0.5.1
+Predecessor: OTP 20.3.8.3
+
+ Check out the git tag OTP-20.3.8.4, 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.
+
+ ---------------------------------------------------------------------
+ --- asn1-5.0.5.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The asn1-5.0.5.1 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-14440 Application(s): asn1
+ Related Id(s): ERIERL-220
+
+ A bug in ASN.1 BER decoding has been fixed. When
+ decoding a recursively enclosed term the length was not
+ propagated to that term decoding, so if the length of
+ the enclosed term was longer than the enclosing that
+ error was not dectected.
+
+ A hard coded C stack limitation for decoding recursive
+ ASN.1 terms has been introduced. This is currently set
+ to 8 kWords giving a nesting depth of about 1000
+ levels. Deeper terms can not be decoded, which should
+ not be much of a real world limitation.
+
+
+ Full runtime dependencies of asn1-5.0.5.1: erts-7.0, kernel-3.0,
+ stdlib-2.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+
diff --git a/release-notes/OTP-20.3.8.5.README.txt b/release-notes/OTP-20.3.8.5.README.txt
new file mode 100644
index 0000000..193aec5
--- /dev/null
+++ b/release-notes/OTP-20.3.8.5.README.txt
@@ -0,0 +1,176 @@
+Patch Package: OTP 20.3.8.5
+Git Tag: OTP-20.3.8.5
+Date: 2018-08-10
+Trouble Report Id: OTP-15168, OTP-15194, OTP-15203, OTP-15204,
+ OTP-15221, OTP-15223, OTP-15225, OTP-15226
+Seq num: ERIERL-217, ERIERL-221, ERL-673, ERL-679
+System: OTP
+Release: 20
+Application: compiler-7.1.5.1, crypto-4.2.2.1,
+ erts-9.3.3.3, mnesia-4.15.3.1, ssl-8.2.6.2
+Predecessor: OTP 20.3.8.4
+
+ Check out the git tag OTP-20.3.8.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.
+
+ ---------------------------------------------------------------------
+ --- POTENTIAL INCOMPATIBILITIES -------------------------------------
+ ---------------------------------------------------------------------
+
+ OTP-15225 Application(s): erts
+
+ Fixed a bug causing some Erlang references to be
+ inconsistently ordered. This could for example cause
+ failure to look up certain elements with references as
+ keys in search data structures. This bug was introduced
+ in R13B02.
+
+ Thanks to Simon Cornish for finding the bug and
+ supplying a fix.
+
+
+ ---------------------------------------------------------------------
+ --- compiler-7.1.5.1 ------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.1.5.1 application can be applied independently of
+ other applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15204 Application(s): compiler
+ Related Id(s): ERL-679
+
+ Fixed an issue where files compiled with the
+ +deterministic option differed if they were compiled in
+ a different directory but were otherwise identical.
+
+
+ Full runtime dependencies of compiler-7.1.5.1: crypto-3.6, erts-9.0,
+ hipe-3.12, kernel-4.0, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- crypto-4.2.2.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-4.2.2.1 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15194 Application(s): crypto
+ Related Id(s): ERL-673
+
+ Fixed a node crash in crypto:compute_key(ecdh, ...)
+ when passing a wrongly typed Others argument.
+
+
+ Full runtime dependencies of crypto-4.2.2.1: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- erts-9.3.3.3 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-9.3.3.3 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15223 Application(s): erts
+
+ Fixed a bug which caused an emulator crash when
+ enif_send() was called by a NIF that executed on a
+ dirty scheduler. The bug was either triggered when the
+ NIF called enif_send() without a message environment,
+ or when the process executing the NIF was send traced.
+
+
+ OTP-15225 Application(s): erts
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
+ Fixed a bug causing some Erlang references to be
+ inconsistently ordered. This could for example cause
+ failure to look up certain elements with references as
+ keys in search data structures. This bug was introduced
+ in R13B02.
+
+ Thanks to Simon Cornish for finding the bug and
+ supplying a fix.
+
+
+ Full runtime dependencies of erts-9.3.3.3: kernel-5.0, sasl-3.0.1,
+ stdlib-3.0
+
+
+ ---------------------------------------------------------------------
+ --- mnesia-4.15.3.1 -------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The mnesia-4.15.3.1 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15221 Application(s): mnesia
+ Related Id(s): ERIERL-217
+
+ When master node is set do not force a load from
+ ram_copies replica when there are no available
+ disc_copies, since that would load an empty table. Wait
+ until a disk replica is available or until user
+ explicitly force_loads the table.
+
+
+ OTP-15226 Application(s): mnesia
+ Related Id(s): ERIERL-221
+
+ Allow to add replicas even if all other replicas are
+ down when the other replicase are not stored on disk.
+
+
+ Full runtime dependencies of mnesia-4.15.3.1: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- ssl-8.2.6.2 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The ssl-8.2.6.2 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
+ dependencies have to be satisfied:
+ -- crypto-4.2 (first satisfied in OTP 20.2)
+ -- public_key-1.5 (first satisfied in OTP 20.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15168 Application(s): ssl
+
+ Correct handling of empty server SNI extension
+
+
+ OTP-15203 Application(s): ssl
+
+ Correct cipher suite handling for ECDHE_*, the
+ incorrect handling could cause an incorrrect suite to
+ be selected and most likly fail the handshake.
+
+
+ Full runtime dependencies of ssl-8.2.6.2: crypto-4.2, erts-7.0,
+ inets-5.10.7, kernel-3.0, public_key-1.5, stdlib-3.2
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+