aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-21 10:35:40 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-21 10:35:40 -0400
commit991a8acba2e2148a576465c3e07e9f6ce4864ea1 (patch)
treeffe9f5afe1be902517cc7a65524daf2db7595475 /changes
parent88859b2ff1fdd4e5f4fab8ad818131ea3c2dd1c8 (diff)
parenta4fbfa81b3fb732687efcefce851e2cd089ea6c1 (diff)
downloadtor-991a8acba2e2148a576465c3e07e9f6ce4864ea1.tar
tor-991a8acba2e2148a576465c3e07e9f6ce4864ea1.tar.gz
Merge remote-tracking branch 'public/bug6404' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug640416
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug6404 b/changes/bug6404
new file mode 100644
index 000000000..948f00b92
--- /dev/null
+++ b/changes/bug6404
@@ -0,0 +1,16 @@
+ o Minor bugfixes:
+
+ - Remove the maximum length of microdescriptor we are willing to
+ generate. Occasionally this is needed for routers
+ with complex policies or family declarations. Partial fix for
+ bug 6404; fix on 0.2.2.6-alpha.
+
+ - Authorities no longer include any router in their
+ microdescriptor consensuses for which they couldn't generate or
+ agree on a microdescriptor. Partial fix for bug 6404; fix on
+ 0.2.2.6-alpha.
+
+ - Move log message when unable to find a microdesc in a
+ routerstatus entry to parse time. Previously we'd spam this
+ warning every time we tried to figure out which microdescriptors
+ to download. Partial fix for bug 6404; fix on 0.2.3.18-rc.