diff options
author | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 |
commit | bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 (patch) | |
tree | a19c71208a9cb9e98cb83fddab2fb63f5bd3436e /lib/erl_interface | |
parent | fab4839df8dbf6ee394278893382abd9800236a1 (diff) | |
download | otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.gz otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.bz2 otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.zip |
Prepare release
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 38 | ||||
-rw-r--r-- | lib/erl_interface/vsn.mk | 2 |
2 files changed, 39 insertions, 1 deletions
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 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.10.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bug where calling erl_init on certain platforms could + result in a buffer overflow bug.</p> + <p> + Own Id: OTP-15033</p> + </item> + <item> + <p> + Fixed <c>erl_call -m</c> to not deallocate module source + binary before it has been read.</p> + <p> + Own Id: OTP-15105 Aux Id: ERL-629 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> The program <c>erl_call</c> calls + <c>erl_eval:eval_str/1</c> when it used to call + <c>lib:eval_str/1</c>. This means that <c>erl_call</c> + will fail when trying interact with an Erlang node + running Erlang/OTP 20 or earlier. </p> + <p> + Own Id: OTP-15114 Aux Id: OTP-15072, ERL-634 </p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.10.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 8b6e91757d..586b23c5b3 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.10.2 +EI_VSN = 3.10.3 ERL_INTERFACE_VSN = $(EI_VSN) |