]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] some release notes updates
authorJeremy C. Reed <jreed@isc.org>
Wed, 30 Mar 2016 17:38:20 +0000 (13:38 -0400)
committerJeremy C. Reed <jreed@isc.org>
Wed, 30 Mar 2016 17:38:20 +0000 (13:38 -0400)
mention that the document summarizes "significant" changes
since obviously it misses a lot.
Also refer to the CHANGES file.

Added a few bugs. Wording some discussed via email, phone call, and jabber.

doc/arm/notes.xml

index 25e97be3a85d0bd47af61705b769283c56894bc6..dfadfe8c69b45aac587ec61a5b65089c52b7fe5c 100644 (file)
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="noteversion.xml"/>
   <section xml:id="relnotes_intro"><info><title>Introduction</title></info>
     <para>
-      This document summarizes changes since the last production release
-      of BIND on the corresponding major release branch.
+      This document summarizes significant changes since the last
+      production release of BIND on the corresponding major release
+      branch.
+      Please see the CHANGES file for a further list of bug fixes and
+      other changes.
     </para>
   </section>
 
 
   <section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
     <itemizedlist>
+      <listitem>
+       <para>
+         rndc flushtree now works even if there wasn't a cached node
+         at the specified name. [RT #41846]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         Don't emit records with zero TTL unless the records were
+         received with a zero TTL. After being returned to waiting
+         clients, the answer will be discarded from the cache. [RT #41687]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         For Windows platforms, the SIT (Source Identity Token) support
+         was restored. (It was mistakenly partially replaced in a
+         previous beta with new 9.11 COOKIE support.) [RT #41905]
+       </para>
+      </listitem>
       <listitem>
        <para>
          When deleting records from a zone database, interior nodes
          could be left empty but not deleted, damaging search
-         performance afterward. [RT #40997]
+         performance afterward. [RT #40997] [RT #41941]
        </para>
       </listitem>
       <listitem>