diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 67e27afc81cb..856020dfc917 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,34 @@
This document describes the changes made to the ERTS application.
+Fixed a rare bug that could cause processes to be + scheduled after they had been freed.
++ Own Id: OTP-15067 Aux Id: ERL-573
+Fixed a race condition in the inet driver that could + cause receive to hang when the emulator was compiled with + gcc 8.
++ Own Id: OTP-15158 Aux Id: ERL-654
+This document describes the changes made to the Compiler application.
+In rare cases involving matching of binary literal + strings, the compiler could optimize away code that + should be executed.
++ Own Id: OTP-15156 Aux Id: ERL-655
+There could be an internal consistency check failure
+ when compiling code that called
+ Own Id: OTP-15157
+In rare circumstances, the compiler could crash in
+
+ Own Id: OTP-15166 Aux Id: ERL-660
++ Some of the keylengths in the newly generated moduli file + in public_key are not universally supported. This could + cause the SSH key exchange + diffie-hellman-group-exchange-sha* to fail.
++ Those keylengths are now removed.
++ Own Id: OTP-15151 Aux Id: OTP-15113
+This document describes the changes made to the STDLIB application.
+ Fix a bug that could cause a crash when formatting a
+ list of non-characters using the control sequences
+
+ Own Id: OTP-15159
+