From 385a9f81dd2d30a370b2f45a6ff0ec7d09dbea79 Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Thu, 10 Mar 2011 10:24:23 -0800 Subject: [PATCH] [master] changelog for #683 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ee7b0623c..66483aac46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ + 196. [bug] jinmei + b10-auth, src/lib/datasrc: the backend of the in-memory data + source could not handle the root name. As a result b10-auth could + not work as a root server when using the in-memory data source. + (Trac #683, git 420ec42bd913fb83da37b26b75faae49c7957c46) + 195. [func] stephen Resolver will now re-try a query over TCP if a response to a UDP query has the TC bit set.