From: Mukund Sivaraman Date: Fri, 19 Jul 2013 10:37:02 +0000 (+0530) Subject: [master] Add ChangeLog entry for #3056 X-Git-Tag: bind10-1.2.0beta1-release~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca5c18086bcc1fb712a33c0f4f96c27cb76348cd;p=thirdparty%2Fkea.git [master] Add ChangeLog entry for #3056 --- diff --git a/ChangeLog b/ChangeLog index 17fd72319c..9974f83c77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +643. [bug] muks + When running some unittests as root that depended on insufficient + file permissions, the tests used to fail because the root user + could still access such files. Such tests are now skipped when + they are run as the root user. + (Trac #3056, git 92ebabdbcf6168666b03d7f7fbb31f899be39322) + 642. [func] tomek Added initial set of hooks (pk6_receive, subnet6_select, lease6_select, pkt6_send) to the DHCPv6 server.