From: Marcin Siodelski Date: Tue, 6 Mar 2018 18:20:57 +0000 (+0100) Subject: [master] Added ChangeLog entry for #5457. X-Git-Tag: ha_checkpoints12~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a885f9414a49807fe994cd4979310d2f25938851;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #5457. --- diff --git a/ChangeLog b/ChangeLog index afc5030a51..724eb2a5d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1370. [func] marcin + Implemented new hook points "dhcp4_srv_configured" and + "leases4_committed" in the DHCPv4 server. The latter supports + new next step status NEXT_STEP_PARK which causes the server + to "park" the client's DHCP packet. + (Trac #5457, git af43f07b0e227ccabcdf07a046a64cebb11bdccf) + 1369. [bug] fdupont Fixed a bug in JSONfeed tool which did not correctly handle strings and interpret their content.