[v9_10] prep 9.10.5rc1

This commit is contained in:
Evan Hunt 2017-02-04 22:33:09 -08:00
parent 84269e5e4c
commit 0f3d3f825f
4 changed files with 7 additions and 4 deletions

View file

@ -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]

3
README
View file

@ -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

View file

@ -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

View file

@ -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