tor/changes/ticket29738
Iain R. Learmonth 58cb98af32 Prop 301: No longer vote on RecommendedPackages
This is the first half of implementing proposal 301. The
RecommendedPackages torrc option is marked as obsolete and
the test cases for the option removed. Additionally, the code relating
to generating and formatting package lines in votes is removed.

These lines may still appear in votes from other directory authorities
running earlier versions of the code and so consensuses may still
contain package lines. A new consensus method will be needed to stop
including package lines in consensuses.

Fixes: #28465
2019-05-16 13:31:54 +01:00

7 lines
366 B
Plaintext

o Minor features (recommended packages):
- No longer include recommended packages in votes as detailed in proposal
301. The RecommendedPackages torrc option is deprecated and will no
longer have any effect. "package" lines will still be considered when
computing consensuses for consensus methods that include them. Fixes
ticket 29738.