diff options
author | Erlang/OTP <[email protected]> | 2018-06-29 14:30:53 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-29 14:30:53 +0200 |
commit | 5c8e7e905a678e1214cab55fed38d6d93fab04cb (patch) | |
tree | d4b7fbb0745132409444efe488c6ab140f86d9f9 /erts/doc | |
parent | 3a480fa8d1f50bf269a8f0227b9c640aa2058d10 (diff) | |
download | otp-5c8e7e905a678e1214cab55fed38d6d93fab04cb.tar.gz otp-5c8e7e905a678e1214cab55fed38d6d93fab04cb.tar.bz2 otp-5c8e7e905a678e1214cab55fed38d6d93fab04cb.zip |
Update release notes
Diffstat (limited to 'erts/doc')
-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 67e27afc81..856020dfc9 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.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> |