summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-12 19:17:38 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-12 19:17:38 -0500
commitbf89b089306067cffa4d2ca6b7fa7cd54790a961 (patch)
treea7717d0c55eb662e37f84a63281944caf28ddba5 /changes
parentcf5ab5934e80c6c04825d9db83329627fe6b9729 (diff)
parent19a4abf2a99c6a3de2c9a2fdf3e6d7b7c404f8f8 (diff)
downloadtor-bf89b089306067cffa4d2ca6b7fa7cd54790a961.tar.gz
tor-bf89b089306067cffa4d2ca6b7fa7cd54790a961.zip
Merge branch 'bug24367_032_squashed' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2436713
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug24367 b/changes/bug24367
new file mode 100644
index 0000000000..09ef3bb877
--- /dev/null
+++ b/changes/bug24367
@@ -0,0 +1,13 @@
+ o Minor bugfixes (bridge clients, bootstrap):
+ - Retry directory downloads when we get our first bridge descriptor
+ during bootstrap or while reconnecting to the network. Keep retrying
+ every time we get a bridge descriptor, until we have a reachable bridge.
+ Fixes bug 24367; bugfix on 0.2.0.3-alpha.
+ - Stop delaying bridge descriptor fetches when we have cached bridge
+ descriptors. Instead, only delay bridge descriptor fetches when we
+ have at least one reachable bridge.
+ Fixes bug 24367; bugfix on 0.2.0.3-alpha.
+ - Stop delaying directory fetches when we have cached bridge descriptors.
+ Instead, only delay bridge descriptor fetches when all our bridges are
+ definitely unreachable.
+ Fixes bug 24367; bugfix on 0.2.0.3-alpha.