diff options
author | Erlang/OTP <[email protected]> | 2016-09-14 13:33:10 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-09-14 13:33:10 +0200 |
commit | 03dbdd45080139ee5ea083dd5153ec6056db1d1d (patch) | |
tree | 6876cbf838663907a9b058a2dbdd09d86b30cd54 /erts | |
parent | 528b9b8d22b20bfcfaf40a637e36f38628f62fd1 (diff) | |
download | otp-03dbdd45080139ee5ea083dd5153ec6056db1d1d.tar.gz otp-03dbdd45080139ee5ea083dd5153ec6056db1d1d.tar.bz2 otp-03dbdd45080139ee5ea083dd5153ec6056db1d1d.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 517ea3b11f..72d2837949 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.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a VM crash that occured in a garbage collection of + a process when it had received binaries. This bug was + introduced in ERTS version 8.0 (OTP 19.0).</p> + <p> + Own Id: OTP-13890</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index d9c441e887..95d0e7b08d 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.0.4 +VSN = 8.0.5 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |