]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
consistent spacing
authorAndreas Gustafsson <source@isc.org>
Sat, 19 May 2001 01:40:03 +0000 (01:40 +0000)
committerAndreas Gustafsson <source@isc.org>
Sat, 19 May 2001 01:40:03 +0000 (01:40 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2ec87b3be2ba3660a549fb4a31c5da7dd5322d71..cca314879d455960c8ee699810ff4a617fc7fe8f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
  826.  [bug]           Some IXFR protocol errors were not detected.
 
  825.  [bug]           zone.c:ns_query() detached from the wrong zone
-                       reference.  [RT #1264] 
+                       reference. [RT #1264] 
 
  822.  [bug]           Sending nxrrset prerequisites would crash nsupdate.
                        [RT #1248]
                        [RT #917]
 
  750.  [bug]           A query should not match a DNAME whose trust level
-                       is pending.  [RT #916]
+                       is pending. [RT #916]
 
  749.  [bug]           When a query matched a DNAME in a secure zone, the
                        server did not return the signature of the DNAME.
  744.  [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
                        result of an ANY or SIG query, the resolver failed
                        to setup the return event's rdatasets, causing an
-                       assertion failure in the query code.  [RT #881]
+                       assertion failure in the query code. [RT #881]
 
  743.  [bug]           Receiving a large number of certain malformed
                        answers could cause named to stop responding.
        --- 9.1.0 released ---
 
  687.  [bug]           Only say we have IPv6, with sufficent functionality,
-                       if it has actually been tested.  [RT #586]
+                       if it has actually been tested. [RT #586]
 
  685.  [bug]           nslookup should use the search list/domain options
                        from resolv.conf by default. [RT #405, #630]
                        address match lists.
 
  571.  [bug]           It was possible to create an rdataset of singleton
-                       type which had more than one rdata.  [RT #154]
+                       type which had more than one rdata. [RT #154]
                        [RT #279]
 
  570.  [bug]           rbtdb.c allowed zones containing nodes which had
                        only when a transfer in progress finished. [RT #456]
 
  552.  [bug]           We were not correctly detecting the end of all c-style
-                       comments.  [RT #455]
+                       comments. [RT #455]
 
  551.  [func]          Implemented the 'sortlist' option.
 
                        in the list, unless the +fail option is specified.
 
  501.  [bug]           Incorrect port numbers were being displayed by
-                       nslookup.  [RT #352]
+                       nslookup. [RT #352]
 
  500.  [func]          Nearly useless +details option removed from DiG.
 
  448.  [bug]           Host output formatting change, to match v8. [RT #255]
 
  447.  [bug]           Dig didn't properly retry in TCP mode after
-                       a truncated reply.  [RT #277]
+                       a truncated reply. [RT #277]
 
  446.  [bug]           Confusing notify log message. [RT #298]
 
  198.  [func]          Dispatch managers hold memory pools which
                        any managed dispatcher may use.  This allows
                        us to avoid dipping into the memory context for
-                       most allocations.  [19-May-2000 explorer]
+                       most allocations. [19-May-2000 explorer]
 
  197.  [bug]           When an incoming AXFR or IXFR completes, the
                        zone's internal state is refreshed from the
-                       SOA data.  [19-May-2000 explorer]
+                       SOA data. [19-May-2000 explorer]
 
  196.  [func]          Dispatchers can be shared easily between views
-                       and/or interfaces.  [19-May-2000 explorer]
+                       and/or interfaces. [19-May-2000 explorer]
 
  195.  [bug]           Including the NXT record of the root domain
                        in a negative response caused an assertion