2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

CHANGES, release note

This commit is contained in:
Evan Hunt
2019-06-17 19:13:59 -07:00
parent 9a1f0ea873
commit 03a6a78b55
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5256. [bug] Ensure that glue records are included in root
priming responses if "minimal-responses" is not
set to "yes". [GL #1092]
5255. [bug] Errors encountered while reloading inline-signing 5255. [bug] Errors encountered while reloading inline-signing
zones could be ignored, causing the zone content to zones could be ignored, causing the zone content to
be left in an incompletely updated state rather than be left in an incompletely updated state rather than

View File

@@ -265,6 +265,12 @@
<command>$prefix/var</command> are respected. <command>$prefix/var</command> are respected.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Glue address records were not being returned in responses
to root priming queries; this has been corrected. [GL #1092]
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>