Initial prep for 9.7.0a3 release.

This commit is contained in:
Evan Hunt
2009-09-02 06:41:31 +00:00
parent eab9975bcf
commit d699672160
3 changed files with 12 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
2656. [func] win32: add a "tools only" check box to the installer
which causes it to only install dig, host, nslookup,
nsupdate and relevent dlls. [RT #19998]
nsupdate and relevant DLLs. [RT #19998]
2655. [doc] Document that key-directory does not affect
bind.keys, rndc.key or session.key. [RT #20155]

13
README
View File

@@ -62,11 +62,16 @@ BIND 9.7.0
share a single cache.
- DNS rebinding attack prevention.
- New default values for dnssec-keygen parameters.
- Support for RFC 5011 (automated trust anchor maintenance)
- Support for RFC 5011 (automated trust anchor maintenance).
- Smart signing: simplified tools for zone signing and key
maintenance
- The "statistics-channels" option is now available on Windows
- DNSSEC-aware libdns API
maintenance.
- The "statistics-channels" option is now available on Windows.
- A new DNSSEC-aware libdns API for use by non-BIND9 applications
(see README.libdns for details).
- On some platforms, named and other binaries can now print out
a stack backtrace an assertion failure, to aid in debugging.
- A "tools only" installation mode on Windows, which only installs
dig, host, nslookup and nsupdate.
Planned but not complete in this alpha:

View File

@@ -1,4 +1,4 @@
# $Id: version,v 1.46 2009/07/19 04:18:03 each Exp $
# $Id: version,v 1.47 2009/09/02 06:41:31 each Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
@@ -7,4 +7,4 @@ MAJORVER=9
MINORVER=7
PATCHVER=0
RELEASETYPE=a
RELEASEVER=2
RELEASEVER=3