diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-18 14:19:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-18 14:19:56 +0000 |
commit | 8f21a0a0b7e695d824201f19b758bf140f4001f3 (patch) | |
tree | 6534389c5b641054335da25ec3206335be33a684 /ChangeLog | |
parent | c96167a6bdd59aac767c37631443d6cdd016bb1c (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |