From: Francis Dupont Date: Wed, 30 May 2018 12:59:24 +0000 (+0200) Subject: [master] Finishing merge of trac5563 (Removed get*(hwaddr, duid) from host backend... X-Git-Tag: trac5631_base~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4c34b069f114f93d9f29cdeb02b536a0fbc982;p=thirdparty%2Fkea.git [master] Finishing merge of trac5563 (Removed get*(hwaddr, duid) from host backend APIs) --- diff --git a/ChangeLog b/ChangeLog index 0ba24a0ddf..e48687330d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1413. [func] fdupont + Removed getAll, get4 and get6 methods using both hardware address + and DUID from host backend (aka host data source) APIs. + This is an *incompatible* change. + (Trac #5563, git xxx) + 1412. [func]* marcin The client classes used by the High Availability hook library use upper case "HA_" prefix and they are now built-in classes.