diff --git a/CHANGES b/CHANGES index 335b9b2b02..7a6066f87d 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 732da2f8da..95ecf3c79e 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. + +