diff options
author | Erlang/OTP <[email protected]> | 2017-06-07 15:19:37 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-06-07 15:19:37 +0200 |
commit | 52b2161b5e28d2a11031168634ab7f513cc6d842 (patch) | |
tree | 32e77baa9476a8b283a16c2a2c126c372288512c /erts/doc | |
parent | b14b5bb42a5a47c3fc0426fb80c060e5ffd9deb6 (diff) | |
download | otp-52b2161b5e28d2a11031168634ab7f513cc6d842.tar.gz otp-52b2161b5e28d2a11031168634ab7f513cc6d842.tar.bz2 otp-52b2161b5e28d2a11031168634ab7f513cc6d842.zip |
Update release notes
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 35d7381cf3..02b4de404e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,35 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.3.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Active-mode TCP sockets are now cleaned up properly on + send/shutdown errors.</p> + <p> + Own Id: OTP-14441 Aux Id: ERL-430 </p> + </item> + <item> + <p> + A code purge operation could under certain circumstances + expand the size of hibernated processes.</p> + <p> + Own Id: OTP-14444 Aux Id: ERIERL-24 </p> + </item> + <item> + <p> + Fix so that the ERL_ZZ_SIGTERM_KILL introduced in + erts-8.3.4 works.</p> + <p> + Own Id: OTP-14451</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3.4</title> <section><title>Fixed Bugs and Malfunctions</title> |