summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcin Siodelski <msiodelski@gmail.com>2023-03-28 11:37:29 +0200
committerMarcin Siodelski <msiodelski@gmail.com>2023-03-29 22:17:25 +0200
commit466a1c8bc0e9c5abca52565a5bcc8e21d28a7fa4 (patch)
treeea275ae354ca94fd502d57e40202be8238259b25 /ChangeLog
parent[#2754] Fixed clock skew for partner unavailable (diff)
downloadkea-466a1c8bc0e9c5abca52565a5bcc8e21d28a7fa4.tar.xz
kea-466a1c8bc0e9c5abca52565a5bcc8e21d28a7fa4.zip
[#2754] Added ChangeLog for #2754
Diffstat (limited to '')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1edf601fd..1da946387f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2122. [bug] marcin
+ Fixed a bug in the HA hook library whereby the HA service could
+ sometimes terminate even after the partner's clock has been
+ corrected. The last clock skew is now ignored when a
+ communication failure with the partner occurs.
+ (Gitlab #2754)
+
2121. [func] marcin
Implemented Free Lease Queue allocator. It can be used for
address assignment in DHCPv4 and prefix delegation in DHCPv6.