mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 21:20:00 -04:00
[v9_10] prep 9.10.5rc1
This commit is contained in:
parent
84269e5e4c
commit
0f3d3f825f
4 changed files with 7 additions and 4 deletions
2
CHANGES
2
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]
|
||||
|
|
|
|||
3
README
3
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue