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

Installation Information
Migrating from Previous Versions of BIND
Chapter 236
From 8.1.2 to 9.2.0
BIND 9.2.0 expects the db files in a slightly different format compared to
the previous versions.
A shell script "change2v9db.sh" is provided with BIND 9.2.0 to convert
the existing db files to BIND 9.2.0-compliant db files. The shell script is
installed in the /usr/bin directory.
The following steps describe how to convert the db files to BIND
9.2.0-compliant db files:
1. cd to the directory where the db files exist.
2. Execute the script as specified below with all the db files as
arguments.
# /usr/bin/change2v9db.sh dbfile1 dbfile2 ...