From dc2e09d48b49d96a0572a971180718f680140cf0 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 5 Mar 2001 21:14:59 +0000 Subject: [PATCH] more detailed description of changes related to the configuration parser rewrite --- CHANGES | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 61d2553989..cf80f1cbd3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,16 @@ - 762. [feature] named now uses the new configuration parser. + 765. [func] ACL names are once again case insensitive, like + in BIND 8. [RT #252] + + 764. [func] Configuration files now allow "include" directives + in more places, such as inside the "view" statement. + [RT #377, #728, #860] + + 763. [func] Configuration files no longer have reserved words. + [RT #731, #753] + + 762. [cleanup] The named.conf and rndc.conf file parsers have + been completely rewritten. 761. [bug] _REENTRANT was still defined when building with --disable-threads.