From 43769594c0e42e9822ef71daee8bbf35252d9300 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sat, 4 Feb 2017 22:30:16 -0800 Subject: [PATCH] [v9_11] prep 9.11.1rc1 --- CHANGES | 2 ++ README | 2 +- lib/dns/api | 2 +- lib/isc/api | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 04998ff638..690d47b39e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.11.1rc1 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 e07e4f7b06..a5d441a3d8 100644 --- a/README +++ b/README @@ -55,7 +55,7 @@ BIND 9.11.1 BIND 9.11.1 is a maintenance release and addresses the security flaws disclosed in CVE-2016-6170, CVE-2016-8864, CVE-2016-9131, - CVE-2016-9147, and CVE-2016-9778. + CVE-2016-9147, CVE-2016-9778 and CVE-2017-3135. BIND 9.11.0 diff --git a/lib/dns/api b/lib/dns/api index 4e2dd412eb..5b45a67fe6 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 = 167 +LIBINTERFACE = 168 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 125620e298..6d09a3847a 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -6,6 +6,6 @@ # 9.9-sub: 130-139 # 9.10: 140-149 # 9.11: 160-169 -LIBINTERFACE = 166 +LIBINTERFACE = 167 LIBREVISION = 0 -LIBAGE = 0 +LIBAGE = 1