diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-19 14:54:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-19 14:54:05 -0500 |
commit | b0b0d6af6369f53caed2222837149dc4a90c739c (patch) | |
tree | 89dede41d6101c26d17ceb5a52f1421a1e8b3c41 /changes | |
parent | f2199763cf7c57744a885c12afcfa7b9df304629 (diff) | |
parent | 699c39dada7f76d5b0cc8dd4b56df1fe4bba7763 (diff) | |
download | tor-b0b0d6af6369f53caed2222837149dc4a90c739c.tar.gz tor-b0b0d6af6369f53caed2222837149dc4a90c739c.zip |
Merge branch 'bug2286_unit_test_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2286 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2286 b/changes/bug2286 new file mode 100644 index 0000000000..4f8dfbbf68 --- /dev/null +++ b/changes/bug2286 @@ -0,0 +1,5 @@ + o Major features (directory authority): + - Directory authorities now support a new consensus method (17) + where they cap the published bandwidth of servers for which + insufficient bandwidth measurements exist. Fixes part of bug + 2286. |