Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Apr 24, 2020
1 parent ff6023d commit 2693c26
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 8 deletions.
27 changes: 27 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,33 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 10.3.5.11</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
<seealso marker="stdlib:re#run/3">re:run(Subject, RE,
[unicode])</seealso> returned <c>nomatch</c> instead of
failing with a <c>badarg</c> error exception when
<c>Subject</c> contained illegal utf8 and <c>RE</c> was
passed as a binary. This has been corrected along with
corrections of reduction counting in <c>re:run()</c>
error cases.</p>
<p>
Own Id: OTP-16553</p>
</item>
<item>
<p>Fixed a bug that could cause the emulator to crash
when purging modules or persistent terms.</p>
<p>
Own Id: OTP-16555 Aux Id: ERL-1188 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 10.3.5.10</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 = 10.3.5.10
VSN = 10.3.5.11

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
16 changes: 16 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 4.7.6.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Potential hazard between re-keying decision and socket
close.</p>
<p>
Own Id: OTP-16462 Aux Id: ERIERL-464 </p>
</item>
</list>
</section>

</section>

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

<section><title>SSL 9.2.3.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Fix timing bug that could cause ssl sockets to become
unresponsive after an ssl:recv/3 call timed out</p>
<p>
Own Id: OTP-16619 Aux Id: ERL-1213 </p>
</item>
</list>
</section>

</section>

<section><title>SSL 9.2.3.5</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 = 9.2.3.5
SSL_VSN = 9.2.3.6
21 changes: 21 additions & 0 deletions lib/stdlib/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,27 @@
</header>
<p>This document describes the changes made to the STDLIB application.</p>

<section><title>STDLIB 3.8.2.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
<seealso marker="stdlib:re#run/3">re:run(Subject, RE,
[unicode])</seealso> returned <c>nomatch</c> instead of
failing with a <c>badarg</c> error exception when
<c>Subject</c> contained illegal utf8 and <c>RE</c> was
passed as a binary. This has been corrected along with
corrections of reduction counting in <c>re:run()</c>
error cases.</p>
<p>
Own Id: OTP-16553</p>
</item>
</list>
</section>

</section>

<section><title>STDLIB 3.8.2.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/stdlib/src/stdlib.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
dets]},
{applications, [kernel]},
{env, []},
{runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-16553@","crypto-3.3",
{runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-10.3.5.11","crypto-3.3",
"compiler-5.0"]}
]}.

2 changes: 1 addition & 1 deletion lib/stdlib/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
STDLIB_VSN = 3.8.2.3
STDLIB_VSN = 3.8.2.4
8 changes: 5 additions & 3 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OTP-16404
OTP-16446
OTP-16481
OTP-16462
OTP-16553
OTP-16555
OTP-16607
OTP-16619

0 comments on commit 2693c26

Please sign in to comment.