From: Michal 'vorner' Vaner Date: Wed, 11 Jan 2012 20:31:20 +0000 (+0100) Subject: Changelog X-Git-Tag: trac2351_base~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73d2c507ffae1519e72f6b2e372f75aa5ad536c1;p=thirdparty%2Fkea.git Changelog --- diff --git a/ChangeLog b/ChangeLog index c1d99a06a6..76fb26f2f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -361. [func] vorner,jelte,jinmei +362. [func]* vorner + Due to the socket creator changes, b10-auth and b10-resolver are no longer + needed to start as root. They are started as the user they should be + running, so they no longer have the -u flag for switching the user after + initialization. + (Trac #1508-#1510, git edc5b3c12eb45437361484c843794416ad86bb00) + +361. [func] 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.