BIND 10 master, updated. dd34e731a3998c656995b178988e12cf0bd5c2b7 [master] changelog for #1622
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 3 20:01:08 UTC 2013
The branch, master has been updated
via dd34e731a3998c656995b178988e12cf0bd5c2b7 (commit)
from 5da8f8131b1224c99603852e1574b2a1adace236 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dd34e731a3998c656995b178988e12cf0bd5c2b7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jun 3 12:58:53 2013 -0700
[master] changelog for #1622
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ++++++++++
1 file changed, 10 insertions(+)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 5633a21..f661781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+624. [bug] jinmei
+ logging: prevented multiple BIND 10 processes from generating
+ multiple small log files when they dumped logs to files and try
+ to roll over them simultaneously. This fix relies on a feature of
+ underling logging library (log4cplus) version 1.1.0 or higher,
+ so the problem can still happen if BIND 10 is built with an older
+ version of log4cplus. (But this is expected to happen rarely in
+ any case unless a verbose debug level is specified).
+ (Trac #1622, git 5da8f8131b1224c99603852e1574b2a1adace236)
+
623. [func] tmark
Created the initial, bare-bones implementation of DHCP-DDNS service
process class, D2Process, and the abstract class from which it derives,
More information about the bind10-changes
mailing list