mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release notes
This commit is contained in:
parent
4d2d3b49ce
commit
9c47bad86a
2 changed files with 14 additions and 0 deletions
2
CHANGES
2
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'.
|
||||
|
|
|
|||
|
|
@ -159,6 +159,18 @@
|
|||
<command>dnssec-checkds</command>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
JSON-C is now the only supported library for enabling JSON
|
||||
support for BIND statistics. The <command>configure</command>
|
||||
option has been renamed from <command>--with-libjson</command>
|
||||
to <command>--with-json-c</command>. Use
|
||||
<command>PKG_CONFIG_PATH</command> to specify a custom path to
|
||||
the <command>json-c</command> library as the new
|
||||
<command>configure</command> option does not take the library
|
||||
installation path as an optional argument.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue