[v9_9] prep 9.9.4b1

This commit is contained in:
Evan Hunt 2013-07-01 10:00:53 -07:00
parent e97bd529c5
commit 31ba7f4a00
7 changed files with 19 additions and 10 deletions

View file

@ -1,3 +1,5 @@
--- 9.9.4b1 released ---
3605. [port] win32: Addressed several compatibility issues
with newer versions of Visual Studio. [RT #33916]

7
README
View file

@ -51,6 +51,13 @@ BIND 9
For up-to-date release notes and errata, see
http://www.isc.org/software/bind9/releasenotes
BIND 9.9.4
BIND 9.9.4 is a maintenance release, and patches the security
flaw described in CVE-2013-3919. It also introduces DNS
Response Rate Limiting (DNS RRL) as a compile-time option.
to use this feature, configure with the "--enable-rrl" option.
BIND 9.9.3
BIND 9.9.3 is a maintenance release and patches the security

View file

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

View file

@ -4,6 +4,6 @@
# 9.8: 80-89, 120-129
# 9.9: 90-109
# 9.9-sub: 130-139
LIBINTERFACE = 99
LIBREVISION = 1
LIBINTERFACE = 100
LIBREVISION = 0
LIBAGE = 0

View file

@ -4,6 +4,6 @@
# 9.8: 80-89, 120-129
# 9.9: 90-109
# 9.9-sub: 130-139
LIBINTERFACE = 95
LIBREVISION = 1
LIBAGE = 0
LIBINTERFACE = 96
LIBREVISION = 0
LIBAGE = 1

View file

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

View file

@ -7,6 +7,6 @@ PRODUCT=BIND
DESCRIPTION="(Extended Support Version)"
MAJORVER=9
MINORVER=9
PATCHVER=3
RELEASETYPE=
RELEASEVER=
PATCHVER=4
RELEASETYPE=b
RELEASEVER=1