]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release notes for min-{cache,ncache}-ttl and now enforced max-ncache-ttl limit
authorOndřej Surý <ondrej@sury.org>
Wed, 7 Nov 2018 19:15:37 +0000 (02:15 +0700)
committerOndřej Surý <ondrej@sury.org>
Wed, 14 Nov 2018 17:24:53 +0000 (18:24 +0100)
doc/arm/notes.xml

index 6424f21f6fc67e40d7e3185b6029ba3397180df2..04e226141ac05135144a8f37b00c24066a715899 100644 (file)
          must be only enabled for the systems where FIPS mode is available.
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Two new configuration options <command>min-cache-ttl</command> and
+         <command>min-ncache-ttl</command> has been added to allow the BIND 9
+         administrator to override the minimum TTL in the received DNS records
+         (positive caching) and for storing the information about non-existent
+         records (negative caching).  The configured minimum TTL for both
+         configuration options cannot exceed 90 seconds.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         The configuration option <command>max-ncache-ttl</command> was
+         silently capped to 7 days, and the upper limit is now enforced.
+       </para>
+      </listitem>
     </itemizedlist>
   </section>