diff options
author | Erlang/OTP <[email protected]> | 2019-05-14 15:27:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-05-14 15:27:45 +0200 |
commit | ac83ac8a030c8a81722dd18c2a417e2af8b2029f (patch) | |
tree | b1116976df6c13d6f381ba6eef0b5434c3f1f9c9 /erts | |
parent | cef9d9914da3c466da986e98e03b6dcd96715cbe (diff) | |
download | otp-ac83ac8a030c8a81722dd18c2a417e2af8b2029f.tar.gz otp-ac83ac8a030c8a81722dd18c2a417e2af8b2029f.tar.bz2 otp-ac83ac8a030c8a81722dd18c2a417e2af8b2029f.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 e8a7d88f9e..7afff4aa77 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.3.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a buffer overflow when + <c>binary_to_existing_atom/2</c> and + <c>list_to_existing_atom/2</c> was used with the + <c>latin1</c> encoding.</p> + <p> + Own Id: OTP-15819 Aux Id: ERL-944 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.3.5</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index c57f8746f6..a97fe7d9f8 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.5 +VSN = 10.3.5.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |