From d3af1f218986556e2f233713de65ef7eab0eb4d1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 24 Sep 2006 17:05:00 +0000 Subject: Backport candidate: Fix a long-standing server-side DNS bug. When a client asks us to resolve (not connect to) an address, and we have a cached answer, give them the cached answer. Previously, we would give them no answer at all. svn:r8478 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6912bfb78..bd53b2634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,11 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? descriptor for a named server with that name, we might return an old one. + o Major bugfixes + - When a client asks us to resolve (not connect to) an address, + and we have a cached answer, give them the cached answer. + Previously, we would give them no answer at all. + o Minor Bugfixes - Small performance improvements on parsing descriptors (x2). - Major performance descriptor on inserting descriptors; change -- cgit v1.2.3