From: Evan Hunt Date: Tue, 19 Mar 2019 22:18:16 +0000 (-0700) Subject: CHANGES, release notes X-Git-Tag: v9.15.0~64^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=55a7961cf370a5140e92e345aba468f87d681871;p=thirdparty%2Fbind9.git CHANGES, release notes --- diff --git a/CHANGES b/CHANGES index 50e7f621cb4..d1611d7a925 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5195. [bug] "allow-update" and "allow-update-forwarding" were + treated as configuration errors if used at the + options or view level. [GL #913] + 5194. [bug] Enforce non empty ZOMEMD hash. [GL #899] 5193. [bug] EID and NIMLOC failed to do multi-line output diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 9b02ca64ac9..4ddca005729 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -132,9 +132,12 @@ - The presence of certain record types in an otherwise empty - node of a zone could trigger an assertion failure while processing - a query of type ANY. [GL #901] + The allow-update and + allow-update-forwarding options were + inadvertently treated as configuration errors when used at the + options or view level. + This has now been corrected. + [GL #913]