diff options
author | Roger Dingledine <arma@torproject.org> | 2009-06-21 08:55:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-22 14:03:02 -0400 |
commit | b91428cfd36d1014bbd77ea1a53cddded92a6d14 (patch) | |
tree | 3e95273cbf24a82f3a3478e1010301ddd60ddd60 | |
parent | 1aaab8288d4b5afdff56c17a01c82a2a89e4ef01 (diff) | |
download | tor-b91428cfd36d1014bbd77ea1a53cddded92a6d14.tar.gz tor-b91428cfd36d1014bbd77ea1a53cddded92a6d14.zip |
add a changelog entry: clients use bw in consensus
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ Changes in version 0.2.1.17-?? - 2009-??-?? - Serve the DirPortFrontPage page even when we have been approaching our quotas recently. Fixes bug 1013; bugfix on 0.2.1.8-alpha. + o Major features: + - Clients now use the bandwidth values in the consensus, rather than + the bandwidth values in each relay descriptor. This approach opens + the door to more accurate bandwidth estimates once the directory + authorities start doing active measurements. Implements more of + proposal 141. + Changes in version 0.2.1.16-rc - 2009-06-20 o Security fixes: |