aboutsummaryrefslogtreecommitdiffstats
path: root/release-notes/OTP-25.1.1.README.txt
blob: 9de8e77fa3871915b8cbb1f965129a056bb6f485 (plain) (blame)
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
Patch Package:           OTP 25.1.1
Git Tag:                 OTP-25.1.1
Date:                    2022-10-03
Trouble Report Id:       OTP-18240, OTP-18245, OTP-18249, OTP-18258,
                         OTP-18262, OTP-18263, OTP-18264, OTP-18266
Seq num:                 ERIERL-821, ERIERL-859, GH-6309, GH-6320,
                         GH-6323, GH-6328
System:                  OTP
Release:                 25
Application:             asn1-5.0.21, dialyzer-5.0.3, erts-13.1.1,
                         eunit-2.8.1, kernel-8.5.1, ssl-10.8.5,
                         stdlib-4.1.1
Predecessor:             OTP 25.1

 Check out the git tag OTP-25.1.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.

 ---------------------------------------------------------------------
 --- asn1-5.0.21 -----------------------------------------------------
 ---------------------------------------------------------------------

 The asn1-5.0.21 application can be applied independently of other
 applications on a full OTP 25 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-18245    Application(s): asn1
               Related Id(s): ERIERL-859

               For the per and uper ASN.1 encoding rules, encoding and
               decoding the SEQUENCE OF and SET OF constructs with
               16384 items or more is now supported.


 Full runtime dependencies of asn1-5.0.21: erts-11.0, kernel-7.0,
 stdlib-3.13


 ---------------------------------------------------------------------
 --- dialyzer-5.0.3 --------------------------------------------------
 ---------------------------------------------------------------------

 The dialyzer-5.0.3 application can be applied independently of other
 applications on a full OTP 25 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-18262    Application(s): dialyzer
               Related Id(s): GH-6323

               Dialyzer could crash when analyzing Elixir code that
               used intricate macros.


 --- Improvements and New Features ---

  OTP-18263    Application(s): dialyzer
               Related Id(s): ERIERL-821

               The --input_list_file option has been added.


 Full runtime dependencies of dialyzer-5.0.3: compiler-8.0, erts-12.0,
 kernel-8.0, stdlib-3.15, syntax_tools-2.0, wx-2.0


 ---------------------------------------------------------------------
 --- erts-13.1.1 -----------------------------------------------------
 ---------------------------------------------------------------------

 Note! The erts-13.1.1 application *cannot* be applied independently
       of other applications on an arbitrary OTP 25 installation.

       On a full OTP 25 installation, also the following runtime
       dependencies have to be satisfied:
       -- kernel-8.5 (first satisfied in OTP 25.1)
       -- stdlib-4.1 (first satisfied in OTP 25.1)


 --- Fixed Bugs and Malfunctions ---

  OTP-18240    Application(s): erts, kernel
               Related Id(s): #6285

               Listen sockets created with the socket module, leaked
               (erlang-) monitors.


  OTP-18258    Application(s): erts
               Related Id(s): GH-6309, PR-6324

               Notifications about available distribution data sent to
               distribution controller processes could be lost.
               Distribution controller processes can be used when
               implementing an alternative distribution carrier. The
               default distribution over tcp was not effected and the
               bug was also not present on x86/x86_64 platforms.


 Full runtime dependencies of erts-13.1.1: kernel-8.5, sasl-3.3,
 stdlib-4.1


 ---------------------------------------------------------------------
 --- eunit-2.8.1 -----------------------------------------------------
 ---------------------------------------------------------------------

 The eunit-2.8.1 application can be applied independently of other
 applications on a full OTP 25 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-18264    Application(s): eunit
               Related Id(s): GH-6320, PR-6322

               With this change, eunit exact_execution option works
               with application primitive.


 Full runtime dependencies of eunit-2.8.1: erts-9.0, kernel-5.3,
 stdlib-3.4


 ---------------------------------------------------------------------
 --- kernel-8.5.1 ----------------------------------------------------
 ---------------------------------------------------------------------

 Note! The kernel-8.5.1 application *cannot* be applied independently
       of other applications on an arbitrary OTP 25 installation.

       On a full OTP 25 installation, also the following runtime
       dependencies have to be satisfied:
       -- erts-13.1 (first satisfied in OTP 25.1)
       -- stdlib-4.1.1 (first satisfied in OTP 25.1.1)


 --- Fixed Bugs and Malfunctions ---

  OTP-18240    Application(s): erts, kernel
               Related Id(s): #6285

               Listen sockets created with the socket module, leaked
               (erlang-) monitors.


  OTP-18249    Application(s): kernel, stdlib
               Related Id(s): PR-6301

               peer nodes failed to halt when the process supervising
               the control connection crashed. When an alternative
               control connection was used, this supervision process
               also quite frequently crashed when the peer node was
               stopped by the node that started it which caused the
               peer node to linger without ever halting.


 Full runtime dependencies of kernel-8.5.1: crypto-5.0, erts-13.1,
 sasl-3.0, stdlib-4.1.1


 ---------------------------------------------------------------------
 --- ssl-10.8.5 ------------------------------------------------------
 ---------------------------------------------------------------------

 Note! The ssl-10.8.5 application *cannot* be applied independently of
       other applications on an arbitrary OTP 25 installation.

       On a full OTP 25 installation, also the following runtime
       dependency has to be satisfied:
       -- stdlib-4.1 (first satisfied in OTP 25.1)


 --- Fixed Bugs and Malfunctions ---

  OTP-18266    Application(s): ssl
               Related Id(s): GH-6328

               Fixes handling of symlinks in cacertfile option.


 Full runtime dependencies of ssl-10.8.5: crypto-5.0, erts-10.0,
 inets-5.10.7, kernel-8.4, public_key-1.11.3, runtime_tools-1.15.1,
 stdlib-4.1


 ---------------------------------------------------------------------
 --- stdlib-4.1.1 ----------------------------------------------------
 ---------------------------------------------------------------------

 Note! The stdlib-4.1.1 application *cannot* be applied independently
       of other applications on an arbitrary OTP 25 installation.

       On a full OTP 25 installation, also the following runtime
       dependencies have to be satisfied:
       -- erts-13.1 (first satisfied in OTP 25.1)
       -- kernel-8.5.1 (first satisfied in OTP 25.1.1)


 --- Fixed Bugs and Malfunctions ---

  OTP-18249    Application(s): kernel, stdlib
               Related Id(s): PR-6301

               peer nodes failed to halt when the process supervising
               the control connection crashed. When an alternative
               control connection was used, this supervision process
               also quite frequently crashed when the peer node was
               stopped by the node that started it which caused the
               peer node to linger without ever halting.


 Full runtime dependencies of stdlib-4.1.1: compiler-5.0, crypto-4.5,
 erts-13.1, kernel-8.5.1, sasl-3.0


 ---------------------------------------------------------------------
 ---------------------------------------------------------------------
 ---------------------------------------------------------------------