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