diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-06 20:50:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-06 20:50:55 +0000 |
commit | 462f64b6b993d46f5b61c7e2333cc526d15ba884 (patch) | |
tree | e5c9ff1ec2a7a77da5a46fc7016d5cad79ff0a4d /ChangeLog | |
parent | 585d4a12b50aa0151411c777a6c7d266d71fb46f (diff) | |
download | tor-462f64b6b993d46f5b61c7e2333cc526d15ba884.tar.gz tor-462f64b6b993d46f5b61c7e2333cc526d15ba884.zip |
Make outgoing DNS requests respect OutboundBindAddress.
Fixes the bug part of bug 789.
svn:r17983
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Changes in version 0.2.1.11-alpha - 2009-01-?? - + o Minor bugfixes: + - Make outbound DNS packets respect the OutboundBindAddress setting. + Fixes the bug part of bug 798. Changes in version 0.2.1.10-alpha - 2009-01-06 o Major bugfixes: |