diff options
author | Roger Dingledine <arma@torproject.org> | 2011-02-10 17:11:06 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-02-10 17:11:06 -0500 |
commit | 28de4d83fd59bd656ebcda4442dc10482b8fb00a (patch) | |
tree | 1025265ce95172b7165f3607e19474378cc1390a /changes | |
parent | 50c259d763c7471588b4e1f242695d2652e4284b (diff) | |
download | tor-28de4d83fd59bd656ebcda4442dc10482b8fb00a.tar.gz tor-28de4d83fd59bd656ebcda4442dc10482b8fb00a.zip |
fix the other half of bug 1074
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1074-part2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug1074-part2 b/changes/bug1074-part2 new file mode 100644 index 0000000000..6644f496d7 --- /dev/null +++ b/changes/bug1074-part2 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Stop sending a CLOCK_SKEW controller status event whenever + we fetch directory information from a relay that has a wrong clock. + Instead, only inform the controller when it's a trusted authority + that claims our clock is wrong. Bugfix on tor-0.1.2.6-alpha; + fixes the other half of bug 1074. |