aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-05-09 18:18:18 +0200
committerRickard Green <[email protected]>2019-05-09 18:18:18 +0200
commit603c980080218d9997f3fdc7015bb23987fad29c (patch)
tree9f3f247668b0c3ea9a9acad178da5d0447f6161b /lib
parent551d03fe8232a66daf1c9a106194aa38ef660ef6 (diff)
parentb48e2446709cfd3e1e12743d90c0b760c0d846d6 (diff)
downloadotp-603c980080218d9997f3fdc7015bb23987fad29c.tar.gz
otp-603c980080218d9997f3fdc7015bb23987fad29c.tar.bz2
otp-603c980080218d9997f3fdc7015bb23987fad29c.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release
Diffstat (limited to 'lib')
-rw-r--r--lib/erl_interface/doc/src/notes.xml33
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 b331fd81b6..3d7f7e5637 100644
--- a/lib/erl_interface/doc/src/notes.xml
+++ b/lib/erl_interface/doc/src/notes.xml
@@ -64,6 +64,39 @@
</section>
+<section><title>Erl_Interface 3.11.2.1</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>