From c73ffa69fd26e03b0879a7773f7f6796f19aee2e Mon Sep 17 00:00:00 2001 From: Jelte Jansen Date: Wed, 2 May 2012 14:41:13 +0200 Subject: [PATCH] [master] update changelog for merge of #1843 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc74da244d..a4566358c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +429. [func] jelte + Added an 'execute' component to bindctl, which executes either a set + of commands from a file or a built-in set of commands. Currently, + only 'init_authoritative_server' is provided as a built-in set, but + it is expected that more will be added later. + (Trac #1843, git 551657702a4197ef302c567b5c0eaf2fded3e121) + 428. [bug] marcin perfdhcp: bind to local address to allow reception of replies from IPv6 DHCP servers.