summaryrefslogtreecommitdiff
path: root/lib/erl_interface/doc
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-05-06 09:59:02 +0200
committerLukas Larsson <lukas@erlang.org>2021-05-06 09:59:02 +0200
commita392393c96e273a2ecbda1d67a2b2c5cfac099f4 (patch)
tree1e592e5ea68cdc241e644f585312a21b25168d3f /lib/erl_interface/doc
parent47a2d071be790b86362b425ec55764ecf5877e25 (diff)
parentda391d9b00c869095539ce97048aa9ebf6524552 (diff)
downloaderlang-a392393c96e273a2ecbda1d67a2b2c5cfac099f4.tar.gz
Merge branch 'maint-23' into maint
* maint-23: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
Diffstat (limited to 'lib/erl_interface/doc')
-rw-r--r--lib/erl_interface/doc/src/notes.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml
index 8fd3287020..bd1cd4d701 100644
--- a/lib/erl_interface/doc/src/notes.xml
+++ b/lib/erl_interface/doc/src/notes.xml
@@ -31,6 +31,40 @@
</header>
<p>This document describes the changes made to the Erl_interface application.</p>
+<section><title>Erl_Interface 4.0.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix bug where sending of large data with ei_send_*/ei_rpc
+ with infinite timeout could fail when the tcp buffer
+ becomes full.</p>
+ <p>
+ Fault has existed since OTP-21.</p>
+ <p>
+ Own Id: OTP-17358 Aux Id: ERLERL-610 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Known Bugs and Problems</title>
+ <list>
+ <item>
+ <p>
+ The <c>ei</c> API for decoding/encoding terms is not
+ fully 64-bit compatible since terms that have a
+ representation on the external term format larger than 2
+ GB cannot be handled.</p>
+ <p>
+ Own Id: OTP-16607 Aux Id: OTP-16608 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erl_Interface 4.0.2</title>
<section><title>Fixed Bugs and Malfunctions</title>