File tree Expand file tree Collapse file tree 11 files changed +127
-12
lines changed
Expand file tree Collapse file tree 11 files changed +127
-12
lines changed Original file line number Diff line number Diff line change 3131 </header>
3232 <p>This document describes the changes made to the ERTS application.</p>
3333
34+ <section><title>Erts 14.2.5.12</title>
35+
36+ <section><title>Fixed Bugs and Malfunctions</title>
37+ <list>
38+ <item>
39+ <p>Fixed the <c>erl</c> documentation of the default
40+ timewarp mode used.</p>
41+ <p>
42+ Own Id: OTP-19790 Aux Id: PR-9970 </p>
43+ </item>
44+ <item>
45+ <p>The <c>erlang:suspend_process()</c> BIFs failed to
46+ suspend processes currently executing on dirty
47+ schedulers.</p>
48+ <p>
49+ Own Id: OTP-19799 Aux Id: PR-10241 </p>
50+ </item>
51+ <item>
52+ <p>When multiple processes called the same fun whose
53+ defining module was not loaded, a <c>badfun</c> exception
54+ could sometimes occur in one of the calling processes.
55+ This would only happen with the JIT runtime system.</p>
56+ <p>
57+ Own Id: OTP-19803 Aux Id: PR-10257 </p>
58+ </item>
59+ </list>
60+ </section>
61+
62+ </section>
63+
3464<section><title>Erts 14.2.5.11</title>
3565
3666 <section><title>Fixed Bugs and Malfunctions</title>
Original file line number Diff line number Diff line change 1818# %CopyrightEnd%
1919#
2020
21- VSN = 14.2.5.11
21+ VSN = 14.2.5.12
2222
2323# Port number 4365 in 4.2
2424# Port number 4366 in 4.3
Original file line number Diff line number Diff line change 3333 <file >notes.xml</file >
3434 </header >
3535
36- <section ><title >Inets 9.1.0.3</title >
36+ <section ><title >Inets 9.1.0.4</title >
37+
38+ <section ><title >Fixed Bugs and Malfunctions</title >
39+ <list >
40+ <item >
41+ <p >Fixed uri_string:uri_string() to string() type specs
42+ inside httpc.erl module.</p >
43+ <p >
44+ Own Id: OTP-19835 Aux Id: PR-10242 </p >
45+ </item >
46+ </list >
47+ </section >
48+
49+ </section >
50+
51+ <section ><title >Inets 9.1.0.3</title >
3752
3853 <section ><title >Fixed Bugs and Malfunctions</title >
3954 <list >
Original file line number Diff line number Diff line change 1919# %CopyrightEnd%
2020
2121APPLICATION = inets
22- INETS_VSN = 9.1.0.3
22+ INETS_VSN = 9.1.0.4
2323PRE_VSN =
2424APP_VSN = "$(APPLICATION ) -$(INETS_VSN )$(PRE_VSN ) "
Original file line number Diff line number Diff line change 3030 <file >notes.xml</file >
3131 </header >
3232
33+ <section ><title >Ssh 5.1.4.13</title >
34+
35+ <section ><title >Fixed Bugs and Malfunctions</title >
36+ <list >
37+ <item >
38+ <p >With this change user space buffers are used to limit
39+ ssh hello message size instead of kernel buffers</p >
40+ <p >
41+ Own Id: OTP-19839 Aux Id: ERIERL-1273, PR-10350 </p >
42+ </item >
43+ </list >
44+ </section >
45+
46+ </section >
47+
3348<section ><title >Ssh 5.1.4.12</title >
3449
3550 <section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 11# -*-makefile-*- ; force emacs to enter makefile-mode
22
3- SSH_VSN = 5.1.4.12
3+ SSH_VSN = 5.1.4.13
44APP_VSN = "ssh-$(SSH_VSN ) "
Original file line number Diff line number Diff line change 2727 </header >
2828 <p >This document describes the changes made to the SSL application.</p >
2929
30+ <section ><title >SSL 11.1.4.10</title >
31+
32+ <section ><title >Fixed Bugs and Malfunctions</title >
33+ <list >
34+ <item >
35+ <p >Assert that hello extensions are unique and send an
36+ illegal parameter alert if they are not.</p >
37+ <p >
38+ Own Id: OTP-19791 Aux Id: PR-10245 </p >
39+ </item >
40+ <item >
41+ <p >Avoid sending an internal message to the user process
42+ in conjunction with handling a key update.</p >
43+ <p >
44+ Own Id: OTP-19806 Aux Id: PR-10274 </p >
45+ </item >
46+ <item >
47+ <p >Make sure TLS-1.3 protocol spec is followed, that is
48+ psk-hello extension is guaranteed to be included as the
49+ last extension in the list of client hello extensions and
50+ internal hello message truncation in handshake history is
51+ handled correctly, the previous handling could cause
52+ interoperability issues.</p >
53+ <p >
54+ Own Id: OTP-19825 Aux Id: PR-10296 </p >
55+ </item >
56+ <item >
57+ <p >Correct documentation for fail_if_no_peer_cert
58+ option.</p >
59+ <p >
60+ Own Id: OTP-19828 Aux Id: PR-10333 </p >
61+ </item >
62+ </list >
63+ </section >
64+
65+ </section >
66+
3067<section ><title >SSL 11.1.4.9</title >
3168
3269 <section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1- SSL_VSN = 11.1.4.9
1+ SSL_VSN = 11.1.4.10
Original file line number Diff line number Diff line change 3232 <p >This document describes the changes made to the Syntax_Tools
3333 application.</p >
3434
35+ <section ><title >Syntax_Tools 3.1.0.1</title >
36+
37+ <section ><title >Fixed Bugs and Malfunctions</title >
38+ <list >
39+ <item >
40+ <p >Annotate map comprehensions and generators</p >
41+ <p >
42+ Own Id: OTP-19817 Aux Id: GH-10119 </p >
43+ </item >
44+ </list >
45+ </section >
46+
47+ </section >
48+
3549<section ><title >Syntax_Tools 3.1</title >
3650
3751 <section ><title >Improvements and New Features</title >
Original file line number Diff line number Diff line change 1- SYNTAX_TOOLS_VSN = 3.1
1+ SYNTAX_TOOLS_VSN = 3.1.0.1
You can’t perform that action at this time.
0 commit comments