]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
whitespace
authorMark Andrews <marka@isc.org>
Thu, 7 Mar 2013 03:01:45 +0000 (14:01 +1100)
committerMark Andrews <marka@isc.org>
Thu, 7 Mar 2013 03:01:45 +0000 (14:01 +1100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2d5f794b2a5265b1fab7c909109887a0e920abf1..aeaea88166f9cc2e2672e04312fe111df8e60833 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -48,7 +48,7 @@
                        using MaxMind GeoIP databases. Based on code
                        contributed by Ken Brownfield <kb@slide.com>.
                        [RT #30681]
-                       
+
 3503.  [doc]           Clarify size_spec syntax. [RT #32449]
 
 3502.  [func]          zone-statistics: "no" is now a synonym for "none",
 3496.  [placeholder]
 
 3495.  [func]          Support multiple response-policy zones (up to 32),
-                        while improving RPZ performance.  "response-policy"
+                       while improving RPZ performance.  "response-policy"
                        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]
 
 3494.  [func]          DNS RRL: Blunt the impact of DNS reflection and
                        amplification attacks by rate-limiting substantially-
@@ -87,7 +87,7 @@
 
 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]
 
@@ -95,7 +95,7 @@
                        file name. [RT #31946]
 
 3490.  [bug]           When logging RDATA during update, truncate if it's
-                        too long. [RT #32365]
+                       too long. [RT #32365]
 
 3489.  [bug]           --enable-developer now turns on ISC_LIST_CHECKINIT.
                        dns_dlzcreate() failed to properly initialize
 
 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]
                        [RT #32475]
 
 3477.  [func]          Expand logging when adding records via DDNS update
-                       [RT #32365]
-                       
+                       [RT #32365]
+
 3476.  [bug]           "rndc zonestatus" could report a spurious "not
                        found" error on inline-signing zones. [RT #29226]