diff options
author | Rickard Green <[email protected]> | 2019-01-16 11:47:46 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-01-16 11:47:46 +0100 |
commit | 735ae78289785076bca97c74cb22efe8a0120968 (patch) | |
tree | 9e631e6c31f022da5a112e3eba42996a9a884ef5 /erts/doc/src | |
parent | edb27b79099bb2bab9d6bf9cabf3494c3f067d8b (diff) | |
parent | d8a93cc52fe7342e4a79e396192f63ea673b98f4 (diff) | |
download | otp-735ae78289785076bca97c74cb22efe8a0120968.tar.gz otp-735ae78289785076bca97c74cb22efe8a0120968.tar.bz2 otp-735ae78289785076bca97c74cb22efe8a0120968.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 2b9d3419d4..6192385a4b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,28 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.2.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a crash when dangling files were closed after + <c>init:restart/0</c>.</p> + <p> + Own Id: OTP-15495 Aux Id: ERL-821 </p> + </item> + <item> + <p> + A bug that could cause dirty schedulers to become + unresponsive has been fixed.</p> + <p> + Own Id: OTP-15509 Aux Id: PR-2027, PR-2093 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> |