diff options
author | John Högberg <[email protected]> | 2019-06-18 09:42:33 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-18 09:42:33 +0200 |
commit | 7ad23f83d39dd99dbd9a64c595f9b88d777f697c (patch) | |
tree | d41fbbd7513868df600738c8d4e082c7ffa24914 /erts/doc | |
parent | b286b7f1de4aed13ba71b817321673eb67df941e (diff) | |
parent | 39f0bd930bd028c5520da0430056994e4c5925c3 (diff) | |
download | otp-7ad23f83d39dd99dbd9a64c595f9b88d777f697c.tar.gz otp-7ad23f83d39dd99dbd9a64c595f9b88d777f697c.tar.bz2 otp-7ad23f83d39dd99dbd9a64c595f9b88d777f697c.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 1256165455..ef55b2ed0a 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -564,6 +564,60 @@ </section> +<section><title>Erts 10.3.5.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + If you set <c>{linger,{true,0}}</c> on a <c>gen_tcp</c> + listen socket, accept a connection on that socket, and + then close the accepted socket, now the linger zero + setting is transferred to the accepted socket. Before + this correction that information was lost and the close + behaviour on the accepted socket incorrect.</p> + <p> + Own Id: OTP-15370 Aux Id: ERIERL-353 </p> + </item> + <item> + <p> + Fixed <c>process_info(Pid,reductions)</c> to not + categorically increase reduction count of the measured + process <c>Pid</c>. Repeated reduction measure of an idle + process will most often (but not guaranteed) return the + same value, like it behaved before OTP 21.3.8.</p> + <p> + Own Id: OTP-15865 Aux Id: ERL-964 </p> + </item> + <item> + <p> + The runtime system disconnected a connection if it + received an <c>exit/2</c> signal where the recipient was + a process on an old incarnation of the current node. That + is, the receiving node had the same node name, but + another "creation" number. The signal will now just be + dropped since the receiving process no longer exists.</p> + <p> + Own Id: OTP-15867 Aux Id: ERIERL-373 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The possibility to send ancillary data, in particular the + TOS field, has been added to <c>gen_udp:send/4,5</c>.</p> + <p> + Own Id: OTP-15747 Aux Id: ERIERL-294 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.3.5.2</title> <section><title>Fixed Bugs and Malfunctions</title> |