From: Ondřej Surý Date: Fri, 26 Apr 2019 11:18:35 +0000 (+0200) Subject: Add CHANGES and release notes X-Git-Tag: v9.15.1~30^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9c47bad86a660488ed815fd80240fd9a76e74e3a;p=thirdparty%2Fbind9.git Add CHANGES and release notes --- diff --git a/CHANGES b/CHANGES index 335b9b2b02b..7a6066f87d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5239. [func] Change the json-c detection to pkg-config. [GL #855] + 5238. [bug] Fix a possible deadlock in TCP code. [GL #1046] 5237. [bug] Recurse to find the root server list with 'dig +trace'. diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 732da2f8dad..95ecf3c79e4 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -159,6 +159,18 @@ dnssec-checkds. + + + JSON-C is now the only supported library for enabling JSON + support for BIND statistics. The configure + option has been renamed from --with-libjson + to --with-json-c. Use + PKG_CONFIG_PATH to specify a custom path to + the json-c library as the new + configure option does not take the library + installation path as an optional argument. + +