]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Tue, 3 Jul 2018 06:44:05 +0000 (08:44 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 3 Jul 2018 06:44:05 +0000 (08:44 +0200)
4987. [cleanup] dns_rdataslab_tordataset() and its related
dns_rdatasetmethods_t callbacks were removed as they
were not being used by anything in BIND. [GL #371]

CHANGES

diff --git a/CHANGES b/CHANGES
index 63f92e5ea9ad1f247cd7efb9678d49349491212e..d87f41f148dff77ffdd7a2cea403a921b1594d5d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+4987.  [cleanup]       dns_rdataslab_tordataset() and its related
+                       dns_rdatasetmethods_t callbacks were removed as they
+                       were not being used by anything in BIND. [GL #371]
+
 4986.  [func]          When built on Linux, BIND now requires the libcap library
                        to set process privileges, unless capability support is
                        explicitly overridden with "configure --disable-linux-caps".