diff options
author | Roger Dingledine <arma@torproject.org> | 2013-10-10 21:39:21 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-10-10 21:39:21 -0400 |
commit | f96a8d5fa36b785632f54d929b9d70558e634f1a (patch) | |
tree | 068b6fb2b0879e50b85365f166ce509cb41b8e05 /changes/bug9958 | |
parent | 78251e004f03eca93dfbdae2a2b6c18bff948bf2 (diff) | |
download | tor-f96a8d5fa36b785632f54d929b9d70558e634f1a.tar tor-f96a8d5fa36b785632f54d929b9d70558e634f1a.tar.gz |
Report bootstrapping progress correctly when downloading microdescs
We had updated our "do we have enough microdescs to begin building
circuits?" logic most recently in 0.2.4.10-alpha (see bug 5956), but we
left the bootstrap status event logic at "how far through getting 1/4
of them are we?"
Fixes bug 9958; bugfix on 0.2.2.36, which is where they diverged (see
bug 5343).
Diffstat (limited to 'changes/bug9958')
-rw-r--r-- | changes/bug9958 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug9958 b/changes/bug9958 new file mode 100644 index 000000000..b801dcf77 --- /dev/null +++ b/changes/bug9958 @@ -0,0 +1,8 @@ + o Minor bugfixes: + - Report bootstrapping progress correctly when we're downloading + microdescriptors. We had updated our "do we have enough microdescs + to begin building circuits?" logic most recently in 0.2.4.10-alpha + (see bug 5956), but we left the bootstrap status event logic at + "how far through getting 1/4 of them are we?" Fixes bug 9958; + bugfix on 0.2.2.36, which is where they diverged (see bug 5343). + |