From 89234643e1c4498c017680b830891855d2dbae06 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 18 Feb 2019 16:57:45 +1100 Subject: [PATCH] CHANGES, release note --- CHANGES | 4 ++++ doc/arm/notes.xml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c6a8e3d72f..e53d3994cc 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 3dc8716a07..5d1a0e0792 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]