diff options
author | John Högberg <[email protected]> | 2019-07-03 10:31:58 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-03 10:31:58 +0200 |
commit | b0a8268780f3f24cbfd9698a0ca08d166bbbd798 (patch) | |
tree | 671df9369e24377b40b80145f37564209e05d2d1 /erts/doc | |
parent | 9e49cf35723d7436dbd0ec2f3c8da165b6eb906a (diff) | |
parent | 7999631c63998cffc07bbcc91dd86cbe709dde5f (diff) | |
download | otp-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.tar.gz otp-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.tar.bz2 otp-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.zip |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 7ff780b787..5ca387ffd8 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,54 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.4.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + An invalid value test caused the socket:setopt(Socket, + ip, add_membership, ip_mreq()) to fail with badarg. The + same for drop_membership.</p> + <p> + Own Id: OTP-15908 Aux Id: ERL-980 </p> + </item> + <item> + <p> + Fixed bug causing VM crash when doing textual dump of a + process containing an unhandled monitor down signal. + Textual process dumps can be done with + <c>erlang:system_info(procs)</c>, trace feature + <c>process_dump</c>, Erlang shell break menu and a + crashdump. Bug exist since OTP 21.0.</p> + <p> + Own Id: OTP-15909 Aux Id: ERL-979 </p> + </item> + <item> + <p><c>lists:subtract/2</c> would produce incorrect + results for some inputs on 64-bit platforms.</p> + <p> + Own Id: OTP-15938 Aux Id: ERL-986 </p> + </item> + <item> + <p>Fixed a bug in the loader that was similar to + <c>OTP-15938</c>, yielding incorrect code for some inputs + on 64-bit platforms.</p> + <p> + Own Id: OTP-15939</p> + </item> + <item> + <p> + Fixed bug causing scheduler threads in rare cases to + block spinnning indefinitely. Bug exists since OTP 21.0.</p> + <p> + Own Id: OTP-15941 Aux Id: PR-2313 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.4.3</title> <section><title>Fixed Bugs and Malfunctions</title> |