From: Brian Wellington Date: Tue, 17 Oct 2000 21:25:11 +0000 (+0000) Subject: 522. [func] The lightweight resolver daemon can now use X-Git-Tag: v9.0.1^4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28;p=thirdparty%2Fbind9.git 522. [func] The lightweight resolver daemon can now use a real configuration file, and its functionality can be provided by a name server. Also, the -p and -P options to lwresd have been reversed. (this was done a while ago, but had no CHANGES entry) --- diff --git a/CHANGES b/CHANGES index 9091653fe41..8cfe8381c90 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ + 522. [func] The lightweight resolver daemon can now use + a real configuration file, and its functionality + can be provided by a name server. Also, the -p and -P + options to lwresd have been reversed. + 521. [bug] Detect master files which contain $INCLUDE and always reload. [RT #196]