diff options
author | John Högberg <[email protected]> | 2017-07-04 10:48:47 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-04 10:48:47 +0200 |
commit | 522c3cca9ab2895e92984d46e1ca76b6d0aa1de9 (patch) | |
tree | 06c6d37c4b0e91548e638f7a90554ac4395e1510 /erts/doc/src | |
parent | fcca55a9deb1cfaa107fbe5bf5d093decf423fcd (diff) | |
parent | 4acf549207503d7c80cfbd9f0958aafd10da07d0 (diff) | |
download | otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.tar.gz otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.tar.bz2 otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Update release notes
Update version numbers
erts: Fix bug in quick alloc
Fix old length usage in string
stdlib: Fix bug in proc_lib
Support arbitrary crash report in proc_lib.
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 91494c66dd..722f7aaebd 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,43 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a bug in gen_tcp:send where it never returned when + repeatedly called on a remotely closed TCP socket.</p> + <p> + Own Id: OTP-13939 Aux Id: ERL-193 </p> + </item> + <item> + <p> + Fixed segfault that could happen during cleanup of + aborted erlang:port_command/3 calls. A port_command is + aborted if the port is closed at the same time as the + port_command was issued. This bug was introduced in + erts-8.0.</p> + <p> + Own Id: OTP-14481</p> + </item> + <item> + <p> + Fixed implementation of <c>statistics(wall_clock)</c> and + <c>statistics(runtime)</c> so that values do not + unnecessarily wrap due to the emulator. Note that the + values returned by <c>statistics(runtime)</c> may still + wrap due to limitations in the underlying functionality + provided by the operating system.</p> + <p> + Own Id: OTP-14484</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.0</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |