diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-05 10:57:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-05 10:57:09 +0000 |
commit | ca416a78e3570a62bf471abde8432208a660f8c5 (patch) | |
tree | e3abf59baea1cd08b1f0dbcb2feb751bde28e4ec /ChangeLog | |
parent | 6782682ac6f7f8fc7a3f412ae606d5b21de459d1 (diff) | |
download | tor-ca416a78e3570a62bf471abde8432208a660f8c5.tar tor-ca416a78e3570a62bf471abde8432208a660f8c5.tar.gz |
When we switched to using v3 directories, we threw away the part of
the "do we have enough directory info?" calculation that checked
how many relays we believed to still be running based on our own
experience. So if we went offline, we never gave up trying to make
new circuits; worse, when we came back online we didn't recognize
that we should give all the relays another chance. Bugfix on
0.2.0.9-alpha; fixes bugs 648 and 675.
svn:r14970
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? + o Major bugfixes: + - When we switched to using v3 directories, we threw away the part of + the "do we have enough directory info?" calculation that checked + how many relays we believed to still be running based on our own + experience. So if we went offline, we never gave up trying to make + new circuits; worse, when we came back online we didn't recognize + that we should give all the relays another chance. Bugfix on + 0.2.0.9-alpha; fixes bugs 648 and 675. + o Minor bugfixes: - Stop giving double-close warn when we reject an address for client DNS. - On Windows, correctly detect errors when listing the contents of a |