aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-01-05 16:56:11 +0000
committerRoger Dingledine <arma@torproject.org>2009-01-05 16:56:11 +0000
commit9e75c06197e449457ec83f98c6eb537716f352a9 (patch)
tree8af964a35ea278a968b0e17bd0d34fd4290f3519 /ChangeLog
parentcec0a57dc80faa8f8c8ef38fcfb08602638ca81c (diff)
downloadtor-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b64bd0a3d..a3a180ffcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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