summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-07-02 13:56:52 -0400
committerNick Mathewson <nickm@torproject.org>2009-10-10 15:23:00 -0400
commit5a6575c2d42c891965cc7639d212cb860f698bd2 (patch)
treede00119216ee12a827cfd678c2204de9dbd2f1e1 /ChangeLog
parente84dc32cb837cd5ba805571dd6764d3d7913ab07 (diff)
downloadtor-5a6575c2d42c891965cc7639d212cb860f698bd2.tar.gz
tor-5a6575c2d42c891965cc7639d212cb860f698bd2.zip
Don't set unreachable from dirvote unless we've been running a while.
This is a possible fix for bug 1023, where if we vote (or make a v2 consensus networkstatus) right after we come online, we can call rep_hist_note_router_unreachable() on every router we haven't connected to yet, and thereby make all their uptime values reset.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fd700fc6c..a4b7173431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@ Changes in version 0.2.2.4-alpha - 2009-10-??
- Don't count one-hop circuits when we're estimating how long it
takes circuits to build on average. Otherwise we'll set our circuit
build timeout lower than we should. Bugfix on 0.2.2.2-alpha.
+ - Directory authorities no longer change their opinion of, or vote on,
+ whether a router is Running, unless they have themselves been online
+ long enough to have some idea. Fix for bug 1023.
o Code simplifications and refactoring:
- Revise our unit tests to use the "tinytest" framework, so we