diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:17:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:17:20 -0400 |
commit | 448bd220928f337e60dd377e8a3bb814248f4a7a (patch) | |
tree | 6d3d49eb15b0967385ce065050d87df6a046941a /changes | |
parent | 62631904cb403ee9f27080a1cf096e8ddd8a3048 (diff) | |
parent | ceb6dee4652567fd503e5ceb9345354efd935a1b (diff) | |
download | tor-448bd220928f337e60dd377e8a3bb814248f4a7a.tar.gz tor-448bd220928f337e60dd377e8a3bb814248f4a7a.zip |
Merge remote-tracking branch 'public/bug14261_025' into maint-0.2.5
Diffstat (limited to 'changes')
-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. |