Merge branch 'tor-gitlab/mr/766' into maint-0.4.7
[tor.git] / changes / bug40698
blob98ddd4f968661f8ce3169e6a36f16e05f193b7ed
1   o Minor bugfixes (dirauth):
2     - Directory authorities stop voting a consensus "Measured" weight
3       for relays with the Authority flag. Now these relays will be
4       considered unmeasured, which should reserve their bandwidth
5       for their dir auth role and minimize distractions from other
6       roles. In place of the "Measured" weight, they now include a
7       "MeasuredButAuthority" weight (not used by anything) so the
8       bandwidth authority's opinion on this relay can be recorded for
9       posterity. Lastly, remove the AuthDirDontVoteOnDirAuthBandwidth
10       torrc option which never worked right. Fixes bugs 40698 and 40700;
11       bugfix on 0.4.7.2-alpha.