diff options
author | Erlang/OTP <[email protected]> | 2011-05-04 12:36:00 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-05-04 12:36:00 +0200 |
commit | 7050c922b25fe1306caffc7545a89e0ddc1de06a (patch) | |
tree | f236018e903e7b8c664f9f1f5278a00286f24045 /erts | |
parent | c51a9d6863b370ac14c049f51cd6da6611704d1d (diff) | |
download | otp-7050c922b25fe1306caffc7545a89e0ddc1de06a.tar.gz otp-7050c922b25fe1306caffc7545a89e0ddc1de06a.tar.bz2 otp-7050c922b25fe1306caffc7545a89e0ddc1de06a.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index e91839572b..f5607945a8 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,22 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.8.3.2</title> + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Fix halfword emulator bug in <c>ets:select_delete</c> for + <c>ordered_set</c> that caused emulator to crash.</p> + <p> + Own Id: OTP-9258 Aux Id: seq11836 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.8.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 833db76246..b02073134a 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.8.3.1 +VSN = 5.8.3.2 SYSTEM_VSN = R14B02 # Port number 4365 in 4.2 |