]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Add ChangeLog entry for #3056
authorMukund Sivaraman <muks@isc.org>
Fri, 19 Jul 2013 10:37:02 +0000 (16:07 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 19 Jul 2013 10:37:02 +0000 (16:07 +0530)
ChangeLog

index 17fd72319ca01417bc286688aff5f7701a5b88e6..9974f83c77f995f957c6aa27b5b561d7e7b12d0b 100644 (file)
--- 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.