BIND 10 master, updated. 023d2257c83bac2e06333f2bce2e4b9eda6abbde [master] changelog for #1571
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 25 23:03:45 UTC 2012
The branch, master has been updated
via 023d2257c83bac2e06333f2bce2e4b9eda6abbde (commit)
from d22e90b5ef94880183cd652e112399b3efb9bd67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 023d2257c83bac2e06333f2bce2e4b9eda6abbde
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jan 25 15:03:33 2012 -0800
[master] changelog for #1571
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
src/lib/datasrc/zone.h | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 81fede6..5e7d736 100644
--- 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
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h
index 66916bf..00b5274 100644
--- a/src/lib/datasrc/zone.h
+++ b/src/lib/datasrc/zone.h
@@ -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
More information about the bind10-changes
mailing list