From 134d5a8f6652e625a2ee9e0fc314afd69ee42d4a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 15 Apr 2019 10:58:47 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 22 ++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index d77235782b..e0af7bc4ce 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,28 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.4 + +
Fixed Bugs and Malfunctions + + +

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 10.3.3
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 785c7626e7..fafcdf3b28 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.3 +VSN = 10.3.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3