diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:28:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:28:37 -0400 |
commit | e71dfb6344c0480523a1fef0a77bd3d270d62e26 (patch) | |
tree | 14daaf66eccf8eab26d0671ef51d5ce6be633706 /changes | |
parent | 50249c7cd97c982fe829a9e7a22e660658b4e217 (diff) | |
parent | 92d7ee08b8c51b4b29f68c6d00ca4aa91ea5a66b (diff) | |
download | tor-e71dfb6344c0480523a1fef0a77bd3d270d62e26.tar.gz tor-e71dfb6344c0480523a1fef0a77bd3d270d62e26.zip |
Merge remote-tracking branch 'teor/bug18816-squashed' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18816 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18816 b/changes/bug18816 new file mode 100644 index 0000000000..05455120c0 --- /dev/null +++ b/changes/bug18816 @@ -0,0 +1,6 @@ + o Minor bugfix (bootstrap): + - Consistently use the consensus download schedule for + authority certificates. + - When downloading authority certificates fails, switch from + using a fallback to using an authority. + Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha. |