2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

more detailed description of changes related to the

configuration parser rewrite
This commit is contained in:
Andreas Gustafsson
2001-03-05 21:14:59 +00:00
parent 322445da85
commit dc2e09d48b

13
CHANGES
View File

@@ -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.