diff options
author | Roger Dingledine <arma@torproject.org> | 2009-04-11 12:00:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-04-11 12:00:18 +0000 |
commit | 48118b228e5c3d361a5cfdfa614b1a923da0a854 (patch) | |
tree | e00f66e65a17c98c53563ceae6eb8d39df87c301 /ChangeLog | |
parent | ebadf2b068903d75e41322acb9eb00d47338804a (diff) | |
download | tor-48118b228e5c3d361a5cfdfa614b1a923da0a854.tar.gz tor-48118b228e5c3d361a5cfdfa614b1a923da0a854.zip |
Clients replace entry guards that were chosen more than a few months
ago. This change should significantly improve client performance,
especially once more people upgrade, since relays that have been
a guard for a long time are currently overloaded.
svn:r19287
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -3,12 +3,18 @@ Changes in version 0.2.1.14-rc - 2009-04-11 - Avoid crashing in the presence of certain malformed descriptors. Found by lark, and by automated fuzzing. + o Major features: + - Clients replace entry guards that were chosen more than a few months + ago. This change should significantly improve client performance, + especially once more people upgrade, since relays that have been + a guard for a long time are currently overloaded. + o Major bugfixes: - Relays were falling out of the networkstatus consensus for - half a day if they changed their local config but the authorities - discarded their new descriptor as "not sufficiently different". Now - directory authorities accept a descriptor as changed if - bandwidthrate or bandwidthburst changed. Partial fix for bug 962; + part of a day if they changed their local config but the + authorities discarded their new descriptor as "not sufficiently + different". Now directory authorities accept a descriptor as changed + if bandwidthrate or bandwidthburst changed. Partial fix for bug 962; patch by Sebastian. o Minor features: |