diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-14 14:19:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-14 14:19:18 -0400 |
commit | 642cff5bcad9288aa32f27ea5309019538580438 (patch) | |
tree | b457e0fc14838421c6e273d5431997c9b1b9ac77 /changes/microdesc_con_dl | |
parent | d67b304b20a3dbca9ad3072b33d6e1d54680f220 (diff) | |
download | tor-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_dl | 3 |
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. |