From: Francis Dupont Date: Sat, 28 Nov 2020 08:58:22 +0000 (+0100) Subject: [#1579] Added #1472 ChangeLog entry X-Git-Tag: Kea-1.8.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ac05de4e9a2281727f4e366231e20f5e8a24d2;p=thirdparty%2Fkea.git [#1579] Added #1472 ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 159818586d..49f42a05f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1802. [bug] andrei + Fix trivial logic error in handling the "lease4-update" command + manifesting itself on v4 if multi-threading is enabled. + Notable affected environment is a HA with the + "send-lease-updates" configuration setting explicitly set to + true. Prior to this fix, lease updates would not go through to + other HA nodes, even though some log lines would say they would. + A simple workaround prior to this fix is to disable + multi-threading. + (Gitlab #1542,#1572) + Kea 1.8.1 (stable) released on Nov 12, 2020 1801. [build] razvan