aboutsummaryrefslogtreecommitdiff
path: root/changes/microdesc_con_dl
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-14 14:19:18 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-14 14:19:18 -0400
commit642cff5bcad9288aa32f27ea5309019538580438 (patch)
treeb457e0fc14838421c6e273d5431997c9b1b9ac77 /changes/microdesc_con_dl
parentd67b304b20a3dbca9ad3072b33d6e1d54680f220 (diff)
downloadtor-642cff5bcad9288aa32f27ea5309019538580438.tar
tor-642cff5bcad9288aa32f27ea5309019538580438.tar.gz
Only download microdesc consensus from caches that support it
Bugfix on 0.2.3.1-alpha; found by arma; never got a bug number.
Diffstat (limited to 'changes/microdesc_con_dl')
-rw-r--r--changes/microdesc_con_dl3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/microdesc_con_dl b/changes/microdesc_con_dl
new file mode 100644
index 000000000..9bf126076
--- /dev/null
+++ b/changes/microdesc_con_dl
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Only try to download a microdescriptor-flavored consensus from
+ a directory cache that provides those. Bugfix on 0.2.3.1-alpha.