From bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 19 Jun 2018 08:24:54 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'lib/erl_interface/doc/src') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index b3a1a01acb..5b81f795b2 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,44 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.10.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix bug where calling erl_init on certain platforms could + result in a buffer overflow bug.

+

+ Own Id: OTP-15033

+
+ +

+ Fixed erl_call -m to not deallocate module source + binary before it has been read.

+

+ Own Id: OTP-15105 Aux Id: ERL-629

+
+
+
+ + +
Improvements and New Features + + +

The program erl_call calls + erl_eval:eval_str/1 when it used to call + lib:eval_str/1. This means that erl_call + will fail when trying interact with an Erlang node + running Erlang/OTP 20 or earlier.

+

+ Own Id: OTP-15114 Aux Id: OTP-15072, ERL-634

+
+
+
+ +
+
Erl_Interface 3.10.2
Fixed Bugs and Malfunctions -- cgit v1.2.3