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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
|
Patch Package: OTP 19.3.1
Git Tag: OTP-19.3.1
Date: 2017-04-04
Trouble Report Id: OTP-14242, OTP-14290, OTP-14298, OTP-14300,
OTP-14308, OTP-14313
Seq num: seq13294
System: OTP
Release: 19
Application: crypto-3.7.4, erts-8.3.1, inets-6.3.7,
ssh-4.4.2, ssl-8.1.2
Predecessor: OTP 19.3
Check out the git tag OTP-19.3.1, 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.
---------------------------------------------------------------------
--- crypto-3.7.4 ----------------------------------------------------
---------------------------------------------------------------------
The crypto-3.7.4 application can be applied independently of other
applications on a full OTP 19 installation.
--- Fixed Bugs and Malfunctions ---
OTP-14313 Application(s): crypto
Related Id(s): PR-1393
Fix a bug with AES CFB 128 for 192 and 256 bit keys.
Thanks to kellymclaughlin !
Full runtime dependencies of crypto-3.7.4: erts-6.0, kernel-3.0,
stdlib-2.0
---------------------------------------------------------------------
--- erts-8.3.1 ------------------------------------------------------
---------------------------------------------------------------------
Note! The erts-8.3.1 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-14308 Application(s): erts
Related Id(s): ERL-383
Trying to open a directory with file:read_file/1 on
Unix leaked a file descriptor. This bug has now been
fixed.
--- Known Bugs and Problems ---
OTP-14290 Application(s): erts
Invoking init:stop/0 via the SIGTERM signal, in a
non-SMP BEAM, could cause BEAM to terminate with fatal
error. This has now been fixed and the BEAM will
terminate normally when SIGTERM is received.
Full runtime dependencies of erts-8.3.1: kernel-5.0, sasl-3.0.1,
stdlib-3.0
---------------------------------------------------------------------
--- inets-6.3.7 -----------------------------------------------------
---------------------------------------------------------------------
The inets-6.3.7 application can be applied independently of other
applications on a full OTP 19 installation.
--- Fixed Bugs and Malfunctions ---
OTP-14242 Application(s): inets
Fixed a bug in ftp that made further operations after a
recv_chunk operation impossible.
Full runtime dependencies of inets-6.3.7: erts-6.0, kernel-3.0,
mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-2.0
---------------------------------------------------------------------
--- ssh-4.4.2 -------------------------------------------------------
---------------------------------------------------------------------
Note! The ssh-4.4.2 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
dependencies have to be satisfied:
-- crypto-3.7.3 (first satisfied in OTP 19.3)
-- public_key-1.4 (first satisfied in OTP 19.3)
-- stdlib-3.3 (first satisfied in OTP 19.3)
--- Fixed Bugs and Malfunctions ---
OTP-14298 Application(s): ssh
Related Id(s): seq13294
ssh:daemon_info/1 crashed if the listening IP was not
'any'
Full runtime dependencies of ssh-4.4.2: crypto-3.7.3, erts-6.0,
kernel-3.0, public_key-1.4, stdlib-3.3
---------------------------------------------------------------------
--- ssl-8.1.2 -------------------------------------------------------
---------------------------------------------------------------------
Note! The ssl-8.1.2 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:
-- stdlib-3.2 (first satisfied in OTP 19.2)
--- Fixed Bugs and Malfunctions ---
OTP-14300 Application(s): ssl
Correct active once emulation, for TLS. Now all data
received by the connection process will be delivered
through active once, even when the active once arrives
after that the gen_tcp socket is closed by the peer.
Full runtime dependencies of ssl-8.1.2: crypto-3.3, erts-7.0,
inets-5.10.7, kernel-3.0, public_key-1.2, stdlib-3.2
---------------------------------------------------------------------
--- Thanks to -------------------------------------------------------
---------------------------------------------------------------------
Bram Verburg, Kelly McLaughlin
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
|