diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-26 19:27:54 -0700 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-26 19:27:54 -0700 |
commit | 4256a964618ea48a34d900b6c77fc6d7f97138cb (patch) | |
tree | dc6e2ca5f845e75ec8aa92ea816791142c8cb00a /ChangeLog | |
parent | e0b2c84cde102b8202d47dccbde54245af03cb43 (diff) | |
download | tor-4256a964618ea48a34d900b6c77fc6d7f97138cb.tar tor-4256a964618ea48a34d900b6c77fc6d7f97138cb.tar.gz |
Fix bug 1066.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ Changes in version 0.2.2.6-alpha - 2009-10-?? to establish a circuit with us using weak DH keys. It's a protocol violation, but that doesn't mean ordinary users need to hear about it. Fixes the bug part of bug 1114. Bugfix on 0.1.0.13. + - 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 |