+ --- 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"
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.
-# $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