diff options
author | Sverker Eriksson <[email protected]> | 2011-04-14 16:18:07 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-04-14 16:18:07 +0200 |
commit | c9e14ed976cf7b1ed89eeb3e75a258c37981feb4 (patch) | |
tree | 99e2959d454e1cf52f9e81cb08a6f5d39e34b29c /erts/doc/src/notes.xml | |
parent | 8cc4299ceade79d9649fa3516b15d17f9dd41d32 (diff) | |
parent | fb1eab890f6776419b3999285dff45802658e8f0 (diff) | |
download | otp-c9e14ed976cf7b1ed89eeb3e75a258c37981feb4.tar.gz otp-c9e14ed976cf7b1ed89eeb3e75a258c37981feb4.tar.bz2 otp-c9e14ed976cf7b1ed89eeb3e75a258c37981feb4.zip |
Merge branch 'maint-r14' into dev
Conflicts:
erts/vsn.mk
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 102fa43c1f..e91839572b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,39 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.8.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Ets table type ordered_set could order large integer keys + wrongly on pure 64bit platforms. This is now corrected.</p> + <p> + Own Id: OTP-9181</p> + </item> + <item> + <p> + The status of a process was unnecessarily set to waiting + before a process was enqueued in a run queue. This bug + was harmless up until OTP-R14B01. In OTP-R14B02 + <c>erlang:hibernate/3</c> was fixed (OTP-9125). After the + introduction of OTP-9125, the previously harmless process + status bug sometimes caused erroneous badarg exceptions + from <c>process_info()</c>.</p> + <p> + OTP-9125 also introduced a thread unsafe access to the + status field of a process which now also have been fixed.</p> + <p> + *** INCOMPATIBILITY with noxs ***</p> + <p> + Own Id: OTP-9197</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.8.3</title> <section><title>Fixed Bugs and Malfunctions</title> |