summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2020-09-08 21:17:34 +0200
committerThomas Markwalder <tmark@isc.org>2020-09-09 22:15:01 +0200
commitcf3b2db15c9d4a567c88578a099987d0390039e9 (patch)
treea1bcde0bdf8609d8f713c64563f7539cc88eb8e6 /ChangeLog
parent[#1409] Clear DNS fields when reusing expired v4 leases (diff)
downloadkea-cf3b2db15c9d4a567c88578a099987d0390039e9.tar.xz
kea-cf3b2db15c9d4a567c88578a099987d0390039e9.zip
[#1409] Added ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8a90c4fd3..69634ba915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1798. [bug] tmark
+ kea-dhcp4 now correctly updates DNS when a client
+ returns for lease after the lease has expired. Prior
+ to this, the server would remove the entries but then
+ fail to add them unless the hostname (or FQDN) changed.
+ This change also eliminates redundant DNS removes when
+ expired leases are reclaimed and given to different clients.
+ (Gitlab #1409)
+
Kea 1.8.0 (stable) released on Aug 26, 2020
1797. [build] razvan