tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 91c83d1e0857b84b2cf0594270cc149246f6f15a
parent 3e384d7329af0fd64a7b4cedda1ddec307064e65
Author: Roger Dingledine <arma@torproject.org>
Date:   Mon, 25 Oct 2021 12:48:49 -0400

last tweak on 0.4.7.2 changelog

Diffstat:
MChangeLog | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -34,12 +34,12 @@ Changes in version 0.4.7.2-alpha - 2021-10-26 40490; bugfix on 0.4.7.1-alpha. o Major bugfixes (relay, overload state): - - Report the general overload state for DNS timeout errors only if - X% of all DNS queries over Y seconds are errors. Before that, it - only took 1 timeout to report the overload state which was just - too low of a threshold. The X and Y values are 1% and 10 minutes - respectively but they are also controlled by consensus parameters. - Fixes bug 40491; bugfix on 0.4.6.1-alpha. + - Relays report the general overload state for DNS timeout errors + only if X% of all DNS queries over Y seconds are errors. Before + that, it only took 1 timeout to report the overload state which + was just too low of a threshold. The X and Y values are 1% and 10 + minutes respectively but they are also controlled by consensus + parameters. Fixes bug 40491; bugfix on 0.4.6.1-alpha. o Minor feature (authority, relay): - Reject End-Of-Life relays running version 0.4.2.x, 0.4.3.x,