aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-11 15:59:42 +0200
committerLoïc Hoguin <[email protected]>2018-08-11 15:59:42 +0200
commit6461809819485b7af2a08604b444647436577cd4 (patch)
tree39132f40cdfa45390bd820b7d731deb71154eaf8
parent8e093b706daa58f843fb7573046046dab41bc756 (diff)
downloadci.erlang.mk-6461809819485b7af2a08604b444647436577cd4.tar.gz
ci.erlang.mk-6461809819485b7af2a08604b444647436577cd4.tar.bz2
ci.erlang.mk-6461809819485b7af2a08604b444647436577cd4.zip
OTP-19.3.6.10
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-19.3.6.10.README.txt95
2 files changed, 97 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 8f38dd2..2309231 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -24,7 +24,7 @@
# major release is out.
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-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.5
OTP-21 := OTP-21.0.4
@@ -43,7 +43,7 @@ OTP-LATEST := $(lastword $(foreach rel,$(OTP-18+),$(if $(findstring -rc,$(rel)),
# installations that we do not care about anymore.
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-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-19.3.6.9
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
diff --git a/release-notes/OTP-19.3.6.10.README.txt b/release-notes/OTP-19.3.6.10.README.txt
new file mode 100644
index 0000000..0abac5e
--- /dev/null
+++ b/release-notes/OTP-19.3.6.10.README.txt
@@ -0,0 +1,95 @@
+Patch Package: OTP 19.3.6.10
+Git Tag: OTP-19.3.6.10
+Date: 2018-08-11
+Trouble Report Id: OTP-15098, OTP-15158, OTP-15225
+Seq num: ERIERL-177, ERL-654
+System: OTP
+Release: 19
+Application: erts-8.3.5.5, syntax_tools-2.1.1.1
+Predecessor: OTP 19.3.6.9
+
+ Check out the git tag OTP-19.3.6.10, 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.
+
+
+ ---------------------------------------------------------------------
+ --- erts-8.3.5.5 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-8.3.5.5 application can *not* be applied independently
+ of other applications on an arbitrary OTP 19 installation.
+
+ On a full OTP 19 installation, also the following runtime
+ dependency has to be satisfied:
+ -- sasl-3.0.1 (first satisfied in OTP 19.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15158 Application(s): erts
+ Related Id(s): ERL-654
+
+ Fixed a race condition in the inet driver that could
+ cause receive to hang when the emulator was compiled
+ with gcc 8.
+
+
+ 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-8.3.5.5: kernel-5.0, sasl-3.0.1,
+ stdlib-3.0
+
+
+ ---------------------------------------------------------------------
+ --- syntax_tools-2.1.1.1 --------------------------------------------
+ ---------------------------------------------------------------------
+
+ The syntax_tools-2.1.1.1 application can be applied independently of
+ other applications on a full OTP 19 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15098 Application(s): syntax_tools
+ Related Id(s): ERIERL-177
+
+ Fix a bug regarding reverting map types.
+
+
+ Full runtime dependencies of syntax_tools-2.1.1.1: compiler-7.0,
+ erts-8.0, kernel-5.0, stdlib-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+