From: Mark Andrews Date: Mon, 18 Feb 2019 05:57:45 +0000 (+1100) Subject: CHANGES, release note X-Git-Tag: v9.15.0~116^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89234643e1c4498c017680b830891855d2dbae06;p=thirdparty%2Fbind9.git CHANGES, release note --- diff --git a/CHANGES b/CHANGES index c6a8e3d72f8..e53d3994cc6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5177. [func] Add the ability to specify in named.conf whether a + response-policy zone's SOA record should be added + to the additional section (add-soa yes/no). [GL #865] + 5176. [tests] Remove a dependency on libxml in statschannel system test. [GL #926] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 3dc8716a073..5d1a0e07924 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -97,7 +97,10 @@ - None. + The new add-soa option specifies whether + or not the response-policy zone's SOA record + should be included in the additional section of RPZ responses. + [GL #865]