diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-26 02:18:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-26 02:18:57 +0000 |
commit | 91bb09cb28246f8ae2fe7525be61eba58f6bf814 (patch) | |
tree | 79b4b9bd822ec4b13565e6c765d70049ca6b4761 /ChangeLog | |
parent | 17393b835927cec5db32dce7af8f2f4721e9a71b (diff) | |
download | tor-91bb09cb28246f8ae2fe7525be61eba58f6bf814.tar.gz tor-91bb09cb28246f8ae2fe7525be61eba58f6bf814.zip |
Only update guard status (usable / not usable) once we have
enough directory information. This was causing us to always pick
two new guards on startup (bugfix on 0.2.0.9-alpha), and it was
causing us to discard all our guards on startup if we hadn't been
running for a few weeks (bugfix on 0.1.2.x). Fixes bug 448.
svn:r12570
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ Changes in version 0.2.0.13-alpha - 2007-11-?? + o Major bugfixes: + - Only update guard status (usable / not usable) once we have + enough directory information. This was causing us to always pick + two new guards on startup (bugfix on 0.2.0.9-alpha), and it was + causing us to discard all our guards on startup if we hadn't been + running for a few weeks (bugfix on 0.1.2.x). Fixes bug 448. + o Minor bugfixes: - The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network consensus documents when there are too many relays at a single |