diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:36:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:36:57 -0400 |
commit | b0fff2a9c52c92de1b4a304b2ed8ef175642c22c (patch) | |
tree | 510ecdd55787ef8558c810380647487ab77302da /changes/bug14261 | |
parent | 4b54ad017d3fadf3598dd4d5047188107718d92f (diff) | |
parent | 64bfc2930ac0be3af669636c16f6f0bba715056f (diff) | |
download | tor-b0fff2a9c52c92de1b4a304b2ed8ef175642c22c.tar.gz tor-b0fff2a9c52c92de1b4a304b2ed8ef175642c22c.zip |
Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5
Diffstat (limited to 'changes/bug14261')
-rw-r--r-- | changes/bug14261 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14261 b/changes/bug14261 new file mode 100644 index 0000000000..1260ccba1e --- /dev/null +++ b/changes/bug14261 @@ -0,0 +1,5 @@ + O Minor bugfixes (directory authority): + - Allow directory authorities to fetch more data from one + another if they find themselves missing lots of votes. + Previously, they had been bumping against the 10 MB queued + data limit. Fixes bug 14261. Bugfix on 0.1.2.5-alpha. |