mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 19:39:59 -04:00
[v9_9] prep 9.9.4b1
This commit is contained in:
parent
e97bd529c5
commit
31ba7f4a00
7 changed files with 19 additions and 10 deletions
2
CHANGES
2
CHANGES
|
|
@ -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
7
README
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 90
|
||||
LIBREVISION = 7
|
||||
LIBREVISION = 8
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 90
|
||||
LIBREVISION = 4
|
||||
LIBREVISION = 5
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -7,6 +7,6 @@ PRODUCT=BIND
|
|||
DESCRIPTION="(Extended Support Version)"
|
||||
MAJORVER=9
|
||||
MINORVER=9
|
||||
PATCHVER=3
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
PATCHVER=4
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue