Merge remote-tracking branch 'teor/bug20667'

This commit is contained in:
Nick Mathewson
2016-12-02 12:07:10 -05:00
8 changed files with 72 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (directory downloads):
- Download all consensus flavors, descriptors, and authority certificates
when FetchUselessDescriptors is set, regardless of whether tor is a
directory cache or not.
Fixes bug 20667; bugfix on all recent tor versions.
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (descriptors):
- Correctly recognise downloaded full descriptors as valid, even when
using microdescriptors as circuits. This affects clients with
FetchUselessDescriptors set, and may affect directory authorities.
Fixes bug 20839; bugfix on commit 6083276 in 0.2.3.2-alpha.