]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Wed, 8 Aug 2018 05:56:29 +0000 (07:56 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 8 Aug 2018 06:08:40 +0000 (08:08 +0200)
5006. [cleanup] Code preparing a delegation response was extracted from
query_delegation() and query_zone_delegation() into a
separate function in order to decrease code
duplication. [GL #431]

CHANGES

diff --git a/CHANGES b/CHANGES
index 8de006732d60e11a1b3aa0fce9a9d3bbfc24d868..74d4e5a2d29c52a9e8c9920fc931b08d9dc0d97b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5006.  [cleanup]       Code preparing a delegation response was extracted from
+                       query_delegation() and query_zone_delegation() into a
+                       separate function in order to decrease code
+                       duplication. [GL #431]
+
 5005.  [bug]           dnssec-verify, and dnssec-signzone at the verification
                        step, failed on some validly signed zones. [GL #442]