From 8f9bf8a8c35e03fecfa8a035076772983ad0dc71 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2019 16:50:25 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3ff3bfc726..3c49853119 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,60 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.5.3 + +
Fixed Bugs and Malfunctions + + +

+ If you set {linger,{true,0}} on a gen_tcp + listen socket, accept a connection on that socket, and + then close the accepted socket, now the linger zero + setting is transferred to the accepted socket. Before + this correction that information was lost and the close + behaviour on the accepted socket incorrect.

+

+ Own Id: OTP-15370 Aux Id: ERIERL-353

+
+ +

+ Fixed process_info(Pid,reductions) to not + categorically increase reduction count of the measured + process Pid. Repeated reduction measure of an idle + process will most often (but not guaranteed) return the + same value, like it behaved before OTP 21.3.8.

+

+ Own Id: OTP-15865 Aux Id: ERL-964

+
+ +

+ The runtime system disconnected a connection if it + received an exit/2 signal where the recipient was + a process on an old incarnation of the current node. That + is, the receiving node had the same node name, but + another "creation" number. The signal will now just be + dropped since the receiving process no longer exists.

+

+ Own Id: OTP-15867 Aux Id: ERIERL-373

+
+
+
+ + +
Improvements and New Features + + +

+ The possibility to send ancillary data, in particular the + TOS field, has been added to gen_udp:send/4,5.

+

+ Own Id: OTP-15747 Aux Id: ERIERL-294

+
+
+
+ +
+
Erts 10.3.5.2
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index b3fd73bab0..8b159b1c1f 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.5.2 +VSN = 10.3.5.3 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3