aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-04-12 14:48:23 +0200
committerHans Nilsson <[email protected]>2019-04-12 14:48:23 +0200
commitefcf68b66bf44f038bca06ade787223e4ba896ca (patch)
tree25c1a9c75ec521fea21b1dc1a91e5b888e611fd3 /erts
parent5db9ad449acfb72557409df0dee2a1b96031a584 (diff)
parentbe1c449af5afb7b6494b7e2629977fbc024de087 (diff)
downloadotp-efcf68b66bf44f038bca06ade787223e4ba896ca.tar.gz
otp-efcf68b66bf44f038bca06ade787223e4ba896ca.tar.bz2
otp-efcf68b66bf44f038bca06ade787223e4ba896ca.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml18
-rw-r--r--erts/vsn.mk2
2 files changed, 19 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 13cd4129ac..37c3af7f6c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,24 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.3.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix <c>erlang:open_port/2</c> with the <c>fd</c> 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.</p>
+ <p>
+ Own Id: OTP-15753 Aux Id: ERL-900 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.3.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
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