From 7be3c12291467fa7450b2123c161ea8bfe13f1a1 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 21 Oct 2014 22:58:26 -0700 Subject: [PATCH] [master] more relnotes backfill --- doc/arm/notes.xml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 9d7e6dae96..c2990599d8 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