]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.6-ESV-R10rc2
authorMark Andrews <marka@isc.org>
Mon, 19 Aug 2013 02:03:21 +0000 (12:03 +1000)
committerMark Andrews <marka@isc.org>
Mon, 19 Aug 2013 02:03:21 +0000 (12:03 +1000)
CHANGES
EXCLUDED
lib/dns/api
version

diff --git a/CHANGES b/CHANGES
index acdf55cbdcc7075acef7897ab3f161a524a5dab7..f30e08c9afeeb10c76e3c5ea3ae1ad009c98bcce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.6-ESV-R10rc2 released ---
+
 3637.  [bug]           'allow-query-on' was checking the source address
                        rather than the destination address. [RT #34590]
 
index f64f41e4bad0d3a4deb19d0a225a23e527350404..3546df182918502d9520f1d7a79d989e22eebab8 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -1,3 +1,21 @@
+3635.  [bug]           Signatures were not being removed from a zone with
+                       only KSK keys for a algorithm. [RT #24439]
+
+3632.  [bug]           Signature from newly inactive keys were not being
+                       removed. [RT #32178]
+
+3627.  [bug]           RPZ changes were not effective on slaves. [RT #34450]
+
+3624.  [bug]           Look for 'json_object_new_int64' when looking for a
+                       the json library. [RT #34449]
+
+3622.  [tuning]        Eliminate an unnecessary lock when incrementing
+                       cache statistics. [RT #34339]
+
+3621.  [security]      Incorrect bounds checking on private type 'keydata'
+                       can lead to a remotely triggerable REQUIRE failure
+                       (CVE-2013-4854). [RT #34238]
+
 3619.  [bug]           Fixed a bug in RPZ with "recursive-only no;"
                        [RT #33776]
 
index 125362a14bb0dcd2bbdcc5f8cc6fc3a64abfec94..4ba31b9476a548bf904f8e0eaafb50738c84a48e 100644 (file)
@@ -5,5 +5,5 @@
 # 9.9: 90-109
 # 9.9-sub: 130-139
 LIBINTERFACE = 113
-LIBREVISION = 3
+LIBREVISION = 4
 LIBAGE = 0
diff --git a/version b/version
index ccfe634360319ae2257e3cc50445fa311a13282a..27b716bd77070dfa0d401ed84781472bf7b81b0b 100644 (file)
--- a/version
+++ b/version
@@ -9,4 +9,4 @@ MAJORVER=9
 MINORVER=6
 PATCHVER=
 RELEASETYPE=-ESV
-RELEASEVER=-R10rc1
+RELEASEVER=-R10rc2