On Thu Aug 18 01:23:49 2016, pspacek@redhat.com wrote: > On 17.8.2016 20:41, Evan Hunt via RT wrote: > > 4445. [cleanup] isc_errno_toresult() can now be used to call > > the > > formerly private function isc__errno2result(). > > [RT #43050] > > > > 9.11.0, 9.9.10, 9.10.5 > > > > 4444. [bug] Fixed some issues related to dyndb: A bug > > caused > > braces to be omitted when passing configuration > > text > > from named.conf to a dyndb driver, and there > > was a > > use-after-free in the sample dyndb driver. [RT > > #43050] > > > > 9.11.0 > > > > Petr, you should be able to pull this code from our public source > > repository > > (source.isc.org) as soon as it syncs. Or I can send you a patch if > > you prefer. > > I fetched 3390d74e33385337631b19e68760025e0ca5d6ec from Git and > confirm that > it fixes the problem in parser. > > The new header isc/errno.h works fine if I install it manually. It > does not > get installed using 'make install' - I think that this deserves one > more patch. addressed > > Thank you!