mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Add CHANGES and release notes
This commit is contained in:
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]
|
5238. [bug] Fix a possible deadlock in TCP code. [GL #1046]
|
||||||
|
|
||||||
5237. [bug] Recurse to find the root server list with 'dig +trace'.
|
5237. [bug] Recurse to find the root server list with 'dig +trace'.
|
||||||
|
@@ -159,6 +159,18 @@
|
|||||||
<command>dnssec-checkds</command>.
|
<command>dnssec-checkds</command>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user