diff options
author | Erlang/OTP <[email protected]> | 2018-04-19 16:23:31 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-04-19 16:23:31 +0200 |
commit | 111fb0d3861a7d512756f2abf0832a694d915239 (patch) | |
tree | c27fb882a01cf0c6fe8cc13664c48229926cdfa6 /lib/erl_interface | |
parent | 7920c389594797153cc27ac6dea206fbd44de331 (diff) | |
download | otp-111fb0d3861a7d512756f2abf0832a694d915239.tar.gz otp-111fb0d3861a7d512756f2abf0832a694d915239.tar.bz2 otp-111fb0d3861a7d512756f2abf0832a694d915239.zip |
Prepare release
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 23 | ||||
-rw-r--r-- | lib/erl_interface/vsn.mk | 2 |
2 files changed, 24 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 641a3de13f..f165dde259 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,29 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.10.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bug in <c>ei_connect</c> functions that may cause + failure due to insufficient buffer space for + gethostbyname_r.</p> + <p> + Own Id: OTP-15022 Aux Id: ERIERL-163 </p> + </item> + <item> + <p> + Optimize encoding/decoding for pure 7-bit ascii atoms.</p> + <p> + Own Id: OTP-15023 Aux Id: ERIERL-150 </p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.10.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index d76d110afd..8b6e91757d 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.10.1 +EI_VSN = 3.10.2 ERL_INTERFACE_VSN = $(EI_VSN) |