summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-03 22:05:02 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-03 22:05:02 -0400
commit8aec982f910f918785158038e5afafe55f869372 (patch)
tree30afce1131f4b0b84645e46f8ae92de45c591676 /changes
parent7b3cd4dceb59aece863528b13d8eda19df6480a8 (diff)
parent0324d3b0ec6d8ee0ec24c2e93915c9aa70e1665d (diff)
downloadtor-8aec982f910f918785158038e5afafe55f869372.tar.gz
tor-8aec982f910f918785158038e5afafe55f869372.zip
Merge branch 'maint-0.2.1'
Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
Diffstat (limited to 'changes')
-rw-r--r--changes/1324-fetch-from-v3-not-v25
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/1324-fetch-from-v3-not-v2 b/changes/1324-fetch-from-v3-not-v2
new file mode 100644
index 0000000000..7026980558
--- /dev/null
+++ b/changes/1324-fetch-from-v3-not-v2
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Directory mirrors were fetching relay descriptors only from v2
+ directory authorities, rather than v3 authorities like they should.
+ Only 2 v2 authorities remain (compared to 7 v3 authorities), leading
+ to a serious bottleneck. Bugfix on 0.2.0.9-alpha. Fixes bug 1324.