From da620d820b52db81c1c1cdf8373412231c013f8c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 12 Apr 2019 12:26:23 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 18 ++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 4c70101358..d77235782b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,24 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix erlang:open_port/2 with the fd option + to correctly cleanup the pollset when the port is closed. + Before this fix there would be error printouts sent to + logger when the same fd was reused in a new port.

+

+ Own Id: OTP-15753 Aux Id: ERL-900

+
+
+
+ +
+
Erts 10.3.2
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index bce5ce4167..785c7626e7 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.2 +VSN = 10.3.3 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3