aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-18 18:51:42 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-18 18:51:42 +0000
commita258f9b594a5e039007036b2254ed6cec58ffcaa (patch)
tree3d399ce98eaf4328c6bfaee4935b1ff9b42fb0c2 /ChangeLog
parent877ee496b1d4cf6a754d466306eb9c15ae0e0984 (diff)
downloadtor-a258f9b594a5e039007036b2254ed6cec58ffcaa.tar.gz
tor-a258f9b594a5e039007036b2254ed6cec58ffcaa.zip
r18938@catbus: nickm | 2008-03-18 14:51:30 -0400
Backport: Fix the other lingering part of bug 617: make ClientDNSRejectInternalAddresses actually work. svn:r14108
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5587a4d488..f6807d7b9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,9 @@ Changes in version 0.2.0.22-rc - 2008-03-17
- Make sure that the "NULL-means-reject *:*" convention is followed by
all the policy manipulation functions, avoiding some possible crash
bugs. Bug found by lodger. Bugfix on 0.2.0.16-alpha.
+ - Fix the implementation of ClientDNSRejectInternalAddresses so that it
+ actually works, and doesn't warn about every single reverse lookup.
+ Fixes the other part of bug 617. Bugfix on 0.2.0.1-alpha.
o Minor features:
- Only log guard node status when guard node status has changed.