diff options
author | Roger Dingledine <arma@torproject.org> | 2010-01-19 17:52:52 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-01-19 17:52:52 -0500 |
commit | 1fc94bfd0e0b2ab70ec51c35acde6330c8a7fd1d (patch) | |
tree | f11ae1a1175a81239bf018b249c1902f677c8c69 /ChangeLog | |
parent | 0642ab242865c00816510934ea1c3f6ce6982db9 (diff) | |
download | tor-1fc94bfd0e0b2ab70ec51c35acde6330c8a7fd1d.tar.gz tor-1fc94bfd0e0b2ab70ec51c35acde6330c8a7fd1d.zip |
spread guard rotation out throughout the month
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ Changes in version 0.2.1.23 - 2010-0?-?? automatically discard guards picked using the old algorithm. Fixes bug 1217; bugfix on 0.2.1.3-alpha. Found by Mike Perry. + o Minor features: + - Avoid a mad rush at the beginning of each month when each client + rotates half of its guards. Instead we spread the rotation out + throughout the month, but we still avoid leaving a precise timestamp + in the state file about when we first picked the guard. Improves + over the behavior introduced in 0.1.2.17. + Changes in version 0.2.1.22 - 2010-01-19 Tor 0.2.1.22 fixes a critical privacy problem in bridge directory |