mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 17:20:00 -04:00
[v9_11] prep 9.11.1rc1
This commit is contained in:
parent
59f34c1fc7
commit
43769594c0
4 changed files with 6 additions and 4 deletions
2
CHANGES
2
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]
|
||||
|
|
|
|||
2
README
2
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue