diff options
author | Sverker Eriksson <[email protected]> | 2018-06-29 15:49:11 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-06-29 15:49:11 +0200 |
commit | d8f9138ce941fbce571a05afaf2453765aa25899 (patch) | |
tree | 04d1287e0d7a917b6c2cd11f94ffbd7715f4a97b /lib/kernel/doc/src | |
parent | d7495c826d4c653f72d510c3a8ff4034d732b323 (diff) | |
parent | 857156bcadae45fe112911bd7ca735ac6f3ca9d2 (diff) | |
download | otp-d8f9138ce941fbce571a05afaf2453765aa25899.tar.gz otp-d8f9138ce941fbce571a05afaf2453765aa25899.tar.bz2 otp-d8f9138ce941fbce571a05afaf2453765aa25899.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
kernel: Fix tick count bug when pending writes
kernel: Send tick to hidden node even if pending writes
ic: Fix buffer overrun bug in oe_ei_encode_atom
erl_interface: Fix simultaneous connection setup
Diffstat (limited to 'lib/kernel/doc/src')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index e1ef8ab387..6e88e98c6d 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -314,6 +314,26 @@ </section> +<section><title>Kernel 5.4.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix some potential buggy behavior in how ticks are sent + on inter node distribution connections. Tick is now sent + to c-node even if there are unsent buffered data, as + c-nodes need ticks in order to send reply ticks. The + amount of sent data was calculated wrongly when ticks + where suppressed due to unsent buffered data.</p> + <p> + Own Id: OTP-15162 Aux Id: ERIERL-191 </p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 5.4.3</title> <section><title>Fixed Bugs and Malfunctions</title> |