]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Initial prep for 9.7.0a3 release.
authorEvan Hunt <each@isc.org>
Wed, 2 Sep 2009 06:41:31 +0000 (06:41 +0000)
committerEvan Hunt <each@isc.org>
Wed, 2 Sep 2009 06:41:31 +0000 (06:41 +0000)
CHANGES
README
version

diff --git a/CHANGES b/CHANGES
index 6abf383fa371fff8543c089306d033a7d5401886..18dc3e098561aabdf5fd4b21e8f2e5c3b6e78587 100644 (file)
--- 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 f2962f29461ce99974b70bcf7efba707c5501bb0..333a881a359bc220c2aa14ce97a1e62d503d3a6a 100644 (file)
--- 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 80321bfc0fa8cfa9e15cca6a6e74cc2958605c25..05fab79b9e7aa82ed359bd9fd324ca994174c0b7 100644 (file)
--- 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