]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry:
authorMukund Sivaraman <muks@isc.org>
Wed, 28 Mar 2018 15:13:21 +0000 (20:43 +0530)
committerOndřej Surý <ondrej@sury.org>
Mon, 9 Apr 2018 10:14:16 +0000 (12:14 +0200)
4921.   [cleanup]       Add dns_fixedname_initname() and refactor the caller
                        code to make usage of the new function, as a part of
                        refactoring dns_fixedname_*() macros were turned into
                        functions. [GL #183]

CHANGES

diff --git a/CHANGES b/CHANGES
index 16fdf8b808c26769569f28ebc4ffdfde25392ebe..762963d66ba5aef510d0664f48816f2cf1680f0b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+4921.  [cleanup]       Add dns_fixedname_initname() and refactor the caller
+                       code to make usage of the new function, as a part of
+                       refactoring dns_fixedname_*() macros were turned into
+                       functions. [GL #183]
+
 4920.  [cleanup]       Clean up libdns removing most of the backwards
                        compatibility wrappers.