diff options
author | Roger Dingledine <arma@torproject.org> | 2009-04-12 07:56:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-04-12 07:56:58 +0000 |
commit | 39ceda7e05d714a157dbd0da11de6ba060cb233a (patch) | |
tree | be2f15e5146cebb0b4557bc800ceed5264c43aa2 /ChangeLog | |
parent | 115474a44ebd5cdd12eee315a3d6c93301631277 (diff) | |
download | tor-39ceda7e05d714a157dbd0da11de6ba060cb233a.tar.gz tor-39ceda7e05d714a157dbd0da11de6ba060cb233a.zip |
Raise the minimum bandwidth to be a relay from 20000 bytes to 20480
bytes (aka 20KB/s), to match our documentation. Also update
directory authorities so they always assign the Fast flag to relays
with 20KB/s of capacity. Now people running relays won't suddenly
find themselves not seeing any use, if the network gets faster
on average.
svn:r19305
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.14-rc - 2009-04-11 +Changes in version 0.2.1.14-rc - 2009-04-12 o Major features: - Clients replace entry guards that were chosen more than a few months ago. This change should significantly improve client performance, @@ -30,6 +30,12 @@ Changes in version 0.2.1.14-rc - 2009-04-11 - If the bridge config line doesn't specify a port, assume 443. This makes bridge lines a bit smaller and easier for users to understand. + - Raise the minimum bandwidth to be a relay from 20000 bytes to 20480 + bytes (aka 20KB/s), to match our documentation. Also update + directory authorities so they always assign the Fast flag to relays + with 20KB/s of capacity. Now people running relays won't suddenly + find themselves not seeing any use, if the network gets faster + on average. o Minor bugfixes: - Avoid trying to print raw memory to the logs when we decide to |