diff --git a/CHANGES b/CHANGES index 6abf383fa3..18dc3e0985 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/README b/README index f2962f2946..333a881a35 100644 --- a/README +++ b/README @@ -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: diff --git a/version b/version index 80321bfc0f..05fab79b9e 100644 --- a/version +++ b/version @@ -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