From 31ba7f4a00059c15023e0d3f8537c9dfcd38bb41 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 1 Jul 2013 10:00:53 -0700 Subject: [PATCH] [v9_9] prep 9.9.4b1 --- CHANGES | 2 ++ README | 7 +++++++ lib/bind9/api | 2 +- lib/dns/api | 4 ++-- lib/isc/api | 6 +++--- lib/lwres/api | 2 +- version | 6 +++--- 7 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGES b/CHANGES index 0a684866a4..3024449118 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.9.4b1 released --- + 3605. [port] win32: Addressed several compatibility issues with newer versions of Visual Studio. [RT #33916] diff --git a/README b/README index 88d799e4f7..9a7c446401 100644 --- a/README +++ b/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 diff --git a/lib/bind9/api b/lib/bind9/api index a27437f433..1a861f8b72 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 7 +LIBREVISION = 8 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index a8881101f4..09c345a9d7 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -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 diff --git a/lib/isc/api b/lib/isc/api index 48bc766d93..38d3b8f983 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -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 diff --git a/lib/lwres/api b/lib/lwres/api index 95bd204623..5189823440 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 4 +LIBREVISION = 5 LIBAGE = 0 diff --git a/version b/version index 52ab156f8b..bd12430f24 100644 --- a/version +++ b/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