aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-24 17:05:00 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-24 17:05:00 +0000
commitd3af1f218986556e2f233713de65ef7eab0eb4d1 (patch)
tree989f2bb4bee16e163507f1a0d4040b0d3aea6b75 /ChangeLog
parenta951c015fe553b41b3461b10ae7bd9d1c30c5ba5 (diff)
downloadtor-d3af1f218986556e2f233713de65ef7eab0eb4d1.tar
tor-d3af1f218986556e2f233713de65ef7eab0eb4d1.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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