version: Bump version to 0.4.6.9-dev
[tor.git] / changes / ticket40337
blob1c86fc4c99536870a268014bc83e29eba0256cef
1   o Minor features (testing):
2     - On a testing network, relays can now use the
3       TestingMinTimeToReportBandwidth option to change
4       the smallest amount of time over which they're willing to report
5       their observed maximum bandwidth.  Previously, this was fixed
6       at 1 day.  For safety, values under 2 hours are only supported on
7       testing networks. Part of a fix for ticket 40337.
9   o Minor features (testing):
10     - Relays on testing networks now report their observed bandwidths
11       immediately from startup.  Previously, they waited
12       until they had been running for a full day.   Closes ticket
13       40337.
14     - Relays on testing networks no longer rate-limit how frequently
15       they are willing to report new bandwidth measurements. Part of a fix
16       for ticket 40337.