commit 91c83d1e0857b84b2cf0594270cc149246f6f15a Author: Roger Dingledine arma@torproject.org Date: Mon Oct 25 12:48:49 2021 -0400
last tweak on 0.4.7.2 changelog --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog index afc7018fe6..3cd9cc33de 100644 --- 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,
tor-commits@lists.torproject.org