From ba04662d2b37458915b177ba8b6d77641120ac13 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 14 Jun 2019 08:47:47 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 17 +++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 63c27ee171..f69572fcd9 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the ERTS application.

+
Erts 9.3.3.11 + +
Fixed Bugs and Malfunctions + + +

Fixed a buffer overflow when + binary_to_existing_atom/2 and + list_to_existing_atom/2 was used with the + latin1 encoding.

+

+ Own Id: OTP-15819 Aux Id: ERL-944

+
+
+
+ +
+
Erts 9.3.3.10
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index ad7bbc4d87..c30d35b6df 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 9.3.3.10 +VSN = 9.3.3.11 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3