diff options
author | Erlang/OTP <[email protected]> | 2019-05-06 17:09:17 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-05-06 17:09:17 +0200 |
commit | 5aa950086a5fa036f27e670517a5c743e0610128 (patch) | |
tree | 796a51a74951a6a2a62ad81e9807528ce49a3e04 /erts | |
parent | f887b77313b2e8f36b2030dddea1eda78199d407 (diff) | |
download | otp-5aa950086a5fa036f27e670517a5c743e0610128.tar.gz otp-5aa950086a5fa036f27e670517a5c743e0610128.tar.bz2 otp-5aa950086a5fa036f27e670517a5c743e0610128.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index e0af7bc4ce..e8a7d88f9e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,24 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.3.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed more bugs in <c>process_info(reductions)</c> + causing it to sometimes behave non-monotonic. That is, a + subsequent call toward the same process could return a + lower reduction value.</p> + <p> + Own Id: OTP-15793 Aux Id: ERIERL-337, OTP-15709 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.3.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index fafcdf3b28..c57f8746f6 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.4 +VSN = 10.3.5 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |