]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fixes to release notes
authorEvan Hunt <each@isc.org>
Tue, 17 Oct 2017 00:45:08 +0000 (17:45 -0700)
committerEvan Hunt <each@isc.org>
Tue, 17 Oct 2017 00:45:08 +0000 (17:45 -0700)
- fixed some typos
- call out feature removals in a "Removed Features" section
- TAT logging

doc/arm/notes.xml

index 0ecb3420831f1c8284a7008767b6b55c47b7ac01..a809d2f4d338c3fadb73f19066f9819c0661a3aa 100644 (file)
          <listitem>
            <para>
              <command>minimal-responses</command> is now set
-             to <literal>yes</literal> by default.
+             to <literal>no-auth-recursive</literal> by default.
            </para>
          </listitem>
          <listitem>
     </itemizedlist>
   </section>
 
+  <section xml:id="relnotes_features"><info><title>Removed Features</title></info>
+    <itemizedlist>
+      <listitem>
+       <para>
+         The ISC DNSSEC Lookaside Validation (DLV) service has been shut
+         down; all DLV records in the dlv.isc.org zone have been removed.
+         References to the service have been removed from BIND documentation.
+         Lookaside validation is no longer used by default by
+         <command>delv</command>. The DLV key has been removed from
+         <filename>bind.keys</filename>. Setting
+         <command>dnssec-lookaside</command> to
+         <command>auto</command> or to use dlv.isc.org as a trust
+         anchor is now a fatal configuration error. [RT #46155]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         As noted above, <command>acache-enable</command> and
+         <command>acache-cleaning-interval</command> are now
+         deprecated.
+       </para>
+      </listitem>
+    </itemizedlist>
+  </section>
+
   <section xml:id="proto_changes"><info><title>Protocol Changes</title></info>
     <itemizedlist>
       <listitem>
          Lookaside validation is no longer used by default by
          <command>delv</command>. The DLV key has been removed from
          <filename>bind.keys</filename>. Setting
-         <command>dnssec-lookaside</command> set to
+         <command>dnssec-lookaside</command> to
          <command>auto</command> or to use dlv.isc.org as a trust
          anchor is now a fatal configuration error. [RT #46155]
        </para>
          contribution. [RT #45689]
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Trust anchor telemetry messages, as specified by
+         RFC 8145, are now logged to the
+         <command>trust-anchor-telemetry</command> logging
+         catagory.
+       </para>
+      </listitem>
     </itemizedlist>
   </section>