diff options
author | Roger Dingledine <arma@torproject.org> | 2013-02-05 00:48:24 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-02-05 00:48:24 -0500 |
commit | b4a68d174793dddf2969e08dc4facd758a4f2680 (patch) | |
tree | 74e07db1f2962e3051e40fc063bba0a25991ffca | |
parent | 2dcad03eba5ece3fa927623b41802a7ea11d95dd (diff) | |
download | tor-b4a68d174793dddf2969e08dc4facd758a4f2680.tar.gz tor-b4a68d174793dddf2969e08dc4facd758a4f2680.zip |
revise history
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,11 +8,11 @@ Changes in version 0.2.4.10-alpha - 2013-02-04 o Major bugfixes (directory authority): - When computing directory thresholds, ignore any rejected-as-sybil nodes during the computation so that they can't influence Fast, - Guard, etc. (We shoud have done this for proposal 109.) Fixes + Guard, etc. (We should have done this for proposal 109.) Fixes bug 8146. - When marking a node as a likely sybil, reset its uptime metrics to zero, so that it cannot time towards getting marked as Guard, - Stable, or HSDir. (We shoud have done this for proposal 109.) Fixes + Stable, or HSDir. (We should have done this for proposal 109.) Fixes bug 8147. o Major bugfixes: |