summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2020-11-16 09:44:52 +0100
committerAndrei Pavel <andrei@isc.org>2020-11-16 09:44:52 +0100
commit8bfc6b767bbf39e65c4043a3369378a175d251bf (patch)
treea7e12cb50585a50fbc7347c107bb1df6b76cecab /ChangeLog
parent[#1542] fix lease4-update on multithreaded v4 (diff)
downloadkea-8bfc6b767bbf39e65c4043a3369378a175d251bf.tar.xz
kea-8bfc6b767bbf39e65c4043a3369378a175d251bf.zip
[#1542] add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93eb50bc43..71bc97e1e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1828. [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)
+
1827. [build] andrei
Add `tools/add-config-h.sh` script that can add
`#include <config.h>` lines to non-generated source files that