From: JINMEI Tatuya Date: Wed, 10 Oct 2012 16:32:40 +0000 (-0700) Subject: [master] added changelog for #2244 X-Git-Tag: trac2402_base~15^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7ef43a90c7e6f3a9b7140d0cacb2459dcd4091;p=thirdparty%2Fkea.git [master] added changelog for #2244 --- diff --git a/ChangeLog b/ChangeLog index f52f18c339..868b02a335 100644 --- 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