diff --git a/CHANGES b/CHANGES index 6c4feae4d9..be111bf3b0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.9.9b1 released --- + 4329. [func] Warn about a common misconfiguration when forwarding RFC 1918 zones. [RT #41441] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index e7f17422d3..376a829fde 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -84,10 +84,16 @@ - The following types have been implemented: CSYNC, NINFO, RKEY, + The following types have been implemented: AVC, CSYNC, NINFO, RKEY, SINK, TA, TALINK. - + + + + Added a warning for a commom misconfiguration involving forwarded + RFC 1918 and ULA zones. + +
Feature Changes @@ -117,11 +123,6 @@ message compression. This results in reduced network usage. - - - Added support for the type AVC. - -
Bug Fixes diff --git a/lib/bind9/api b/lib/bind9/api index bd19d6da53..b4f3c8dc4f 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 14 +LIBREVISION = 15 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index df171fa191..58bc9b4c34 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -6,6 +6,6 @@ # 9.9-sub: 130-139, 150-159 # 9.10: 140-149 # 9.11: 160-169 -LIBINTERFACE = 170 -LIBREVISION = 3 -LIBAGE = 1 +LIBINTERFACE = 171 +LIBREVISION = 0 +LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 9a572b2d2e..83640ba56b 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -4,6 +4,6 @@ # 9.8: 80-89, 120-129 # 9.9: 90-109 # 9.9-sub: 130-139 -LIBINTERFACE = 106 +LIBINTERFACE = 107 LIBREVISION = 0 -LIBAGE = 0 +LIBAGE = 1 diff --git a/lib/isccfg/api b/lib/isccfg/api index bb8c0f0394..6bcfb1bc37 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 93 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 3 diff --git a/version b/version index db42a16d36..91e4d30246 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION="(Extended Support Version)" MAJORVER=9 MINORVER=9 -PATCHVER=8 -RELEASETYPE= -RELEASEVER= +PATCHVER=9 +RELEASETYPE=b +RELEASEVER=1 EXTENSIONS=