diff options
author | Hans Nilsson <[email protected]> | 2019-04-12 14:48:21 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-04-12 14:48:21 +0200 |
commit | be1c449af5afb7b6494b7e2629977fbc024de087 (patch) | |
tree | 42e6dee96da46b551ea67494905ed836f67316e0 /erts/doc | |
parent | c24ea58313c7a2b837831c9c8f9439d0ababe5df (diff) | |
parent | 7ad05d6dd4230061e8120ae8c0dec2535f47e294 (diff) | |
download | otp-be1c449af5afb7b6494b7e2629977fbc024de087.tar.gz otp-be1c449af5afb7b6494b7e2629977fbc024de087.tar.bz2 otp-be1c449af5afb7b6494b7e2629977fbc024de087.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
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> |