File tree Expand file tree Collapse file tree 7 files changed +66
-8
lines changed Expand file tree Collapse file tree 7 files changed +66
-8
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 11.2.2</title>
35+
36+ <section><title>Fixed Bugs and Malfunctions</title>
37+ <list>
38+ <item>
39+ <p>
40+ Fix bug in match spec compilator seen to cause a stack
41+ overflow crash on debug VM for certain match specs. Could
42+ potentially cause problems for standard VM, but has not
43+ been verified. Match specs are used by
44+ <c>ets:match/select</c> functions and
45+ <c>erlang:trace_pattern</c>.</p>
46+ <p>
47+ Own Id: OTP-17379 Aux Id: PR-4804 </p>
48+ </item>
49+ </list>
50+ </section>
51+
52+ </section>
53+
3454<section><title>Erts 11.2.1</title>
3555
3656 <section><title>Fixed Bugs and Malfunctions</title>
Original file line number Diff line number Diff line change 1818# %CopyrightEnd%
1919#
2020
21- VSN = 11.2.1
21+ VSN = 11.2.2
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 3232 <p >This document describes the changes made to the Compiler
3333 application.</p >
3434
35+ <section ><title >Compiler 7.6.9</title >
36+
37+ <section ><title >Fixed Bugs and Malfunctions</title >
38+ <list >
39+ <item >
40+ <p >Reverted the fix for <c >OTP-17357</c > as it turned out
41+ to be incomplete and made the validator reject much more
42+ legal code than before.</p > <p >It will be fixed more
43+ thoroughly in a later patch.</p >
44+ <p >
45+ Own Id: OTP-17386 Aux Id: ERIERL-650, OTP-17357 </p >
46+ </item >
47+ </list >
48+ </section >
49+
50+ </section >
51+
3552<section ><title >Compiler 7.6.8</title >
3653
3754 <section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1- COMPILER_VSN = 7.6.8
1+ COMPILER_VSN = 7.6.9
Original file line number Diff line number Diff line change @@ -43,6 +43,29 @@ first.</p>
4343
4444<!-- ===================================================================== -->
4545
46+ <section ><title >diameter 2.2.4</title >
47+
48+ <section ><title >Fixed Bugs and Malfunctions</title >
49+ <list >
50+ <item >
51+ <p >
52+ The unordered option was ignored on a client
53+ diameter_sctp transport, causing all delivery to be
54+ ordered.</p >
55+ <p >
56+ The association id was not specified to gen_sctp when
57+ requesting unordered delivery, causing the setting to be
58+ applied to the whole endpoint.</p >
59+ <p >
60+ Thanks to Bengt Kleberg and Andreas Schultz.</p >
61+ <p >
62+ Own Id: OTP-17366 Aux Id: GH-4775 </p >
63+ </item >
64+ </list >
65+ </section >
66+
67+ </section >
68+
4669<section ><title >diameter 2.2.3</title >
4770
4871 <section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1717# %CopyrightEnd%
1818
1919APPLICATION = diameter
20- DIAMETER_VSN = 2.2.3
20+ DIAMETER_VSN = 2.2.4
2121APP_VSN = $(APPLICATION ) -$(DIAMETER_VSN )$(PRE_VSN )
Original file line number Diff line number Diff line change 11OTP-16607
2- OTP-16930
3- OTP-17347
4- OTP-17357
5- OTP-17358
6- OTP-17361
2+ OTP-17366
3+ OTP-17379
4+ OTP-17386
You can’t perform that action at this time.
0 commit comments