diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-18 18:51:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-18 18:51:42 +0000 |
commit | a258f9b594a5e039007036b2254ed6cec58ffcaa (patch) | |
tree | 3d399ce98eaf4328c6bfaee4935b1ff9b42fb0c2 /ChangeLog | |
parent | 877ee496b1d4cf6a754d466306eb9c15ae0e0984 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |