From 5c8e7e905a678e1214cab55fed38d6d93fab04cb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 29 Jun 2018 14:30:53 +0200 Subject: Update release notes --- erts/doc/src/notes.xml | 28 ++++++++++++++++++++++++++++ lib/compiler/doc/src/notes.xml | 30 ++++++++++++++++++++++++++++++ lib/public_key/doc/src/notes.xml | 20 ++++++++++++++++++++ lib/stdlib/doc/src/notes.xml | 17 +++++++++++++++++ 4 files changed, 95 insertions(+) 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 @@

This document describes the changes made to the ERTS application.

+
Erts 10.0.2 + +
Fixed Bugs and Malfunctions + + +

Fixed a rare bug that could cause processes to be + scheduled after they had been freed.

+

+ Own Id: OTP-15067 Aux Id: ERL-573

+
+
+
+ + +
Known Bugs and Problems + + +

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

+
+
+
+ +
+
Erts 10.0.1
Fixed Bugs and Malfunctions diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index fcfa7d38a7..0ec7aa54c7 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,36 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.2.2 + +
Fixed Bugs and Malfunctions + + +

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 map_get(Key, Map) + and then updated the same map.

+

+ Own Id: OTP-15157

+
+ +

In rare circumstances, the compiler could crash in + beam_jump when compiling a floating point + operation.

+

+ Own Id: OTP-15166 Aux Id: ERL-660

+
+
+
+ +
+
Compiler 7.2.1
Fixed Bugs and Malfunctions diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 29e281922c..204520473a 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,26 @@ notes.xml +
Public_Key 1.6.1 + +
Fixed Bugs and Malfunctions + + +

+ 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

+
+
+
+ +
+
Public_Key 1.6
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 611bfe73e0..712a474b0b 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.5.1 + +
Fixed Bugs and Malfunctions + + +

Fix a bug that could cause a crash when formatting a + list of non-characters using the control sequences + p or P and limiting the output with the + option chars_limit.

+

+ Own Id: OTP-15159

+
+
+
+ +
+
STDLIB 3.5
Fixed Bugs and Malfunctions -- cgit v1.2.3