summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-29 11:18:06 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-29 11:18:06 -0400
commit3b02a959b32c1664a2a62b36badda343cca1bc6a (patch)
treec43f0aa329e957f451cca6ce16cc33e0e7592cde /changes
parent38881173188209db0bb9dd40bacc48aa1883f5e4 (diff)
downloadtor-3b02a959b32c1664a2a62b36badda343cca1bc6a.tar.gz
tor-3b02a959b32c1664a2a62b36badda343cca1bc6a.zip
Make FetchUselessDescriptors fetch all desc types
Previously, if you were set up to use microdescriptors, and you weren't a cache, you'd never fetch router descriptors (except for bridges). Now FetchUselessDescriptors causes descriptors and mirodescs to get cached. Also, FetchUselessDescriptors changes the behavior of "UseMicrodescriptors auto" to be off, since there's no point in saying "UseMicrodescriptors 1" when you have full descriptors too. Fix for bug 3851; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug38514
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3851 b/changes/bug3851
new file mode 100644
index 0000000000..91572f031b
--- /dev/null
+++ b/changes/bug3851
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Make 'FetchUselessDescriptors' cause all descriptor types and
+ all consensus types get fetched. Fixes bug 3851; bugfix on
+ 0.2.3.1-alpha.