]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1054 for Trac #4202
authorThomas Markwalder <tmark@isc.org>
Mon, 23 Nov 2015 20:24:49 +0000 (15:24 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 23 Nov 2015 20:24:49 +0000 (15:24 -0500)
ChangeLog

index ab02a66a4baa43c392816cdd117909d0fa55042b..b7e279fad7b5a7861812841eb24b1d4d55d390a4 100644 (file)
--- 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.