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 | |
parent | 9bfe34cd733a3d42e977a6a6d014bd227bec3fb6 (diff) | |
download | otp-b059b597cb31be08220cb967c117033f34ca49c4.tar.gz otp-b059b597cb31be08220cb967c117033f34ca49c4.tar.bz2 otp-b059b597cb31be08220cb967c117033f34ca49c4.zip |
Prepare release
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/kernel/vsn.mk | 2 |
2 files changed, 21 insertions, 1 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> diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index 60a1b0bff8..7f2041ef55 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 5.4.3 +KERNEL_VSN = 5.4.3.1 |