aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-24 03:34:03 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-24 03:34:03 +0000
commit7a35dad00722413c5816f9b5557c61319f5984d3 (patch)
treec8c064d53c9e71ffe0722694e0ea7e4f2a68f4b0 /ChangeLog
parentfd911646628cd4a30614c1a44ed51d3e50c8664d (diff)
downloadtor-7a35dad00722413c5816f9b5557c61319f5984d3.tar
tor-7a35dad00722413c5816f9b5557c61319f5984d3.tar.gz
Authorities no longer send back "400 you're unreachable please fix
it" errors to Tor servers that aren't online all the time. We're supposed to tolerate these servers now. svn:r12136
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ad872060..44c6df733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,9 @@ Changes in version 0.2.0.9-alpha - 2007-10-??
on our configured V3AuthVotingInterval: so unless the intervals
matched up, we immediately rejected our own vote because it didn't
start at the voting interval that caused us to construct a vote.
+ - Authorities no longer send back "400 you're unreachable please fix
+ it" errors to Tor servers that aren't online all the time. We're
+ supposed to tolerate these servers now.
o Minor bugfixes (v3 directory protocol):
- Delete unverified-consensus when the real consensus is set.