diff options
author | Erlang/OTP <[email protected]> | 2012-12-06 14:58:51 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-12-06 14:58:51 +0100 |
commit | 05f8e1029d5bfc102558c68264ee91757788885e (patch) | |
tree | ac167fd9dafb9dd2eb93fbb3fd3b8fd2df124ac6 /erts | |
parent | 99e66ce7f6bd42a380fc474f49af3130922ee11f (diff) | |
download | otp-05f8e1029d5bfc102558c68264ee91757788885e.tar.gz otp-05f8e1029d5bfc102558c68264ee91757788885e.tar.bz2 otp-05f8e1029d5bfc102558c68264ee91757788885e.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 801966c6e7..e996d3e8e3 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,28 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.3.1</title> + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Create an erl_crash.dump if no heart exists and no + ERL_CRASH_DUMP_SECONDS is set (behaviour changed).</p> + <p> + Don't create an erl_crash.dump if heart do exists and no + ERL_CRASH_DUMP_SECONDS is set (behaviour not changed).</p> + <p> + This changes the behaviour back to the R15B02 default + considering if a beam was running with no heart.</p> + <p> + Own Id: OTP-10602</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 37ccd8df22..34410354bc 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.9.3 +VSN = 5.9.3.1 SYSTEM_VSN = R15B03 # Port number 4365 in 4.2 |