mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
CHANGES, README, relnotes
This commit is contained in:
parent
33887dd941
commit
2627287dbc
3 changed files with 15 additions and 4 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
5278. [func] Add YAML output formats for dig, mdig and delv;
|
||||
use the "+yaml" option to enable. [GL #1145]
|
||||
|
||||
--- 9.15.3 released ---
|
||||
|
||||
5277. [bug] Cache DB statistics could underflow when serve-stale
|
||||
|
|
|
|||
|
|
@ -125,6 +125,7 @@ include:
|
|||
|
||||
* Support for the new GeoIP2 geolocation API
|
||||
* Improved DNSSEC key configuration using `dnssec-keys`
|
||||
* YAML output for dig, mdig, and delv.
|
||||
|
||||
### <a name="build"/> Building BIND
|
||||
|
||||
|
|
|
|||
|
|
@ -186,9 +186,16 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Statistics channel groups are now toggleable. [GL #1030]
|
||||
Statistics channel groups are now toggleable. [GL #1030]
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<command>dig</command>, <command>mdig</command> and
|
||||
<command>delv</command> can all now take a <command>+yaml</command>
|
||||
option to print output in a a detailed YAML format. [RT #1145]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
|
@ -274,7 +281,7 @@
|
|||
A SipHash 2-4 based DNS Cookie (RFC 7873) algorithm has been added and
|
||||
made default. Old non-default HMAC-SHA based DNS Cookie algorithms
|
||||
have been removed, and only the default AES algorithm is being kept
|
||||
for legacy reasons. This changes doesn't have any operational impact
|
||||
for legacy reasons. This change doesn't have any operational impact
|
||||
in most common scenarios. [GL #605]
|
||||
</para>
|
||||
<para>
|
||||
|
|
@ -370,8 +377,8 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<command>named-checkconf</command> now correctly reports missing
|
||||
<command>dnstap-output</command> option when
|
||||
<command>named-checkconf</command> now correctly reports
|
||||
a missing <command>dnstap-output</command> option when
|
||||
<command>dnstap</command> is set. [GL #1136]
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue