Skip to content

Commit

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

<section><title>Erts 13.1.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Comparisons between small numbers and pids or ports
would in some edge cases say that the number was greater
than the pid or port, violating the term order.</p>
<p>
Own Id: OTP-18415</p>
</item>
<item>
<p>
<c>process_info(Pid, status)</c> when <c>Pid /=
self()</c> could return an erroneous result.</p>
<p>
Own Id: OTP-18421 Aux Id: PR-6806 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 13.1.4</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 = 13.1.4
VSN = 13.1.5

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

<section><title>Inets 8.2.1</title>
<section><title>Inets 8.2.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Ensure graceful shutdown</p>
<p>
Own Id: OTP-18461 Aux Id: ERIERL-890 </p>
</item>
<item>
<p>
Return type of the type specification for function
<c>httpc:cookie_header/{1,2,3}</c> has been fixed from
<c>-spec cookie_header(url()) -&gt; [{ field(), value()
}] | {error, Reason}</c> to <c>-spec cookie_header(url())
-&gt; { field(), value() } | {error, Reason}</c></p>
<p>
Own Id: OTP-18462 Aux Id: GH-6846 </p>
</item>
</list>
</section>

</section>

<section><title>Inets 8.2.1</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 = 8.2.1
INETS_VSN = 8.2.2
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"
24 changes: 24 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 4.15.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
With this change, ssh application does not crash when
formatting some of info reports for unsuccessful
connections.</p>
<p>
Own Id: OTP-18386 Aux Id: PR-6611 </p>
</item>
<item>
<p>
With this change, ssh does not log extensively long
messages.</p>
<p>
Own Id: OTP-18417 Aux Id: DAFH-1349,ERIERL-888,IA18357 </p>
</item>
</list>
</section>

</section>

<section><title>Ssh 4.15.1</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.1
SSH_VSN = 4.15.2
APP_VSN = "ssh-$(SSH_VSN)"
26 changes: 26 additions & 0 deletions lib/ssl/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,32 @@
</header>
<p>This document describes the changes made to the SSL application.</p>

<section><title>SSL 10.8.7</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Maximize compatibility by ignoring change_cipher_spec
during handshake even if middle_box_mode is not
negotiated (mandated by client)</p>
<p>
Own Id: OTP-18433 Aux Id: GH-6772 </p>
</item>
<item>
<p>
Move assert of middlebox message after an
hello_retry_request to maximize interoperability. Does
not changes semantics of the protocol only allows
unexpected message delay from server.</p>
<p>
Own Id: OTP-18467 Aux Id: GH-6807 </p>
</item>
</list>
</section>

</section>

<section><title>SSL 10.8.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/ssl/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SSL_VSN = 10.8.6
SSL_VSN = 10.8.7
9 changes: 8 additions & 1 deletion make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
OTP-18409
OTP-18386
OTP-18415
OTP-18417
OTP-18421
OTP-18433
OTP-18461
OTP-18462
OTP-18467

0 comments on commit 17fe8c5

Please sign in to comment.