From: Michal 'vorner' Vaner Date: Tue, 10 Jan 2012 14:00:45 +0000 (+0100) Subject: Changelog X-Git-Tag: trac2351_base~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=591f208dba31d33d147d39c68dbf0dfbfc64c70f;p=thirdparty%2Fkea.git Changelog --- diff --git a/ChangeLog b/ChangeLog index 75e328e0ff..18786c9eda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +361. [vorner] vorner,jelte,jinmei + The socket creator is now used to provide sockets. It means you can + reconfigure the ports and addresses at runtime even when the rest of the + bind10 runs as non root user. + (Trac #805,#1522, git 1830215f884e3b5efda52bd4dbb120bdca863a6a) + 360. [bug] vorner Fixed problem where bindctl crashed when a duplicate non-string item was added to a list. This error is now properly reported.