From d55738a4490583b627a0960c886a0f0d54eb52b0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 16 Apr 2019 16:37:45 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 56681c0250..63c27ee171 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,62 @@

This document describes the changes made to the ERTS application.

+
Erts 9.3.3.10 + +
Fixed Bugs and Malfunctions + + +

Fixes of install/release phase in build system.

+ The source tree was modified when + installing/releasing and/or applying a patch. + Some files were installed with wrong access + rights. If applying a patch (using + otp_patch_apply) as another user (except root) + than the user that built the source, the documentation + was not properly updated. +

+ Own Id: OTP-15551

+
+ +

+ Minor fixes for make clean.

+

+ Own Id: OTP-15657

+
+ +

+ Fixed a bug in all ets:select* and + ets:match* functions that could in some rare cases + lead to very poor performance.

+

+ Own Id: OTP-15660 Aux Id: ERL-869

+
+ +

+ Fix a possible deadlock when terminating the ERTS caused + by a dirty scheduler not releasing it's run-queue lock + when terminating.

+

+ Own Id: OTP-15690 Aux Id: PR-2172

+
+ +

Add missing documentation of new external tags + NEW_PID, NEW_PORT and + NEWER_REFERENCE introduced in OTP 19.

These + new tags are planned to be "activated" in OTP 23 when + distribution capability flag DFLAG_BIG_CREATION + becomes mandatory. Older nodes (>= 19) are able to decode + these new tags and send them back to the new node. Nodes + older than OTP 23 will however never encode their own + local pids, ports and references using the new tags.

+

+ Own Id: OTP-15766

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