From 3dc3bb2126919b9dbee0ded9e0c843fc9d29237d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 8 Jan 2019 14:39:45 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 7368d3e174..972ca63272 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,43 @@

This document describes the changes made to the ERTS application.

+
Erts 8.3.5.7 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bug in operator band of two negative + operands causing erroneous result if the absolute value + of one of the operands have the lowest N*W bits as + zero and the other absolute value is not larger than + N*W bits. N is an integer of 1 or larger + and W is 32 or 64 depending on word size.

+

+ Own Id: OTP-15487 Aux Id: ERL-804

+
+
+
+ + +
Improvements and New Features + + +

Added an optional ./configure flag to compile + the emulator with spectre mitigation: + --with-spectre-mitigation

+

Note that this requires a recent version of GCC with + support for spectre mitigation and the + --mindirect-branch=thunk flag, such as + 8.1.

+

+ Own Id: OTP-15430 Aux Id: ERIERL-237

+
+
+
+ +
+
Erts 8.3.5.6
Fixed Bugs and Malfunctions -- cgit v1.2.3