diff options
author | John Högberg <[email protected]> | 2018-07-24 08:51:26 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-07-24 08:51:26 +0200 |
commit | a6f8c69c4ea731c50d146e6cea5b2cd8f96e45a0 (patch) | |
tree | 53699383cb0e25d246a44f21e76ba60c8332e213 /erts/doc | |
parent | c814c388d5c45c8d70426389e702426424086eca (diff) | |
parent | 958ad184c843ce32497eef319f10db7a3a3759c2 (diff) | |
download | otp-a6f8c69c4ea731c50d146e6cea5b2cd8f96e45a0.tar.gz otp-a6f8c69c4ea731c50d146e6cea5b2cd8f96e45a0.tar.bz2 otp-a6f8c69c4ea731c50d146e6cea5b2cd8f96e45a0.zip |
Merge branch 'maint'
* maint:
Fix typo in xmerl_scan:string/1
Updated OTP version
Prepare release
ssl: Engine key trumps certfile option
inets: Prepare for release
inets: Improve error handling
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 5866ee704a..648e04ea20 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -1027,6 +1027,31 @@ </section> +<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> |