diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-24 17:05:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-24 17:05:00 +0000 |
commit | d3af1f218986556e2f233713de65ef7eab0eb4d1 (patch) | |
tree | 989f2bb4bee16e163507f1a0d4040b0d3aea6b75 /ChangeLog | |
parent | a951c015fe553b41b3461b10ae7bd9d1c30c5ba5 (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |