aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-18 14:19:56 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-18 14:19:56 +0000
commit8f21a0a0b7e695d824201f19b758bf140f4001f3 (patch)
tree6534389c5b641054335da25ec3206335be33a684 /ChangeLog
parentc96167a6bdd59aac767c37631443d6cdd016bb1c (diff)
downloadtor-8f21a0a0b7e695d824201f19b758bf140f4001f3.tar.gz
tor-8f21a0a0b7e695d824201f19b758bf140f4001f3.zip
r15907@catbus: nickm | 2007-10-18 10:18:53 -0400
Fix up logic for choosing the time at which to download a consensus: Never attempt it when the current consensus is still the most recent. svn:r12020
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e3f0311a4..37bbba9562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,8 @@ Changes in version 0.2.0.9-alpha - 2007-10-??
- Delete unverified-consensus when the real consensus is set.
- Consider retrying a consensus networkstatus fetch immediately after one
fails: don't wait 60 seconds to notice.
+ - When fetching a consensus as a cache, wait until a newer consensus
+ exists before trying to replace the current one.
o Minor bugfixes (controller):
- Don't reset trusted dir server list when we set a configuration option.