summaryrefslogtreecommitdiff
path: root/lib/erl_interface/doc
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-05-06 14:03:59 +0200
committerLukas Larsson <lukas@erlang.org>2021-05-06 14:03:59 +0200
commit7b4d609e95c9802ae8e675a1c1592156bec6e2a3 (patch)
treea0e71b2420cd63d48589399861a6610e49212e03 /lib/erl_interface/doc
parentc6613757529770bdff43333233af5f062d8a93b2 (diff)
parentd11db4ccaf2264ddecd04495cfba76473b82319d (diff)
downloaderlang-7b4d609e95c9802ae8e675a1c1592156bec6e2a3.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.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml
index 8aa64a769c..f3972dc634 100644
--- a/lib/erl_interface/doc/src/notes.xml
+++ b/lib/erl_interface/doc/src/notes.xml
@@ -65,6 +65,25 @@
</section>
+<section><title>Erl_Interface 4.0.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>
+
<section><title>Erl_Interface 4.0.2</title>
<section><title>Fixed Bugs and Malfunctions</title>