BIND 10 master, updated. 453b58784344390cbc5375624e6e92a86b4ff3f1 [master] added changelog for #1858
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 15 20:16:37 UTC 2012
The branch, master has been updated
via 453b58784344390cbc5375624e6e92a86b4ff3f1 (commit)
from 405d85c8a0042ba807a3a123611ff383c4081ee1 (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 453b58784344390cbc5375624e6e92a86b4ff3f1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 15 13:16:24 2012 -0700
[master] added changelog for #1858
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 15 +++++++++++++++
1 file changed, 15 insertions(+)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 65505ec..9e76a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+494. [bug] jinmei
+ Fixed a problem that shutting down BIND 10 kept some of the
+ processes alive. It was two-fold: when the main bind10 process
+ started as a root, started b10-sockcreator with the privilege, and
+ then dropped the privilege, the bind10 process cannot kill the
+ sockcreator via signal any more (when it has to), but it kept
+ sending the signal and didn't stop. Also, when running on Python
+ 3.1 (or older), the sockcreator had some additional file
+ descriptor open, which prevented it from exiting even after the
+ bind10 process terminated. Now the bind10 process simply gives up
+ killing a subprocess if it fails due to lack of permission, and it
+ makes sure the socket creator is spawned without any unnecessary
+ FDs open.
+ (Trac #1858, git 405d85c8a0042ba807a3a123611ff383c4081ee1)
+
493. [build] jinmei
Fixed build failure with newer versions of clang++. These
versions are stricter regarding "unused variable" and "unused
More information about the bind10-changes
mailing list