1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
|