From 26b95bfaf19f7b878412829d638b8abf8be7374d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 20 Dec 2018 13:26:58 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index a34b3edd7a..2527a847d2 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,45 @@

This document describes the changes made to the ERTS application.

+
Erts 10.2.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bug on big endian architectures when changing file + permissions or ownership with file:change_mode, + change_owner, change_group or + write_file_info. Bug exists since OTP-21.0.

+

+ Own Id: OTP-15485

+
+ +

+ Fixed bug in atomics with option + {signed,false} when returned values are (1 bsl + 63) or larger. Could cause heap corruption leading to + VM crash or other unpleasant symptoms. Bug exists since + OTP-21.2 when module atomics was introduced.

+

+ Own Id: OTP-15486 Aux Id: PR-2061

+
+ +

+ 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 10.2
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 0adee946cc..73199cc721 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.2 +VSN = 10.2.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3