commit a3e07633a45d5c1609a6768347dfc92c06d19bcc Author: Roger Dingledine arma@torproject.org Date: Fri Dec 2 10:16:57 2016 -0500
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 b008ce0..894c546 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
tor-commits@lists.torproject.org