summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-02-24 13:55:30 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-02-24 13:55:30 -0500
commitf75baf5ea53025dfd371f392ccfb685e9964b11e (patch)
tree2727452fa4aaa155f57d6727956675342a8a7250 /changes
parent830b0f8c6290cf222527c0956ba6d7fe95688b83 (diff)
parent6ea7eb58c697d9e02090f63687803e921bc7c13f (diff)
downloadtor-f75baf5ea53025dfd371f392ccfb685e9964b11e.tar.gz
tor-f75baf5ea53025dfd371f392ccfb685e9964b11e.zip
Merge branch '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.