diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-05 16:56:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-05 16:56:11 +0000 |
commit | 9e75c06197e449457ec83f98c6eb537716f352a9 (patch) | |
tree | 8af964a35ea278a968b0e17bd0d34fd4290f3519 /ChangeLog | |
parent | cec0a57dc80faa8f8c8ef38fcfb08602638ca81c (diff) | |
download | tor-9e75c06197e449457ec83f98c6eb537716f352a9.tar.gz tor-9e75c06197e449457ec83f98c6eb537716f352a9.zip |
If the cached networkstatus consensus is more than five days old,
discard it rather than trying to use it. In theory it could
be useful because it lists alternate directory mirrors, but in
practice it just means we spend many minutes trying directory
mirrors that are long gone from the network. Helps bug 887 a bit;
bugfix on 0.2.0.x.
svn:r17917
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ Changes in version 0.2.1.10-alpha - 2009-01-?? + o Major bugfixes: + - If the cached networkstatus consensus is more than five days old, + discard it rather than trying to use it. In theory it could + be useful because it lists alternate directory mirrors, but in + practice it just means we spend many minutes trying directory + mirrors that are long gone from the network. Helps bug 887 a bit; + bugfix on 0.2.0.x. + o Minor features: - New controller event "clients_seen" to report a geoip-based summary of which countries we've seen clients from recently. Now controllers |