summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-18 10:51:44 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-18 10:52:58 -0400
commitd14127eb7adfb92b1790f0aaa65089cfb6c71094 (patch)
tree7fe0729ebea653b876c6eaeb0fa0844c81fe56e2 /changes
parentbb175dac9641f5678875904bb289a1c03054f22c (diff)
downloadtor-d14127eb7adfb92b1790f0aaa65089cfb6c71094.tar.gz
tor-d14127eb7adfb92b1790f0aaa65089cfb6c71094.zip
Use the DL_SCHED_CONSENSUS schedule for consensuses.
Fixes bug 11679; bugfix on 0.2.2.6-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/bug116793
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug11679 b/changes/bug11679
new file mode 100644
index 0000000000..3a191ce822
--- /dev/null
+++ b/changes/bug11679
@@ -0,0 +1,3 @@
+ o Minor bugfixes (client):
+ - Use the consensus schedule for downloading consensuses, and not the
+ generic schedule. Fixes bug 11679; bugfix on 0.2.2.6-alpha.