diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-10 01:46:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-10 01:46:51 +0000 |
commit | d7bf7e0b3211c3a47f41fbbd519d56a9958d76d1 (patch) | |
tree | aec84083aa76ee7b18dc547b5d735dfb760593e7 /ChangeLog | |
parent | 4053b47459103489fda6cf328c69220f271db3c5 (diff) | |
download | tor-d7bf7e0b3211c3a47f41fbbd519d56a9958d76d1.tar tor-d7bf7e0b3211c3a47f41fbbd519d56a9958d76d1.tar.gz |
When a directory authority gives us a new guess for our IP address,
log which authority we used. Hopefully this will help us debug
the recent complaints about bad IP address guesses.
svn:r17549
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? - Give a better error message when an overzealous init script says, "sudo -u username tor --user username". Makes Bug 882 easier for users to diagnose. + - When a directory authority gives us a new guess for our IP address, + log which authority we used. Hopefully this will help us debug + the recent complaints about bad IP address guesses. o Minor features (controller): - New CONSENSUS_ARRIVED event to note when a new consensus has |