From: Mukund Sivaraman Date: Wed, 28 Mar 2018 15:13:21 +0000 (+0530) Subject: Add CHANGES entry: X-Git-Tag: v9.13.0~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7faee256632b5ef1fad3e95816959067a6b97ca;p=thirdparty%2Fbind9.git Add CHANGES entry: 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] --- diff --git a/CHANGES b/CHANGES index 16fdf8b808c..762963d66ba 100644 --- 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.