From: Thomas Markwalder Date: Tue, 11 Jun 2013 17:03:48 +0000 (-0400) Subject: [master] Added entry 627. X-Git-Tag: bind10-1.2.0beta1-release~366^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea8be8f804ea9d99f49d299b90ff6cb735254c32;p=thirdparty%2Fkea.git [master] Added entry 627. --- diff --git a/ChangeLog b/ChangeLog index 7d3eff3403..fe779ea5d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +627 [func] tmark + Logger name for DHCP-DDNS has been changed from "d2_logger" to "dhcpddns". + In addition, its log messages now use two suffixes, DCTL_ for logs the + emanate from the underlying base classes, and DHCP_DDNS_ for logs which + emanate from DHCP-DDNS specific code + (trac #2978 git 5aec5fb20b0486574226f89bd877267cb9116921) + 626. [func] tmark Created the initial implementation of DHCP-DDNS service controller class, D2Controller, and the abstract class from