From a3e07633a45d5c1609a6768347dfc92c06d19bcc Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 2 Dec 2016 10:16:57 -0500 Subject: [PATCH] expand a bit on the resolve_my_address issue looks good! --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b008ce055..894c546d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,9 +6,10 @@ Changes in version 0.2.9.6-rc - 2016-12-02 o Major bugfixes (relay, resolver, logging): - For relays that don't know their own address, avoid attempting a - local hostname resolve for each descriptor we download. This will - cut down on the number of "Success: chose address 'x.x.x.x'" log - lines. Fixes bugs 20423 and 20610; bugfix on 0.2.8.1-alpha. + local hostname resolve for each descriptor we download. This + will cut down on the number of "Success: chose address 'x.x.x.x'" + log lines, and also avoid confusing clock jumps if the resolver + is slow. Fixes bugs 20423 and 20610; bugfix on 0.2.8.1-alpha. o Minor bugfixes (client, fascistfirewall): - Avoid spurious warnings when ReachableAddresses or FascistFirewall