diff options
author | Roger Dingledine <arma@torproject.org> | 2016-12-02 10:16:57 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-12-02 10:16:57 -0500 |
commit | a3e07633a45d5c1609a6768347dfc92c06d19bcc (patch) | |
tree | 6474b3df8e8cf6dc39440adf02400949bfe73b56 | |
parent | 9bc0593a8493bf2593803640c77b7a419a94411f (diff) | |
download | tor-0.2.9.6-rc.tar.gz tor-0.2.9.6-rc.zip |
expand a bit on the resolve_my_address issuetor-0.2.9.6-rc
looks good!
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |