diff --git a/CHANGES b/CHANGES index 03bae6c1a1..7c9fecbe0f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.10.2b1 released --- + 4021. [bug] Adjust max-recursion-queries to accommodate the need for more queries when the cache is empty. [RT #38104] diff --git a/README b/README index c53ab21a7e..e9bf14260e 100644 --- a/README +++ b/README @@ -53,11 +53,17 @@ BIND 9 BIND 9.10.1 - BIND 9.10.1 is a maintenance release and addresses bugs - found in BIND 9.10.0 and earlier. + BIND 9.10.2 is a maintenance release and addresses bugs + found in BIND 9.10.1 and earlier, as well as the security + flaws described in CVE-2014-8500 and CVE-2014-8680. - This release addresses the security flaws described in - CVE-2014-3214 and CVE-2014-3859. +BIND 9.10.1 + + BIND 9.10.1 is a maintenance release and addresses bugs + found in BIND 9.10.0 and earlier. + + This release addresses the security flaws described in + CVE-2014-3214 and CVE-2014-3859. BIND 9.10.0 diff --git a/lib/bind9/api b/lib/bind9/api index 35f143d90e..ae5ebf1eee 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -6,5 +6,5 @@ # 9.9-sub: 130-139 # 9.10: 140-149 LIBINTERFACE = 140 -LIBREVISION = 7 +LIBREVISION = 8 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 8c08c19652..4e95a4d44a 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -5,6 +5,6 @@ # 9.9: 90-109 # 9.9-sub: 130-139 # 9.10: 140-149 -LIBINTERFACE = 146 -LIBREVISION = 2 +LIBINTERFACE = 148 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 99bca4b856..3b040fc47b 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -5,6 +5,6 @@ # 9.9: 90-109 # 9.9-sub: 130-139 # 9.10: 140-149 -LIBINTERFACE = 145 -LIBREVISION = 1 -LIBAGE = 3 +LIBINTERFACE = 147 +LIBREVISION = 0 +LIBAGE = 5 diff --git a/lib/isccfg/api b/lib/isccfg/api index 2a65af2b2c..01cde22fe7 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -6,5 +6,5 @@ # 9.9-sub: 130-139 # 9.10: 140-149 LIBINTERFACE = 142 -LIBREVISION = 2 +LIBREVISION = 3 LIBAGE = 2 diff --git a/lib/lwres/api b/lib/lwres/api index c94d4ce433..8fd80ca3ab 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -6,5 +6,5 @@ # 9.9-sub: 130-139 # 9.10: 140-149 LIBINTERFACE = 141 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/version b/version index b80e37588b..0627d229e6 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION= MAJORVER=9 MINORVER=10 -PATCHVER=1 -RELEASETYPE= -RELEASEVER= +PATCHVER=2 +RELEASETYPE=b +RELEASEVER=1 EXTENSIONS=