diff options
author | Rickard Green <[email protected]> | 2019-05-08 10:09:17 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-05-08 10:09:17 +0200 |
commit | a85ee28f2b72a72da63ada2561e2dd53afdbf6d9 (patch) | |
tree | 2b52861c132fc4c2c5f30b2e80533b3df0a14fd2 /lib/erl_interface/doc/src/notes.xml | |
parent | 79df59b5e0643a236fdc238e7417053f84e50c77 (diff) | |
parent | c9fdce99cd311eb07a6cbac2c25186f7609b565c (diff) | |
download | otp-a85ee28f2b72a72da63ada2561e2dd53afdbf6d9.tar.gz otp-a85ee28f2b72a72da63ada2561e2dd53afdbf6d9.tar.bz2 otp-a85ee28f2b72a72da63ada2561e2dd53afdbf6d9.zip |
Merge branch 'maint'
* maint:
Fix bad merge from maint-21
Fix bad merge from maint-21
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
Diffstat (limited to 'lib/erl_interface/doc/src/notes.xml')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index fc6a1bb548..b331fd81b6 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,39 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.11.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + <c>erl_interface</c>/<c>ei</c> 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.</p> + <p> + <c>erl_interface</c>/<c>ei</c> 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.</p> + <p> + Own Id: OTP-15781 Aux Id: ERIERL-356 </p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.11.2</title> <section><title>Fixed Bugs and Malfunctions</title> |