From e4c4cf5177d23e144897e0e26ae210cfdb9612eb Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 23 Aug 2011 02:06:46 +0000 Subject: [PATCH] Prepare for release of 9.9.0a1 --- CHANGES | 2 ++ README | 31 +++++++++++++++++++++++++++++++ lib/bind9/api | 4 ++-- lib/dns/api | 2 +- lib/irs/api | 2 +- lib/isc/api | 2 +- lib/isccc/api | 2 +- lib/isccfg/api | 4 ++-- lib/lwres/api | 2 +- 9 files changed, 42 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index c627bd6f76..497b571ec7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.9.0a1 released --- + 3145. [test] Capture output of ATF unit tests in "./atf.out" if there were any errors while running them. [RT #25527] diff --git a/README b/README index 99e4d01f6b..1cb5dfc2c8 100644 --- a/README +++ b/README @@ -48,6 +48,37 @@ BIND 9 For a detailed list of user-visible changes from previous releases, see the CHANGES file. +BIND 9.9.0 + + BIND 9.9.0 includes a number of changes from BIND 9.6 and earlier + releases. New features include: + + - NXDOMAIN redirection. + - Improved scalability from using multiple threads to + listen for queries. + - New 'rndc flushtree' command clears all data under a given + name from the DNS cache. + - New 'rndc sync' command dumps pending changes in a dynamic zone + to disk without a freeze/thaw cycle. + - The 'also-notify' option now takes the same syntax as + 'masters', so it can used named masterlists and TSIG keys. + - 'auto-dnssec' zones can now have NSEC3 parameters set prior + to signing. + - 'dnssec-signzone -D' writes an output file containing only DNSSEC + data, which can be included by the primary zone file. + - 'dnssec-signzone -R' forces removal of signatures that are + not expired but were created by a key which no longer exists. + - 'dnssec-signzone -X' allows a separate expiration date to + be specified for DNSKEY signatures from other signatures. + - New '-L' option to dnssec-keygen, dnssec-settime, and + dnssec-keyfromlabel sets the default TTL for the key. + - dnssec-dsfromkey now supports reading from standard input, + to make it easier to convert DNSKEY to DS. + - RFC 1918 reverse zones have been added to the empty-zones + table per RFC 6303. + - Dynamic updates can now optionally set the zone's SOA serial + number to the current UNIX time. + BIND 9.8.0 DNS64 support (AAAA synthesis only initially). diff --git a/lib/bind9/api b/lib/bind9/api index 78dd0b402a..3d2fa6efd1 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 -LIBREVISION = 1 +LIBINTERFACE = 90 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index e6441e6509..3d2fa6efd1 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 81 +LIBINTERFACE = 90 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/irs/api b/lib/irs/api index 94575eb4ef..3d2fa6efd1 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 +LIBINTERFACE = 90 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index e6441e6509..3d2fa6efd1 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 81 +LIBINTERFACE = 90 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isccc/api b/lib/isccc/api index 94575eb4ef..3d2fa6efd1 100644 --- a/lib/isccc/api +++ b/lib/isccc/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 +LIBINTERFACE = 90 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index 8fb91d631f..3d2fa6efd1 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 81 +LIBINTERFACE = 90 LIBREVISION = 0 -LIBAGE = 1 +LIBAGE = 0 diff --git a/lib/lwres/api b/lib/lwres/api index 94575eb4ef..3d2fa6efd1 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 +LIBINTERFACE = 90 LIBREVISION = 0 LIBAGE = 0