]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1704] Add ChangeLog entry
authorMukund Sivaraman <muks@isc.org>
Sun, 3 Jun 2012 20:54:59 +0000 (02:24 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 3 Jun 2012 20:54:59 +0000 (02:24 +0530)
ChangeLog

index c849b55d0e36af4741eefeb80060894f2073a927..ac66f529bdff0204123ea5ce9001f7e33c717ef8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+443.    [func]*                muks
+       The logger now uses a lockfile named `logger_lockfile' that is
+       created in the local state directory to mutually separate
+       individual logging operations from various processes. This is
+       done so that log messages from different processes don't mix
+       together in the middle of lines. The `logger_lockfile` is created
+       with file permission mode 0660. BIND 10's local state directory
+       should be writable and perhaps have g+s mode bit so that the
+       `logger_lockfile` can be opened by a group of processes.
+       (Trac #1704, git ad8d445dd0ba208107eb239405166c5c2070bd8b)
+
 442.   [func]          tomek
        b10-dhcp4, b10-dhcp6: Both DHCP servers now accept -p parameter
        that can be used to specify listening port number. This capability