summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2019-06-13 15:24:21 +0200
committerFrancis Dupont <fdupont@isc.org>2019-06-13 15:24:21 +0200
commit08eeee2e8c795e368e36a7a5b167d59c8b004e8e (patch)
treea37a9c7df99424ecb94d4683437f942d73110fe7 /ChangeLog
parent[540-recommend-moving-hostname-char-set-and-hostname-char-replacement-out-of-... (diff)
downloadkea-08eeee2e8c795e368e36a7a5b167d59c8b004e8e.tar.xz
kea-08eeee2e8c795e368e36a7a5b167d59c8b004e8e.zip
[540-recommend-moving-hostname-char-set-and-hostname-char-replacement-out-of-dhcp-ddns] Added ChangeLog entry for hostname-char-* at global scope
Diffstat (limited to '')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb650079f7..632ca131a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1590. [func] fdupont
+ It is now possible to specify hostname-char-set and
+ hostname-char-replacement at the global scope allowing to sanitize
+ host names without requiring a dhcp-ddns entry.
+ (Gitlab #540,!374, git 0a5979369902070ee0c4faf3b713627455b99489)
+
1589. [bug] razvan
Fixed configuring kea with tools/cql_config when using --with-cql
from source.