]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, README, relnotes
authorEvan Hunt <each@isc.org>
Sun, 21 Jul 2019 14:17:08 +0000 (10:17 -0400)
committerEvan Hunt <each@isc.org>
Sun, 25 Aug 2019 23:41:39 +0000 (16:41 -0700)
CHANGES
README.md
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index 55d38ce9ee11d044e4d4ab379078c9deec2298ee..7fe616acff676f5c18e217b3ec2045bb4e714282 100644 (file)
--- 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
index c5e7d916d9903012b8b2c0b0a67b80206c4a8750..e49fcd428febc50d4db7dee79ac5ee305623d69d 100644 (file)
--- 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.
 
 ### <a name="build"/> Building BIND
 
index 1ce7651786ec4a466855b0514c1d78aac646253f..5af54a7724128ca6907785d700cb0b48c4fdd0fc 100644 (file)
       </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>
 
          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>
       </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>