From: Thomas Markwalder Date: Mon, 23 Nov 2015 20:24:49 +0000 (-0500) Subject: [master] Added ChangeLog entry 1054 for Trac #4202 X-Git-Tag: trac4204fd_base~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4acc5160abf9aa521285889a2025d64be02fdc3;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1054 for Trac #4202 --- diff --git a/ChangeLog b/ChangeLog index ab02a66a4b..b7e279fad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1054. [func] [tmark] + Replaced underscores, "_", with hyphens "-", in the parameter + names used in the kea-ddns server's configuration as well as + those in the DDNS messages (NCRs) sent to the server. For + example, "ip_address" is now "ip-address", "change_type" is + now "change-type". This makes JSON element naming consistent + throughout Kea. + (Trac #4202 git 91bf527662060d4b1e294cd53e79b431edf0e910) + 1053. [doc] tomek Support for DHCPDECLINE (v4) and DECLINE (v6) messages is now described in the Kea User's Guide.