BIND 9.2.0 Release Notes
Table Of Contents
- 1 New Features
- BIND 8.1.2 Features Supported on HP-UX 11.0
- New BIND 9.2.0 Features
- Incremental Zone Transfer
- DNS Security
- Dynamic DNS Update
- TSIG-Based Security
- Lightweight Resolver Library and Daemon
- Improved Logging Mechanism
- Extended Configuration Syntax and Options
- New Options in options Statement
- New Option in “server” Statement
- New Options in “zone” Statement
- named-checkconf
- named-checkzone
- rndc
- Generating rndc.conf File
- New Command Line Options
- Changed Features
- Unsupported Features
- 2 Installation Information
- 3 Documentation
- 4 Known Problems, Limitation and Defect Fixes

New Features
New BIND 9.2.0 Features
Chapter 112
file go to the default channels or to standard error if you have specified
the -g option. The log files are no longer dumped in the /var/tmp
directory, and are put in the local directory.
Extended Configuration Syntax and Options
The BIND 9.2.0 configuration is similar to BIND 8.1.2; however, there
are a few new areas of configuration, such as views.
You can modify a BIND 9.2.0 configuration file to get a BIND 8.1.2
configuration file. However, you must check complex configurations to
identify if you can implement them more efficiently using the new BIND
9.2.0 features.
You must convert BIND 4.9.7 configuration files to the new format using
the /usr/bin/named-bootconf.sh shell script.
New Options in options Statement
The following describes the new options in the options statement:
• allow-recursion
This option specifies which hosts are allowed to make recursive
queries through the server. If you do not specify this option, recursive
queries from all hosts are allowed.
• max-transfer-idle-in
This option is used to terminate inbound zone transfers which are
inactive for a given period of time. The default value is is 60 mins.
• max-transfer-time-out
This option is used to terminate outbound zone transfers running
longer than the specified time. The default value is 120 mins.
• max-transfer-idle-out
This option is used to terminate out bound zone transfers making no
progress in the specified period. The default value is 60 mins.
• max-cache-ttl
This option is used to specify maximum time to cache positive
answers. The default value is 7 days.
• max-ncache-ttl