summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-11-30 12:20:28 +1100
committerteor <teor2345@gmail.com>2016-11-30 12:20:28 +1100
commit04f794489107bab6316d60ade7228d4443beb3a6 (patch)
treed8f6fdd2adee98d972b01da9783cf604f9cae60a /changes
parente061cf4d1d7e9d8533cde936f0904d4f7b877746 (diff)
downloadtor-04f794489107bab6316d60ade7228d4443beb3a6.tar.gz
tor-04f794489107bab6316d60ade7228d4443beb3a6.zip
Stop discarding downloaded full descriptors when using microdescs for circuits
This affects clients with FetchUselessDescriptors 1. It might also cause subtle bugs on directory mirrors and authorities, causing them to consider all full descriptors as failed or old.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug208395
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20839 b/changes/bug20839
new file mode 100644
index 0000000000..c290097d80
--- /dev/null
+++ b/changes/bug20839
@@ -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.