diff options
author | Erlang/OTP <[email protected]> | 2018-06-28 17:09:22 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-28 17:09:22 +0200 |
commit | b059b597cb31be08220cb967c117033f34ca49c4 (patch) | |
tree | d1b81b6e0de61c6eafa14b012beaeaff4cb4e5d6 /lib/kernel/doc | |
parent | 9bfe34cd733a3d42e977a6a6d014bd227bec3fb6 (diff) | |
download | otp-b059b597cb31be08220cb967c117033f34ca49c4.tar.gz otp-b059b597cb31be08220cb967c117033f34ca49c4.tar.bz2 otp-b059b597cb31be08220cb967c117033f34ca49c4.zip |
Prepare release
Diffstat (limited to 'lib/kernel/doc')
-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 09844f1502..f7d2c93666 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,26 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<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> |