aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-04-23 17:36:46 +0000
committerRoger Dingledine <arma@torproject.org>2008-04-23 17:36:46 +0000
commit2bed102003307e7d80c1b7f4dd50247bec491a2b (patch)
tree60e2ee4d399be6d46bc61442a8b615d54cf0291b /ChangeLog
parentb306920af187c70f81b485fa3ea630ca79a3f8e6 (diff)
downloadtor-2bed102003307e7d80c1b7f4dd50247bec491a2b.tar.gz
tor-2bed102003307e7d80c1b7f4dd50247bec491a2b.zip
Take lefkada out of the list of v2 directory authorities, since
it has been down for months. svn:r14427
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a65115dd..d4f85f60bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
Changes in version 0.1.2.20 - 2008-??-??
+ o Directory authority changes:
+ - Take lefkada out of the list of v2 directory authorities, since
+ it has been down for months.
+
o Major bugfixes:
- Patch from "Andrew S. Lists" to catch when we contact a directory
mirror at IP address X and he says we look like we're coming from
IP address X. Bugfix on 0.1.2.x.
- Allow a closing-down linked directory connection to have its
- blocked_on_or_conn field set. This prevents a rare assertion error
+ blocked_on_or_conn field set. This prevents a rare assertion error
that could occur when an OR connection carrying tunneled directory
- requests closed before the requests were complete. Fixes bug 406.
+ requests closed before the requests were complete. Fixes bug 406.
- If we only ever used Tor for hidden service lookups or posts, we
would stop building circuits and start refusing connections after
24 hours, since we falsely believed that Tor was dormant. Reported