diff options
author | Rickard Green <[email protected]> | 2018-07-13 13:30:36 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-07-13 13:30:36 +0200 |
commit | 9f3426df630f50c30004c35f7c70e34baa381092 (patch) | |
tree | 0530f7212ecb08eddf0b2a7635f8c7d4cad1060e /erts/doc | |
parent | 22a6c1ab6dd63a358dbf264e52b172816af54eee (diff) | |
parent | 212e8b4caa9968d50f0701ce70aa0ebe5b25f1a6 (diff) | |
download | otp-9f3426df630f50c30004c35f7c70e34baa381092.tar.gz otp-9f3426df630f50c30004c35f7c70e34baa381092.tar.bz2 otp-9f3426df630f50c30004c35f7c70e34baa381092.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Update release notes
Update version numbers
Fix trace_info/2
Provide build support for standalone corba repo
Fix release notes for OTP-21.0.2
Move to a dirty scheduler even when we have pending system tasks
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 27 |
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> |