diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-10 20:45:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-10 20:45:31 +0000 |
commit | 9aa706e20c3ae91f6cac95964e291076b88ecd48 (patch) | |
tree | aa50df5ac10c25413d7321fba023fe2f4ade3360 /ChangeLog | |
parent | 355369a27a86942b34010392167ec9d284e294e4 (diff) | |
download | tor-9aa706e20c3ae91f6cac95964e291076b88ecd48.tar.gz tor-9aa706e20c3ae91f6cac95964e291076b88ecd48.zip |
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
svn:r17566
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? - 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. + - When we can't initialize DNS because the network is down, do not + automatically stop Tor from starting. Instead, we retry failed + dns_inits() every 10 minutes, and change the exit policy to reject *:* + until one succeeds. Fixes bug 691. o Minor features (controller): - New CONSENSUS_ARRIVED event to note when a new consensus has @@ -23,7 +27,7 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? o Minor bugfixes (hidden services): - Do not throw away existing introduction points on SIGHUP; do not stall hidden services because of introduction points thrown away. - Patch by Karsten. Fixes bug 874. + Patch by Karsten. Fixes bug 874ma. Changes in version 0.2.1.8-alpha - 2008-12-08 |