]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] added changelog for #2244
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 10 Oct 2012 16:32:40 +0000 (09:32 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 11 Oct 2012 17:04:41 +0000 (10:04 -0700)
ChangeLog

index f52f18c33965958db77990448fa35489be9edadd..868b02a335f92b0a0a33a68556b8a81d07f21dca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+487.   [bug]           jinmei
+       The bind10 process now terminates a component (subprocess) by the
+       "config remove Boss/components" bindctl command even if the
+       process crashes immediately before the command is sent to bind10.
+       Previously this led to an inconsistent state between the
+       configuration and an internal component list of bind10, and bind10
+       kept trying to restart the component.  A known specific case of
+       this problem is that b10-ddns could keep failing (due to lack of
+       dependency modules) and the administrator couldn't stop the
+       restart via bindctl.
+       (Trac #2244, git 7565788d06f216ab254008ffdfae16678bcd00e5)
+
 486.   [bug]*          jinmei
        All public header files for libb10-dns++ are now installed.
        Template configure.ac and utility AC macros for external projects