diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 2bb2ac1947..58c5bf0d8d 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -80,6 +80,12 @@ rndc modzone commands. + + + named-checkconf -l lists the zones found + in named.conf. [RT #43154] + + @@ -93,6 +99,14 @@ [RT #43622] [RT #43642] + + + If an ACL is specified with an address prefix in which the + prefix length is longer than the address portion (for example, + 192.0.2.1/8), it will now be treated as a fatal error during + configuration. [RT #43367] + + @@ -100,7 +114,34 @@ - None. + Referencing a nonexistent zone in a response-policy + statement could cause an assertion failure during configuration. + [RT #43787] + + + + + rndc addzone could cause a crash + when attempting to add a zone with a type other than + master or slave. + Such zones are now rejected. [RT #43665] + + + + + named could hang when encountering log + file names with large apparent gaps in version number (for + example, when files exist called "logfile.0", "logfile.1", + and "logfile.1482954169"). This is now handled correctly. + [RT #38688] + + + + + If a zone was updated while named was + processing a query for nonexistent data, it could return + out-of-sync NSEC3 records causing potential DNSSEC validation + failure. [RT #43247]