]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update for 9.7.2b1 release
authorEvan Hunt <each@isc.org>
Mon, 12 Jul 2010 17:00:00 +0000 (17:00 +0000)
committerEvan Hunt <each@isc.org>
Mon, 12 Jul 2010 17:00:00 +0000 (17:00 +0000)
CHANGES
README
version

diff --git a/CHANGES b/CHANGES
index 9bfb275eba732aa7486eaeba01b098d07991d345..3d4d2adab6dc2dc788d579253fb398175ccd4a88 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.7.2b1 released ---
+
 2930.  [experimental]  New "rndc addzone" and "rndc delzone" commads
                        allow dynamic addition and deletion of zones.
                        To enable this feature, specify a "new-zone-file"
diff --git a/README b/README
index 5285b6825235c9c4e0201a025778500589fd2349..6e4d19d3a9922dc13fd128cb24ee92f17eaa2b48 100644 (file)
--- a/README
+++ b/README
@@ -48,6 +48,27 @@ BIND 9
        For a detailed list of user-visible changes from
        previous releases, see the CHANGES file.
 
+BIND 9.7.2
+
+       BIND 9.7.2 will address bugs in 9.7.1, and also introduces
+        some new functionality:
+
+        - "rndc addzone" and "rndc delzone" allow adding and deleting
+          zones at runtime.  This requires the view to have the
+          "new-zone-file" option set to a filename.  Zone configuration
+          information for new zones is specified in the 'rndc addzone'
+          command line, and is stored in that file.  To make new
+         zones persist after a restart, "include" the file
+         into named.conf in the appropriate view.  (Note:
+         This feature is not yet documented, and its syntax
+          is expected to change.)
+        - "rndc secroots" dumps a list of the current trusted and
+          managed DNSSEC keys for each view.
+        - "filter-aaaa-on-v4" can now be applied selectively to
+          some IPv4 clients but not others, using the "filter-aaaa"
+          ACL.  (This feature requires BIND 9 to be built with
+          the --enable-filter-aaaa configure option.)
+
 BIND 9.7.1
 
        BIND 9.7.1 is a maintenance release, fixing bugs in 9.7.0.
diff --git a/version b/version
index 3181fa329d751cfe42dc40f882ba84346eba3dc6..c49240d3b80fc06876ebcb462402fe824a1609d5 100644 (file)
--- a/version
+++ b/version
@@ -1,10 +1,10 @@
-# $Id: version,v 1.51.2.5 2010/06/18 02:02:04 marka Exp $
+# $Id: version,v 1.51.2.6 2010/07/12 17:00:00 each Exp $
 # 
 # This file must follow /bin/sh rules.  It is imported directly via
 # configure.
 #
 MAJORVER=9
 MINORVER=7
-PATCHVER=1
-RELEASETYPE=
-RELEASEVER=
+PATCHVER=2
+RELEASETYPE=b
+RELEASEVER=1