From fb7006280f8d5a45459e1fba066fe6f6131e8e86 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 24 Sep 2018 11:32:41 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 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 1438317d8d..07ddd82718 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,53 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.10.4 + +
Fixed Bugs and Malfunctions + + +

+ Make ei_connect and friends also accept state + ok_simultaneous during handshake, which means the + other node has initiated a connection setup that will be + cancelled in favor of this connection.

+

+ Own Id: OTP-15161 Aux Id: ERIERL-191

+
+ +

+ Fixed bug in ei_receive_msg, + ei_xreceive_msg, ei_receive_msg_tmo and + ei_xreceive_msg_tmo. The x->index was + set to entire buffer size instead of the number of bytes + actually received.

+

+ Own Id: OTP-15171

+
+ +

+ Fixed bug in ei_connect_init which could be + provoked if called by concurrent threads. + ei_connect_init called posix interface + gethostbyname which is documented as not thread + safe.

+

+ Own Id: OTP-15191

+
+ +

+ Fixed bug in erl_compare_ext() ignoring the tail of lists + of otherwise equal content. Example: [a | b] and + [a | c] compared equal and {[a], b} and + {[a], c} compared equal.

+

+ Own Id: OTP-15277 Aux Id: PR-1929

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