CHANGES, release note, copyrights

This commit is contained in:
Evan Hunt
2018-07-26 14:38:19 -07:00
parent cea9ff573c
commit be8713a1e8
3 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
5037. [func] "allow-recursion-on" and "allow-query-cache-on"
each now default to the other if only one of them
is set, in order to be more consistent with the way
"allow-recursion" and "allow-query-cache" work.
Also we now ensure that both query-cache ACLs are
checked when determining cache access. [GL #319]
5036. [cleanup] Fixed a spacing/formatting error in some RPZ-related
error messages in the log. [GL !805]

View File

@@ -473,6 +473,15 @@
option. [GL #105]
</para>
</listitem>
<listitem>
<para>
<command>allow-recursion-on</command> and
<command>allow-query-cache-on</command> each now default to
the other if only one of them is set, in order to be consistent
with the way <command>allow-recursion</command> and
<command>allow-query-cache</command> work. [GL #319]
</para>
</listitem>
</itemizedlist>
</section>

View File

@@ -443,7 +443,10 @@
./bin/tests/system/allow-query/ns2/named56.conf.in CONF-C 2010,2016,2018
./bin/tests/system/allow-query/ns2/named57.conf.in CONF-C 2013,2016,2018
./bin/tests/system/allow-query/ns3/named.args X 2018
./bin/tests/system/allow-query/ns3/named.conf.in CONF-C 2018
./bin/tests/system/allow-query/ns3/named1.conf.in CONF-C 2018
./bin/tests/system/allow-query/ns3/named2.conf.in CONF-C 2018
./bin/tests/system/allow-query/ns3/named3.conf.in CONF-C 2018
./bin/tests/system/allow-query/ns3/named4.conf.in CONF-C 2018
./bin/tests/system/allow-query/setup.sh SH 2010,2012,2016,2018
./bin/tests/system/allow-query/tests.sh SH 2010,2012,2013,2016,2018
./bin/tests/system/ans.pl PERL 2011,2012,2014,2016,2017,2018