summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-28 20:24:23 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-28 20:24:23 +0000
commit3008c3b768f2cb8ab735e8ebbda2d4322910b19e (patch)
tree305dc3660e47d3e733d3928cda6fe621d9c1804b /ChangeLog
parent08c75f4349067815f4d131ca2cd4b425ec8fc38c (diff)
downloadtor-3008c3b768f2cb8ab735e8ebbda2d4322910b19e.tar.gz
tor-3008c3b768f2cb8ab735e8ebbda2d4322910b19e.zip
r12000@catbus: nickm | 2007-02-28 15:12:21 -0500
Try to fix eventdns bug 326 again, this time by noting that rcode 2 (serverfailed) does not really mean "The server is useless." svn:r9687
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ee17fcd34..f91dd07d05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@ Changes in version 0.1.2.9-??? - 2007-??-??
to INT32_MAX.
- Fix a potential race condition in the rpm installer. Found by
Stefan Nordhausen.
+ - Try to fix eventdns warnings once and for all: do not treat a dns rcode
+ of 2 as indicating that the server is completely bad; it sometimes
+ means that the server is just bad for the request in question. (may fix
+ the last of bug 326.)
Changes in version 0.1.2.8-beta - 2007-02-26