mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-17 16:08:53 -04:00
[v9_8] prep 9.8.6b1
This commit is contained in:
parent
ad5eaa8b38
commit
faae8378fc
6 changed files with 15 additions and 8 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.8.6b1 released ---
|
||||
|
||||
3605. [port] win32: Addressed several compatibility issues
|
||||
with newer versions of Visual Studio. [RT #33916]
|
||||
|
||||
|
|
|
|||
5
README
5
README
|
|
@ -51,6 +51,11 @@ BIND 9
|
|||
For up-to-date release notes and errata, see
|
||||
http://www.isc.org/software/bind9/releasenotes
|
||||
|
||||
BIND 9.8.6
|
||||
|
||||
BIND 9.8.6 includes several bug fixes and patches the security
|
||||
flaw described in CVE-2013-3919.
|
||||
|
||||
BIND 9.8.5
|
||||
|
||||
BIND 9.8.5 includes several bug fixes and patches security
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 122
|
||||
LIBREVISION = 1
|
||||
LIBREVISION = 2
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
# 9.8: 80-89, 120-129
|
||||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 87
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 3
|
||||
LIBINTERFACE = 88
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 4
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 80
|
||||
LIBREVISION = 6
|
||||
LIBREVISION = 7
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -7,6 +7,6 @@ PRODUCT=BIND
|
|||
DESCRIPTION=
|
||||
MAJORVER=9
|
||||
MINORVER=8
|
||||
PATCHVER=5
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
PATCHVER=6
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue