summaryrefslogtreecommitdiff
path: root/lib/erl_interface/doc
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-05-06 09:43:12 +0200
committerLukas Larsson <lukas@erlang.org>2021-05-06 09:43:12 +0200
commit68a4bcf88ce5b17afd23ac0ef671458892e82203 (patch)
treeddd325ae20b3b5ed11453a90df8312bd488b9a9e /lib/erl_interface/doc
parentcf7daf59b0613d3d8e19127e888da7937fdc9e43 (diff)
parent47a2d071be790b86362b425ec55764ecf5877e25 (diff)
downloaderlang-68a4bcf88ce5b17afd23ac0ef671458892e82203.tar.gz
Merge branch 'maint'
* maint: Updated OTP version Prepare release
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 7da061609d..d076bb3586 100644
--- a/lib/erl_interface/doc/src/notes.xml
+++ b/lib/erl_interface/doc/src/notes.xml
@@ -307,6 +307,40 @@
</section>
+<section><title>Erl_Interface 3.13.2.1</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 3.13.2</title>
<section><title>Fixed Bugs and Malfunctions</title>