]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] prep 9.9.4b1
authorEvan Hunt <each@isc.org>
Mon, 1 Jul 2013 17:00:53 +0000 (10:00 -0700)
committerEvan Hunt <each@isc.org>
Mon, 1 Jul 2013 17:39:45 +0000 (10:39 -0700)
CHANGES
README
lib/bind9/api
lib/dns/api
lib/isc/api
lib/lwres/api
version

diff --git a/CHANGES b/CHANGES
index 0a684866a49115927861c81e2fc42fb63a547b72..30244491182e7be42a0e78091ae713a5026f6b31 100644 (file)
--- 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 88d799e4f7cf9400a9a2f1838350cb49d34651c8..9a7c4464018b649d59289a26153988d1027583dc 100644 (file)
--- 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
index a27437f4335bc04d4b73f24de7bc929ca75aae03..1a861f8b727aef091f739ee519f0e89248404065 100644 (file)
@@ -5,5 +5,5 @@
 # 9.9: 90-109
 # 9.9-sub: 130-139
 LIBINTERFACE = 90
-LIBREVISION = 7
+LIBREVISION = 8
 LIBAGE = 0
index a8881101f4e1a2202929250278431e1107433197..09c345a9d762812f6260188fbaa8fa781159d2ea 100644 (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
index 48bc766d937843f8c08bb328ad6e03f092a496dc..38d3b8f9830e2b3cf7243c238d868311f545495e 100644 (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
index 95bd2046233e7370ec0a381a4db683cabd09523f..5189823440b8a35d8c4076f675a0b8cdce05d364 100644 (file)
@@ -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 52ab156f8bdaa1b469aff9c6abed807d95414447..bd12430f249f3e512c05eb42eea2ff02bda7104a 100644 (file)
--- 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