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 +++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- make/otp_version_tickets | 3 ++- 3 files changed, 40 insertions(+), 2 deletions(-) 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 diff --git a/erts/vsn.mk b/erts/vsn.mk index 7cb89369f2..b582eb3928 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.3.5.6 +VSN = 8.3.5.7 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index f8a84d098c..f1ed7c885f 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1 +1,2 @@ -OTP-15342 +OTP-15430 +OTP-15487 -- cgit v1.2.3