Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Sep 18, 2024
1 parent 900242e commit 62a32f9
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 10 deletions.
15 changes: 15 additions & 0 deletions lib/diameter/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ first.</p>

<!-- ===================================================================== -->

<section><title>diameter 2.2.7.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
`diameter:stop_service/1` has been made more synchronous.</p>
<p>
Own Id: OTP-19206 Aux Id: ERIERL-1102 </p>
</item>
</list>
</section>

</section>

<section><title>diameter 2.2.7.1</title>

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

APPLICATION = diameter
DIAMETER_VSN = 2.2.7.1
DIAMETER_VSN = 2.2.7.2
APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN)
17 changes: 17 additions & 0 deletions lib/public_key/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@
<file>notes.xml</file>
</header>

<section><title>Public_Key 1.13.3.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
For completeness handle rsa_pss implicit default value,
although this will probably not be commonly used as it
provides very weak security.</p>
<p>
Own Id: OTP-19179 </p>
</item>
</list>
</section>

</section>

<section><title>Public_Key 1.13.3.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/public_key/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PUBLIC_KEY_VSN = 1.13.3.2
PUBLIC_KEY_VSN = 1.13.3.3
25 changes: 25 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 4.15.3.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
The SSh daemon started with a TCP port number argument
will now re-try obtaining a listen socket before
returning an error to the user.</p>
<p>
Own Id: OTP-19170 Aux Id: GH-7746 </p>
</item>
<item>
<p>
Robustness has been improved by monitoring the connection
handler process before casting the socket control
notification.</p>
<p>
Own Id: OTP-19173 Aux Id: PR-8310 </p>
</item>
</list>
</section>

</section>

<section><title>Ssh 4.15.3.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/ssh/vsn.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode

SSH_VSN = 4.15.3.5
SSH_VSN = 4.15.3.6
APP_VSN = "ssh-$(SSH_VSN)"
18 changes: 18 additions & 0 deletions lib/xmerl/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@
<p>This document describes the changes made to the Xmerl application.</p>


<section><title>Xmerl 1.3.31.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Corrected export functions from internal structure to XML
so xmlText items of type cdata are handled correctly.
They were just exported as normal text instead of output
in a CDATA section.</p>
<p>
Own Id: OTP-19217 Aux Id: ERIERL-1104 </p>
</item>
</list>
</section>

</section>

<section><title>Xmerl 1.3.31.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/xmerl/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
XMERL_VSN = 1.3.31.1
XMERL_VSN = 1.3.31.2
11 changes: 5 additions & 6 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
OTP-19057
OTP-19109
OTP-19123
OTP-19140
OTP-19147
OTP-19154
OTP-19170
OTP-19173
OTP-19179
OTP-19206
OTP-19217

0 comments on commit 62a32f9

Please sign in to comment.