diff options
author | Erlang/OTP <[email protected]> | 2019-06-12 09:51:26 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-06-12 09:51:26 +0200 |
commit | d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f (patch) | |
tree | 83115e9e37cdf5dbe1cf62cb3fe3962a6b79d40e /erts | |
parent | 3f2bd7ffb2fed616983d43454b5aa2f5c9a9f49a (diff) | |
download | otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.tar.gz otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.tar.bz2 otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 33 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index ddf17097bd..075972c979 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,39 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.4.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed <c>process_info(Pid,reductions)</c> to not + categorically increase reduction count of the measured + process <c>Pid</c>. Repeated reduction measure of an idle + process will most often (but not guaranteed) return the + same value, like it behaved before OTP 21.3.8.</p> + <p> + Own Id: OTP-15865 Aux Id: ERL-964 </p> + </item> + <item> + <p>Fixed an incorrect load-time optimization that could + cause a crash when extracting deeply nested tuple + elements.</p> + <p> + Own Id: OTP-15871 Aux Id: ERIERL-374 </p> + </item> + <item> + <p> + Fix bug causing VM crash when pressing P for "proc info" + in Erlang shell break menu. Bug exists since OTP 22.0.</p> + <p> + Own Id: OTP-15873 Aux Id: ERL-965 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.4.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 4d8282bf15..53dce5e815 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.4.1 +VSN = 10.4.2 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |