diff options
author | Erlang/OTP <[email protected]> | 2016-09-13 17:52:54 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-09-13 17:52:54 +0200 |
commit | 166232dd9c0754b566b6d4f1b37f1c8f0b93bafc (patch) | |
tree | 2cc64a14d2fe407e297890c7f209b39755cc61b7 /erts | |
parent | a1100bdc920f276e59909dbe2875d821f5c93bdc (diff) | |
download | otp-166232dd9c0754b566b6d4f1b37f1c8f0b93bafc.tar.gz otp-166232dd9c0754b566b6d4f1b37f1c8f0b93bafc.tar.bz2 otp-166232dd9c0754b566b6d4f1b37f1c8f0b93bafc.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index c348f56bc7..517ea3b11f 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.0.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a VM crash that occured in garbage collection of a + process when it had received maps over the distribution. + This bug was introduced in ERTS version 8.0 (OTP 19.0).</p> + <p> + Own Id: OTP-13889</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index acd4509304..d9c441e887 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.0.3 +VSN = 8.0.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |