diff options
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/erl_interface/vsn.mk | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 8608088b99..00427ea2ee 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,26 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.8</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Do not accept Nan and Infinity values</p> + <p> + Erlang does not accept these values, so we return an + error in the C interface rather than letting them through + to the Erlang VM, which rejects the message with a + somewhat cryptic "bad external term".</p> + <p> + Own Id: OTP-12801</p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.7.20</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index c809d5421e..94cfd30cec 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.7.20 +EI_VSN = 3.8 ERL_INTERFACE_VSN = $(EI_VSN) |