Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Mar 17, 2023
1 parent 27acc19 commit 4388cb6
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 13 deletions.
16 changes: 16 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 12.3.2.10</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Active process aliases of a process at its termination
leaked memory.</p>
<p>
Own Id: OTP-18496 Aux Id: GH-6947, PR-6953 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 12.3.2.9</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion erts/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# %CopyrightEnd%
#

VSN = 12.3.2.9
VSN = 12.3.2.10

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
19 changes: 18 additions & 1 deletion lib/inets/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,24 @@
<file>notes.xml</file>
</header>

<section><title>Inets 7.5.3.2</title>
<section><title>Inets 7.5.3.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Correct timing related pipelining/keepalive queue bug,
that could result in unexpected "socket_remotly_closed"
errors.</p>
<p>
Own Id: OTP-18509 Aux Id: OTP-18476 </p>
</item>
</list>
</section>

</section>

<section><title>Inets 7.5.3.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
Expand Down
2 changes: 1 addition & 1 deletion lib/inets/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# %CopyrightEnd%

APPLICATION = inets
INETS_VSN = 7.5.3.2
INETS_VSN = 7.5.3.3
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"
18 changes: 17 additions & 1 deletion lib/snmp/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,23 @@
</header>


<section><title>SNMP 5.12.0.2</title>
<section><title>SNMP 5.12.0.3</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Attempts to minimize the number of the error reports
during a failed agent init.</p>
<p>
Own Id: OTP-18422 Aux Id: ERIERL-873 </p>
</item>
</list>
</section>

</section>

<section><title>SNMP 5.12.0.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
Expand Down
2 changes: 1 addition & 1 deletion lib/snmp/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# %CopyrightEnd%

APPLICATION = snmp
SNMP_VSN = 5.12.0.2
SNMP_VSN = 5.12.0.3
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)"
11 changes: 3 additions & 8 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
OTP-18386
OTP-18417
OTP-18421
OTP-18433
OTP-18463
OTP-18467
OTP-18470
OTP-18472
OTP-18422
OTP-18496
OTP-18509

0 comments on commit 4388cb6

Please sign in to comment.