From: JINMEI Tatuya Date: Tue, 17 Jan 2012 22:16:02 +0000 (-0800) Subject: [master] updated a changelog entry for socketcreator things (362), X-Git-Tag: trac2351_base~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=876da4518e24aac874604630104b2de86bcf309a;p=thirdparty%2Fkea.git [master] updated a changelog entry for socketcreator things (362), noting backward incompatibility in b10-config.db --- diff --git a/ChangeLog b/ChangeLog index 10d9ec5a42..4adec692b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ 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. + Note: this change broke backward compatibility to boss component + configuration. If your b10-config.db contains "setuid" for + Boss.components, you'll need to remove that entry by hand before + starting BIND 10. (Trac #1508-#1510, git edc5b3c12eb45437361484c843794416ad86bb00) 361. [func] vorner,jelte,jinmei