From: Francis Dupont Date: Thu, 13 Jun 2019 13:24:21 +0000 (+0200) Subject: [540-recommend-moving-hostname-char-set-and-hostname-char-replacement-out-of-dhcp... X-Git-Tag: Kea-1.6.0-beta2~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08eeee2e8c795e368e36a7a5b167d59c8b004e8e;p=thirdparty%2Fkea.git [540-recommend-moving-hostname-char-set-and-hostname-char-replacement-out-of-dhcp-ddns] Added ChangeLog entry for hostname-char-* at global scope --- 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.