aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-09-14 09:59:08 +0200
committerRickard Green <[email protected]>2016-09-14 09:59:08 +0200
commit4ad2eb90dbaab253cdac83030655b9bf6e4bc53d (patch)
treedb0dbb0d12d2c39e867cc343ce35a84c99bb51af /erts/doc/src
parent590561c0d40d9874d11d8d714beb0c390d93d42d (diff)
parent83bf7bd198921895b0ca29f7cd1cdb935a68f6e9 (diff)
downloadotp-4ad2eb90dbaab253cdac83030655b9bf6e4bc53d.tar.gz
otp-4ad2eb90dbaab253cdac83030655b9bf6e4bc53d.tar.bz2
otp-4ad2eb90dbaab253cdac83030655b9bf6e4bc53d.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release Fix crash due to heap fragments left after GC Conflicts: OTP_VERSION erts/emulator/beam/erl_gc.c
Diffstat (limited to 'erts/doc/src')
-rw-r--r--erts/doc/src/notes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 2a36e5568c..323df38ed3 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>