diff options
author | David Goulet <dgoulet@torproject.org> | 2022-10-26 15:01:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-10-26 15:01:43 -0400 |
commit | aab5d8c84a0d286fdfe04a92b158793917ffeca0 (patch) | |
tree | 5806d376ae9c773e08a3eb67edd3029397521d71 /changes | |
parent | 680aa1f5fda5b4a7f1e30953b2b2bd067083eff0 (diff) | |
parent | 0a49e04691b6f6efedadc003521cd0e5809f81da (diff) | |
download | tor-aab5d8c84a0d286fdfe04a92b158793917ffeca0.tar.gz tor-aab5d8c84a0d286fdfe04a92b158793917ffeca0.zip |
Merge branch 'maint-0.4.7' into release-0.4.7
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40698 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug40698 b/changes/bug40698 new file mode 100644 index 0000000000..98ddd4f968 --- /dev/null +++ b/changes/bug40698 @@ -0,0 +1,11 @@ + o Minor bugfixes (dirauth): + - Directory authorities stop voting a consensus "Measured" weight + for relays with the Authority flag. Now these relays will be + considered unmeasured, which should reserve their bandwidth + for their dir auth role and minimize distractions from other + roles. In place of the "Measured" weight, they now include a + "MeasuredButAuthority" weight (not used by anything) so the + bandwidth authority's opinion on this relay can be recorded for + posterity. Lastly, remove the AuthDirDontVoteOnDirAuthBandwidth + torrc option which never worked right. Fixes bugs 40698 and 40700; + bugfix on 0.4.7.2-alpha. |