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
|
Patch Package: OTP 22.3.4.12
Git Tag: OTP-22.3.4.12
Date: 2020-10-20
Trouble Report Id: OTP-16837, OTP-16921, OTP-16939
Seq num: ERL-1319
System: OTP
Release: 22
Application: erts-10.7.2.5, ssl-9.6.2.3
Predecessor: OTP 22.3.4.11
Check out the git tag OTP-22.3.4.12, 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.7.2.5 ---------------------------------------------------
---------------------------------------------------------------------
Note! The erts-10.7.2.5 application *cannot* be applied independently
of other applications on an arbitrary OTP 22 installation.
On a full OTP 22 installation, also the following runtime
dependency has to be satisfied:
-- kernel-6.5.1 (first satisfied in OTP 22.2)
--- Fixed Bugs and Malfunctions ---
OTP-16939 Application(s): erts
Fixed bugs causing issues when enabling the ERTS
internal allocators on a system built with the
undocumented and unsupported SMALL_MEMORY feature.
Full runtime dependencies of erts-10.7.2.5: kernel-6.5.1, sasl-3.3,
stdlib-3.5
---------------------------------------------------------------------
--- ssl-9.6.2.3 -----------------------------------------------------
---------------------------------------------------------------------
Note! The ssl-9.6.2.3 application *cannot* be applied independently
of other applications on an arbitrary OTP 22 installation.
On a full OTP 22 installation, also the following runtime
dependency has to be satisfied:
-- public_key-1.7.2 (first satisfied in OTP 22.3)
--- Fixed Bugs and Malfunctions ---
OTP-16837 Application(s): ssl
Related Id(s): ERL-1319, OTP-16764
Correct flow ctrl checks from OTP-16764 to work as
intended. Probably will not have a noticeable affect
but will make connections more well behaved under some
circumstances.
OTP-16921 Application(s): ssl
Fix a bug that causes cross-build failure.
This change excludes the ssl.d dependency file from the
source tar balls.
Full runtime dependencies of ssl-9.6.2.3: crypto-4.2, erts-10.0,
inets-5.10.7, kernel-6.0, public_key-1.7.2, stdlib-3.5
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
|