summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-10-26 22:45:12 -0400
committerRoger Dingledine <arma@torproject.org>2009-10-26 22:45:12 -0400
commitad525685f65aabf134b67923baadc98affe1a42d (patch)
tree1da6521be15e24120847811a36a0b8718bcbb413 /ChangeLog
parent698aaeb1787c18723407ebcfdd4172826f0ded5b (diff)
parent4256a964618ea48a34d900b6c77fc6d7f97138cb (diff)
downloadtor-ad525685f65aabf134b67923baadc98affe1a42d.tar.gz
tor-ad525685f65aabf134b67923baadc98affe1a42d.zip
Merge commit 'karsten/fix-1066-3'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5fc5f2ab8..f2d282fda4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,10 @@ Changes in version 0.2.2.6-alpha - 2009-10-??
have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
Spotted and fixed by xmux.
- Fix numerous small code-flaws found by Coverity Scan Rung 3.
+ - If all authorities restart at once right before a consensus vote,
+ nobody will vote about "Running", and clients will get a consensus
+ with no usable relays. Instead, authorities refuse to build a
+ consensus if this happens. Bugfix on 0.2.0.10-alpha; fixes bug 1066.
Changes in version 0.2.2.5-alpha - 2009-10-11