aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r--erts/doc/src/notes.xml27
1 files changed, 22 insertions, 5 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 1531935f36..5866ee704a 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,23 +31,40 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
-<section><title>Erts 10.0.2</title>
+<section><title>Erts 10.0.3</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>Fixed a scheduler bug that caused normal schedulers to
+ run dirty code.</p>
<p>
- Own Id: OTP-15067 Aux Id: ERL-573 </p>
+ Own Id: OTP-15154</p>
+ </item>
+ <item>
+ <p>
+ Fixed a bug in <c>erlang:trace_info/2</c> which caused
+ the emulator to crash when a bad argument was passed. The
+ bug was introduced in ERTS version 10.0.</p>
+ <p>
+ Own Id: OTP-15183 Aux Id: ERL-670 </p>
</item>
</list>
</section>
+</section>
- <section><title>Known Bugs and Problems</title>
+<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>
+ <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>