]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.9.3rc2
authorMark Andrews <marka@isc.org>
Tue, 30 Apr 2013 05:42:36 +0000 (15:42 +1000)
committerMark Andrews <marka@isc.org>
Tue, 30 Apr 2013 05:42:36 +0000 (15:42 +1000)
CHANGES
EXCLUDED

diff --git a/CHANGES b/CHANGES
index 1b7cd780ee0d8c7b6126276dc35c64daef4ab182..3e3385bf6cb102dd15d21c7d8a78d843bc9debc3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -86,7 +86,7 @@
                        where it should have been.  [RT #32794]
 
        --- 9.9.3b2 released ---
-       
+
 3517.  [bug]           Reorder destruction to avoid shutdown race. [RT #32777]
 
 3515.  [port]          '%T' is not portable in strftime(). [RT #32763]
                        syntax now includes a "min-ns-dots" clause, with
                        default 1, to exclude top-level domains from
                        NSIP and NSDNAME checking. --enable-rpz-nsip and
-                        --enable-rpz-nsdname are now the default. [RT #32251]
+                       --enable-rpz-nsdname are now the default. [RT #32251]
 
 3493.  [contrib]       Added BDBHPT dynamically-lodable DLZ module,
                        contributed by Mark Goldfinch. [RT #32549]
-                       
+
 3492.  [bug]           Fixed a regression in zone loading performance
                        due to lock contention. [RT #30399]
 
 
 3487.  [bug]           Change 3444 was not complete.  There was a additional
                        place where the NOQNAME proof needed to be saved.
-                        [RT #32629]
+                       [RT #32629]
 
 3486.  [bug]           named could crash when using TKEY-negotiated keys
                        that had been deleted and then recreated. [RT #32506]
                        refreshing after an initial failure. [RT #31276]
 
        --- 9.9.3b1 released ---
-       
+
 3468.  [security]      RPZ rules to generate A records (but not AAAA records)
                        could trigger an assertion failure when used in
                        conjunction with DNS64 (CVE-2012-5689). [RT #32141]
index 482d775bc6cdddd4cae68a84c10f0b779afbd879..1e37da42733b5b6a3bb8576a5a0a23dee7a7b014 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -1,3 +1,25 @@
+3554.  [bug]           RRL failed to correctly rate-limit upward
+                       referrals and failed to count dropped error
+                       responses in the statistics. [RT #33225]
+
+3551.  [bug]           resolver.querydscp[46] were uninitialized.  [RT #32686]
+
+3545.  [bug]           RRL slip behavior was incorrect when set to 1.
+                       [RT #33111]
+
+3523.  [contrib]       Ported filesystem and ldap DLZ drivers to
+                       dynamically-loadable modules, and added the
+                       "wildcard" module based on a contribution from
+                       Vadim Goncharov <vgoncharov@nic.ru>. [RT #23569]
+
+3522.  [bug]           DLZ lookups could fail to return SERVFAIL when
+                       they ought to. [RT #32685]
+
+3518.  [bug]           Increase the size of dns_rrl_key.s.rtype by one bit
+                       so that all dns_rrl_rtype_t enum values fit regardless
+                       of whether it is teated as signed or unsigned by
+                       the compiler. [RT #32792]
+
 3507.  [bug]           Statistics channel XSL had a glitch when attempting
                        to chart query data before any queries had been
                        received. [RT #32620]