diff options
author | Erlang/OTP <[email protected]> | 2018-07-20 14:10:09 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-07-20 14:10:09 +0200 |
commit | 7507f47dc14093443fb8446b969f73d276339413 (patch) | |
tree | af4006b4a55583caefe11da2451ddae225ed6ee4 /erts/doc | |
parent | beac5e5e0795e7814f317e55dd3746082e3e5202 (diff) | |
download | otp-7507f47dc14093443fb8446b969f73d276339413.tar.gz otp-7507f47dc14093443fb8446b969f73d276339413.tar.bz2 otp-7507f47dc14093443fb8446b969f73d276339413.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index dbff85c195..b863bc245a 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,31 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.3.2</title> + + <section><title>Fixed Bugs and Malfunctions</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> + <item> + <p> + Fix bug in generation of erl_crash.dump, which could + cause VM to crash.</p> + <p> + Bug exist since erts-9.2 (OTP-20.2).</p> + <p> + Own Id: OTP-15181</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> |