Skip to content

Commit afcad09

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 80abd8c commit afcad09

File tree

7 files changed

+66
-8
lines changed

7 files changed

+66
-8
lines changed

erts/doc/src/notes.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,26 @@
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>

erts/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

lib/compiler/doc/src/notes.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@
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>

lib/compiler/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMPILER_VSN = 7.6.8
1+
COMPILER_VSN = 7.6.9

lib/diameter/doc/src/notes.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

lib/diameter/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# %CopyrightEnd%
1818

1919
APPLICATION = diameter
20-
DIAMETER_VSN = 2.2.3
20+
DIAMETER_VSN = 2.2.4
2121
APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN)

make/otp_version_tickets

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
OTP-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

0 commit comments

Comments
 (0)