From 5e53cfd7555f68e3c2c408e84c8007efcd4bd552 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 28 Dec 2018 12:11:18 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index b909e18dc6..65dce336c2 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,26 @@

This document describes the changes made to the ERTS application.

+
Erts 9.3.3.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

+
+
+
+ +
+
Erts 9.3.3.6
Improvements and New Features -- cgit v1.2.3