From cde7793c7fb83adecf1a60bfc76cde6d1d7db0eb Mon Sep 17 00:00:00 2001 From: James Brister Date: Mon, 15 May 2000 12:46:20 +0000 Subject: [PATCH] Changes 175 through 179 --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES b/CHANGES index e6103e5fe0..cef226cc88 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ + 179. [func] options named.conf statement *must* now come + before any zone or view statements. + + 178. [func] Post-load of named.conf check verifies a slave zone + has non-empty list of masters defined. + + 177. [func] New per-zone boolean: + + enable-zone yes | no ; + + intended to let a zone be disabled without having + to comment out the entire zone statement. + + 176. [func] New global and per-view option: + + max-cache-ttl number + + 175. [func] New global and per-view option: + + addition-data internal | minimal | maximal; + 174. [func] New public function isc_sockaddr_format(), for formatting socket addresses in log messages.