]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add changes for filter-a plugin
authorMatthijs Mekking <matthijs@isc.org>
Thu, 18 Mar 2021 10:20:17 +0000 (11:20 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 19 Mar 2021 07:06:55 +0000 (08:06 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 445a69b4fb56beb8651c62ed418f00bee8667625..08faab7bc7ed131cff140c884dc0a7d392464ec0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5603.  [experimental]  A "filter-a.so" plugin, which is similar to the
+                       "filter-aaaa.so" plugin but which omits A records
+                       instead of AAAA records, has been added. Thanks to
+                       '@treysis' (GitLab). [GL #2585]
+
 5602.  [bug]           Fix the TCPDNS and TLSDNS timers, so TCP initial
                        and idle timers work correctly. [GL #2573]