diff options
author | Erlang/OTP <[email protected]> | 2019-04-12 12:26:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-12 12:26:23 +0200 |
commit | da620d820b52db81c1c1cdf8373412231c013f8c (patch) | |
tree | 54bd1e9fa2e62deab5eff54b25848f0636cdbd35 /erts/doc | |
parent | c7932fd8ea0b4fe7d11a22aed5ccc50c5f88b47d (diff) | |
download | otp-da620d820b52db81c1c1cdf8373412231c013f8c.tar.gz otp-da620d820b52db81c1c1cdf8373412231c013f8c.tar.bz2 otp-da620d820b52db81c1c1cdf8373412231c013f8c.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ </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> |