From 78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 17 Oct 2000 21:25:11 +0000 Subject: [PATCH] 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) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 9091653fe4..8cfe8381c9 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]