diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-06 07:13:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-06 07:13:24 +0000 |
commit | d95b63f1e4492507b1950d74f7ec845a6786d80e (patch) | |
tree | 932e0f31004f84b5f00d460eb186f939f8263600 /ChangeLog | |
parent | 55665f25e58981022667115e8fc9778e54cf0ea3 (diff) | |
download | tor-d95b63f1e4492507b1950d74f7ec845a6786d80e.tar.gz tor-d95b63f1e4492507b1950d74f7ec845a6786d80e.zip |
Bugfix on r13098. Backport candidate.
When we made bridge authorities stop serving bridge descriptors over
unencrypted links, we also broke DirPort reachability testing for
bridges. So bridges with a non-zero DirPort were printing spurious
warns to their logs. Bugfix on 0.2.0.16-alpha. Fixes bug 709.
svn:r17945
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ Changes in version 0.2.1.10-alpha - 2009-01-0? from rovv. - If a hidden service sends us an END cell, do not consider retrying the connection; just close it. Patch from rovv. + - When we made bridge authorities stop serving bridge descriptors over + unencrypted links, we also broke DirPort reachability testing for + bridges. So bridges with a non-zero DirPort were printing spurious + warns to their logs. Bugfix on 0.2.0.16-alpha. Fixes bug 709. o Deprecated and removed features: - The old "tor --version --version" command, which would print out |