diff options
author | Erlang/OTP <[email protected]> | 2017-07-25 09:47:09 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-07-25 09:47:09 +0200 |
commit | a8b641fdefdb89103f19ca92dbf27bbcab6ea2ec (patch) | |
tree | 241199cdd6138bd7a9f273b44cbae47f9ddb94c5 /erts | |
parent | cb51938587ceef357f970d5978da279e410b9474 (diff) | |
download | otp-a8b641fdefdb89103f19ca92dbf27bbcab6ea2ec.tar.gz otp-a8b641fdefdb89103f19ca92dbf27bbcab6ea2ec.tar.bz2 otp-a8b641fdefdb89103f19ca92dbf27bbcab6ea2ec.zip |
Update release notes
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 48475ae305..99736c1641 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,42 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.3.5.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix performance bug in pre-allocators that could cause + them to permanently fall back on normal more expensive + memory allocation. Pre-allocators are used for quick + allocation of short lived meta data used by messages and + other scheduled tasks. Bug exists since OTP_R15B02.</p> + <p> + Own Id: OTP-14491</p> + </item> + <item> + <p>Fixed a bug that prevented TCP sockets from being + closed properly on send timeouts.</p> + <p> + Own Id: OTP-14509</p> + </item> + <item> + <p> + Fixed bug in operator <c>bxor</c> causing erroneuos + result when one operand is a big <em>negative</em> + integer with the lowest <c>N*W</c> bits as zero and the + other operand not larger than <c>N*W</c> bits. <c>N</c> + is an integer of 1 or larger and <c>W</c> is 32 or 64 + depending on word size.</p> + <p> + Own Id: OTP-14514</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3.5.1</title> <section><title>Fixed Bugs and Malfunctions</title> |