summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-02-24 13:55:21 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-02-24 13:55:21 -0500
commit6ea7eb58c697d9e02090f63687803e921bc7c13f (patch)
tree3e597aae5010770b858753cabe69cb4c206f5f84 /changes
parent97e51dd01b228ecb72c912c6cf3ffae6334c8d07 (diff)
parent39d0f69dfee86c4f8703094990d3169fb20614f3 (diff)
downloadtor-6ea7eb58c697d9e02090f63687803e921bc7c13f.tar.gz
tor-6ea7eb58c697d9e02090f63687803e921bc7c13f.zip
Merge branch 'tor-gitlab/mr/321' into maint-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.