Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Jun 29, 2018
1 parent 3a480fa commit 5c8e7e9
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 0 deletions.
28 changes: 28 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,34 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 10.0.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed a rare bug that could cause processes to be
scheduled after they had been freed.</p>
<p>
Own Id: OTP-15067 Aux Id: ERL-573 </p>
</item>
</list>
</section>


<section><title>Known Bugs and Problems</title>
<list>
<item>
<p>Fixed a race condition in the inet driver that could
cause receive to hang when the emulator was compiled with
gcc 8.</p>
<p>
Own Id: OTP-15158 Aux Id: ERL-654 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 10.0.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
30 changes: 30 additions & 0 deletions lib/compiler/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,36 @@
<p>This document describes the changes made to the Compiler
application.</p>

<section><title>Compiler 7.2.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>In rare cases involving matching of binary literal
strings, the compiler could optimize away code that
should be executed.</p>
<p>
Own Id: OTP-15156 Aux Id: ERL-655 </p>
</item>
<item>
<p>There could be an internal consistency check failure
when compiling code that called <c>map_get(Key, Map)</c>
and then updated the same map.</p>
<p>
Own Id: OTP-15157</p>
</item>
<item>
<p>In rare circumstances, the compiler could crash in
<c>beam_jump</c> when compiling a floating point
operation.</p>
<p>
Own Id: OTP-15166 Aux Id: ERL-660 </p>
</item>
</list>
</section>

</section>

<section><title>Compiler 7.2.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
20 changes: 20 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,26 @@
<file>notes.xml</file>
</header>

<section><title>Public_Key 1.6.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Some of the keylengths in the newly generated moduli file
in public_key are not universally supported. This could
cause the SSH key exchange
diffie-hellman-group-exchange-sha* to fail.</p>
<p>
Those keylengths are now removed.</p>
<p>
Own Id: OTP-15151 Aux Id: OTP-15113 </p>
</item>
</list>
</section>

</section>

<section><title>Public_Key 1.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
17 changes: 17 additions & 0 deletions lib/stdlib/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@
</header>
<p>This document describes the changes made to the STDLIB application.</p>

<section><title>STDLIB 3.5.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p> Fix a bug that could cause a crash when formatting a
list of non-characters using the control sequences
<c>p</c> or <c>P</c> and limiting the output with the
option <c>chars_limit</c>. </p>
<p>
Own Id: OTP-15159</p>
</item>
</list>
</section>

</section>

<section><title>STDLIB 3.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down

0 comments on commit 5c8e7e9

Please sign in to comment.