diff options
author | Erlang/OTP <[email protected]> | 2015-09-07 17:49:29 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-09-07 17:49:29 +0200 |
commit | fa30eeeb6f54bb0421a76a321f77b9163dca8de9 (patch) | |
tree | ba74d4af66621dfd279803806bacf04b941bc715 /erts | |
parent | 5794d3d4bf28a33be1e6c802d709c305f23773c0 (diff) | |
download | otp-fa30eeeb6f54bb0421a76a321f77b9163dca8de9.tar.gz otp-fa30eeeb6f54bb0421a76a321f77b9163dca8de9.tar.bz2 otp-fa30eeeb6f54bb0421a76a321f77b9163dca8de9.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 5682b9254c..cc224bee49 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,23 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 6.4.1.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + When tracing with <c>process_dump</c> option, the VM + could abort if there was an ongoing binary match + somewhere in the call stack of the traced process./</p> + <p> + Own Id: OTP-12968</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 6.4.1.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 35f40995d5..b8f4cf6946 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 6.4.1.2 +VSN = 6.4.1.3 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |