From: Evan Hunt Date: Sun, 21 Jul 2019 14:17:08 +0000 (-0400) Subject: CHANGES, README, relnotes X-Git-Tag: v9.15.4~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2627287dbc676ecb8f28bed035ecec1eb845f576;p=thirdparty%2Fbind9.git CHANGES, README, relnotes --- diff --git a/CHANGES b/CHANGES index 55d38ce9ee1..7fe616acff6 100644 --- a/CHANGES +++ b/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 diff --git a/README.md b/README.md index c5e7d916d99..e49fcd428fe 100644 --- a/README.md +++ b/README.md @@ -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. ### Building BIND diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 1ce7651786e..5af54a77241 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -186,9 +186,16 @@ - Statistics channel groups are now toggleable. [GL #1030] + Statistics channel groups are now toggleable. [GL #1030] + + + dig, mdig and + delv can all now take a +yaml + option to print output in a a detailed YAML format. [RT #1145] + + @@ -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] @@ -370,8 +377,8 @@ - named-checkconf now correctly reports missing - dnstap-output option when + named-checkconf now correctly reports + a missing dnstap-output option when dnstap is set. [GL #1136]