aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9958
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-10-10 21:39:21 -0400
committerRoger Dingledine <arma@torproject.org>2013-10-10 21:39:21 -0400
commitf96a8d5fa36b785632f54d929b9d70558e634f1a (patch)
tree068b6fb2b0879e50b85365f166ce509cb41b8e05 /changes/bug9958
parent78251e004f03eca93dfbdae2a2b6c18bff948bf2 (diff)
downloadtor-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/bug99588
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).
+