[v9_8] prep 9.8.6b1

This commit is contained in:
Evan Hunt 2013-07-01 10:04:47 -07:00
parent ad5eaa8b38
commit faae8378fc
6 changed files with 15 additions and 8 deletions

View file

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

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

View file

@ -5,5 +5,5 @@
# 9.9: 90-109
# 9.9-sub: 130-139
LIBINTERFACE = 122
LIBREVISION = 1
LIBREVISION = 2
LIBAGE = 0

View file

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

View file

@ -5,5 +5,5 @@
# 9.9: 90-109
# 9.9-sub: 130-139
LIBINTERFACE = 80
LIBREVISION = 6
LIBREVISION = 7
LIBAGE = 0

View file

@ -7,6 +7,6 @@ PRODUCT=BIND
DESCRIPTION=
MAJORVER=9
MINORVER=8
PATCHVER=5
RELEASETYPE=
RELEASEVER=
PATCHVER=6
RELEASETYPE=b
RELEASEVER=1