summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-02-24 13:55:29 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-02-24 13:55:29 -0500
commit36212ad953463167cfceafc1f43c84a356a6bd19 (patch)
treee2aa19ff3b28f5be46244e5e70cc3e4f56132d24 /changes
parent83e448dd4d4b324526d01898b5d421e2d11e1bfa (diff)
parent6ea7eb58c697d9e02090f63687803e921bc7c13f (diff)
downloadtor-36212ad953463167cfceafc1f43c84a356a6bd19.tar.gz
tor-36212ad953463167cfceafc1f43c84a356a6bd19.zip
Merge branch 'maint-0.4.5' into release-0.4.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403005
1 files changed, 4 insertions, 1 deletions
diff --git a/changes/ticket40300 b/changes/ticket40300
index aef01b4c64..b772ff60a4 100644
--- a/changes/ticket40300
+++ b/changes/ticket40300
@@ -2,4 +2,7 @@
- Remove a spammy log notice that should not have been indicating the
operator that its IPv4/v6 was missing but it was not. Fixes bug 40300;
bugfix on 0.4.5.1-alpha.
-
+ - Do not query the address cache early in the boot process when deciding
+ if we a relay needs to fetch early directory information from an
+ authority. This resulted in a relay falsely believing it didn't have an
+ address and thus triggering an authority fetch at each boot.