From: Evan Hunt Date: Wed, 22 Oct 2014 05:58:26 +0000 (-0700) Subject: [master] more relnotes backfill X-Git-Tag: v9.11.0a1~1324 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7be3c12291467fa7450b2123c161ea8bfe13f1a1;p=thirdparty%2Fbind9.git [master] more relnotes backfill --- diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 9d7e6dae960..c2990599d88 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -41,6 +41,13 @@ None + + + Errors reported when running rndc addzone + (e.g., when a zone file cannot be loaded) have been clarified + to make it easier to diagnose problems. + + @@ -122,9 +129,16 @@ - dig +ttlunits causes dig to print TTL - values with time-unit suffixes: w, d, h, m, s for weeks, - days, hours, minutes, and seconds. + dig +ttlunits causes dig + to print TTL values with time-unit suffixes: w, d, h, m, s for + weeks, days, hours, minutes, and seconds. + + + + + dig +dscp=value + can now be used to set the DSCP code point in outgoing query + packets. @@ -163,6 +177,19 @@ Feature Changes + + + NXDOMAIN responses to queries of type DS are now cached separately + from those for other types. This helps when using "grafted" zones + of type forward, for which the parent zone does not contain a + delegation, such as local top-level domains. Previously a query + of type DS for such a zone could cause the zone apex to be cached + as NXDOMAIN, blocking all subsequent queries. (Note: This + change is only helpful when DNSSEC validation is not enabled. + "Grafted" zones without a delegation in the parent are not a + recommended configuration.) + + Update forwarding performance has been improved by allowing @@ -179,7 +206,7 @@ - + Bug Fixes