diff options
author | Erlang/OTP <[email protected]> | 2018-09-05 20:53:36 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-05 20:53:36 +0200 |
commit | 12d2c65ed477e9fde9a411727de4cc67c53b1a1c (patch) | |
tree | e422c3aa094e17864bdbcc62ff3218a5d74002bb /erts | |
parent | 245a3e53b3d8f324b82ab56f06f8df3cf580f860 (diff) | |
download | otp-12d2c65ed477e9fde9a411727de4cc67c53b1a1c.tar.gz otp-12d2c65ed477e9fde9a411727de4cc67c53b1a1c.tar.bz2 otp-12d2c65ed477e9fde9a411727de4cc67c53b1a1c.zip |
Update release notes
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 5862318ab7..c7491e2741 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,34 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.0.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A process could get stuck in an infinite rescheduling + loop between normal and dirty schedulers. This bug was + introduced in ERTS version 10.0.</p> + <p> + Thanks to Maxim Fedorov for finding and fixing this + issue.</p> + <p> + Own Id: OTP-15275 Aux Id: PR-1943 </p> + </item> + <item> + <p> + Garbage collection of a distribution entry could cause an + emulator crash if <c>net_kernel</c> had not brought + previous connection attempts on it down properly.</p> + <p> + Own Id: OTP-15279 Aux Id: ERIERL-226 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.0.6</title> <section><title>Fixed Bugs and Malfunctions</title> |