From e1c07d4f5876d4b3074d6461fbffba39243c527a Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Thu, 9 May 2019 16:37:36 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 33 +++++++++++++++++++++++++++++++++ lib/erl_interface/vsn.mk | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 5ad0e2499b..ee2cd66d84 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,39 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.11.2.1 + +
Fixed Bugs and Malfunctions + + +

+ erl_interface/ei refused to use node names + with an alive name (the part of the node name preceding + the @ sign) longer than 63 characters and a host name + longer than 64 characters. The total amount of characters + allowed in a node name (alivename@hostname) was thus + limited to 128 characters. These limits applied both to + the own node name as well as node names of other nodes. + Ordinary Erlang nodes limit the node name length to 256 + characters, which meant that you could not communicate + with certain Erlang nodes due to their node name used.

+

+ erl_interface/ei now allow the total amount + of characters in a node name to be up to 256 characters. + These characters may be distributed between alive name + and host name in whatever way needed. That is, the + maximum amount of characters in the alive name may be 254 + and the maximum amount of characters in the host name may + be 254, but in total the node name must not exceed 256 + characters.

+

+ Own Id: OTP-15781 Aux Id: ERIERL-356

+
+
+
+ +
+
Erl_Interface 3.11.2
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 5e63f75ab5..887d911493 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.11.2 +EI_VSN = 3.11.2.1 ERL_INTERFACE_VSN = $(EI_VSN) -- cgit v1.2.3