diff options
author | Erlang/OTP <[email protected]> | 2011-12-27 15:20:44 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-12-27 15:20:44 +0100 |
commit | c6d37ba58c505ead46a3e939b3d38236dbd20aa5 (patch) | |
tree | b5272d3a3e14c3aaa652cbce1fe912120252ffc1 /erts/doc/src/notes.xml | |
parent | a86e7ed23239cca282dc8aec28c06e2fd880c977 (diff) | |
download | otp-c6d37ba58c505ead46a3e939b3d38236dbd20aa5.tar.gz otp-c6d37ba58c505ead46a3e939b3d38236dbd20aa5.tar.bz2 otp-c6d37ba58c505ead46a3e939b3d38236dbd20aa5.zip |
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-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 cfee978bde..d7967212b1 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,35 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A feature test for the <c>lwsync</c> instruction + performed on PowerPC hardware at runtime system startup + got into an eternal loop if the instruction was not + supported. This bug was introduced in erts-5.9/OTP-R15B.</p> + <p> + Own Id: OTP-9843</p> + </item> + <item> + <p> + I/O events could potentially be delayed for ever when + enabling kernel-poll on a non-SMP runtime system + executing on Solaris. When also combined with + async-threads the runtime system hung before completing + the boot phase. This bug was introduced in + erts-5.9/OTP-R15B.</p> + <p> + Own Id: OTP-9844</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9</title> <section><title>Fixed Bugs and Malfunctions</title> |