diff options
author | teor <teor2345@gmail.com> | 2016-11-30 12:20:28 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-11-30 12:20:28 +1100 |
commit | 04f794489107bab6316d60ade7228d4443beb3a6 (patch) | |
tree | d8f6fdd2adee98d972b01da9783cf604f9cae60a /changes | |
parent | e061cf4d1d7e9d8533cde936f0904d4f7b877746 (diff) | |
download | tor-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/bug20839 | 5 |
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. |