diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-05 18:54:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-05 18:54:11 +0000 |
commit | e3388230c4c02c3fd83e38a87785ae815851578c (patch) | |
tree | 057bc2f62992c390024fefaa0ad2bfa3ecde1df1 /ChangeLog | |
parent | 9e75c06197e449457ec83f98c6eb537716f352a9 (diff) | |
download | tor-e3388230c4c02c3fd83e38a87785ae815851578c.tar.gz tor-e3388230c4c02c3fd83e38a87785ae815851578c.zip |
Bridge relays that had DirPort set to 0 would stop fetching
descriptors shortly after startup, and then briefly resume
after a new bandwidth test and/or after publishing a new bridge
descriptor. Bridge users that try to bootstrap from them would
get a recent networkstatus but would get descriptors from up to
18 hours earlier, meaning most of the descriptors were obsolete
already. Reported by Tas; bugfix on 0.2.0.13-alpha.
svn:r17920
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changes in version 0.2.1.10-alpha - 2009-01-?? practice it just means we spend many minutes trying directory mirrors that are long gone from the network. Helps bug 887 a bit; bugfix on 0.2.0.x. + - Bridge relays that had DirPort set to 0 would stop fetching + descriptors shortly after startup, and then briefly resume + after a new bandwidth test and/or after publishing a new bridge + descriptor. Bridge users that try to bootstrap from them would + get a recent networkstatus but would get descriptors from up to + 18 hours earlier, meaning most of the descriptors were obsolete + already. Reported by Tas; bugfix on 0.2.0.13-alpha. o Minor features: - New controller event "clients_seen" to report a geoip-based summary |