]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] changelog for #1571
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 25 Jan 2012 23:03:33 +0000 (15:03 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 25 Jan 2012 23:03:33 +0000 (15:03 -0800)
ChangeLog
src/lib/datasrc/zone.h

index 81fede6fd6063e89ba97e5a8551f6699e215ad4c..5e7d7361ce7223e4940d4682cddc085a04e3c551 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+365.   [bug]           jinmei
+       libdatasrc: in-memory datasource incorrectly returned delegation
+       for DS lookups.
+       (Trac #1571, git d22e90b5ef94880183cd652e112399b3efb9bd67)
+
 364.   [func]          jinmei
        b10-auth experimentally supports statistics counters of incoming
        requests per opcode.  The counters can be (e.g.) shown as
index 66916bf805b8512f81478c68275f0fad5f4e659d..00b527426abf02b3e175a83f81fe95bdabb05b34 100644 (file)
@@ -85,7 +85,7 @@ public:
     /// -# (Normal) empty non terminal: there is no matching (exact or
     ///    wildcard) name, but there is a subdomain with an RR of the query
     ///    name.  This is one case of "Name Error" of the RFC.
-    /// -# Wildcard empty non terminal: similar to 2a, but the empty name
+    /// -# Wildcard empty non terminal: similar to 2, but the empty name
     ///    is a wildcard, and matches the query name by wildcard expansion.
     ///    This is a special case of "Name Error" of the RFC.
     /// -# Wildcard no data: there is no exact match name, but there is a