From 0f3d3f825f609568e38b4affde2a02cc60efd701 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sat, 4 Feb 2017 22:33:09 -0800 Subject: [PATCH] [v9_10] prep 9.10.5rc1 --- CHANGES | 2 ++ README | 3 ++- lib/dns/api | 2 +- lib/isc/api | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index b3ecd8c1f8..14b7cd34bc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.10.5rc1 released --- + 4570. [cleanup] named did not correctly fall back to the built-in initializing keys if the bind.keys file was present but empty. [RT #44531] diff --git a/README b/README index 6a90ada33b..c05d96f775 100644 --- a/README +++ b/README @@ -55,7 +55,8 @@ BIND 9.10.5 BIND 9.10.5 is a maintenance release and addresses the security flaws disclosed in CVE-2016-2775, CVE-2016-2776, CVE-2016-6170, - CVE-2016-8864, CVE-2016-9131, CVE-2016-9147, and CVE-2016-9444. + CVE-2016-8864, CVE-2016-9131, CVE-2016-9147, CVE-2016-9444, + and CVE-2017-3135. BIND 9.10.4 diff --git a/lib/dns/api b/lib/dns/api index 9b67044b78..2b0449dcd5 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -6,5 +6,5 @@ # 9.9-sub: 130-139, 150-159 # 9.10: 140-149, 160-169 LIBINTERFACE = 165 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 3d6e81e02a..99447387e6 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, 160-169 -LIBINTERFACE = 162 +LIBINTERFACE = 163 LIBREVISION = 0 -LIBAGE = 0 +LIBAGE = 1