]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add notes for [#1086]
authorMatthijs Mekking <matthijs@isc.org>
Tue, 8 Dec 2020 14:19:21 +0000 (15:19 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 19 Jan 2021 09:12:40 +0000 (10:12 +0100)
Mention the configuration cleanup.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index aac6b48b55a03b1d070e8c5884877c09180b465e..7652c6860b55b006a34d1639c89fce0ff179cfa7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-5563.  [cleanup]       Clean up the number of clause flags [GL #1086].
+5563.  [cleanup]       Changed several obsolete configuration options to
+                       ancient, making them into fatal errors. Also cleaned
+                       up the number of clause flags in the configuration
+                       parser. [GL #1086]
 
 5562.  [placeholder]
 
index eec08c3a79c5d7e4add2b79abc75cf041b86b9bf..95a441124dc8abb0d30670bad3856731fbd5f5ff 100644 (file)
@@ -29,7 +29,17 @@ New Features
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- None.
+- A number of non-working configuration options that had been marked
+  as obsolete in previous releases have now been removed completely.
+  Using any of the following options is now considered a configuration
+  failure:
+  ``acache-cleaning-interval``, ``acache-enable``, ``additional-from-auth``,
+  ``additional-from-cache``, ``allow-v6-synthesis``, ``cleaning-interval``,
+  ``dnssec-enable``, ``dnssec-lookaside``, ``filter-aaaa``,
+  ``filter-aaaa-on-v4``, ``filter-aaaa-on-v6``, ``geoip-use-ecs``, ``lwres``,
+  ``max-acache-size``, ``nosit-udp-size``, ``queryport-pool-ports``,
+  ``queryport-pool-updateinterval``, ``request-sit``, ``sit-secret``,
+  ``support-ixfr``, ``use-queryport-pool``, ``use-ixfr``. [GL #1086]
 
 Feature Changes
 ~~~~~~~~~~~~~~~