summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-05-04 13:05:18 +1000
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-05-10 11:25:50 -0400
commit64b948f5fa0099ddabcf0c63e437cc8e7373ef38 (patch)
tree5929a88640783693ea0b62f277d95b4939eb7542 /changes
parent55cf1970bce222a32c387652fe5080adb2aa1513 (diff)
downloadtor-64b948f5fa0099ddabcf0c63e437cc8e7373ef38.tar.gz
tor-64b948f5fa0099ddabcf0c63e437cc8e7373ef38.zip
Use the consensus download schedule for authority certificates
Previously, we were using the generic schedule for some downloads, and the consensus schedule for others. Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug188164
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18816 b/changes/bug18816
new file mode 100644
index 0000000000..7265f5ab3f
--- /dev/null
+++ b/changes/bug18816
@@ -0,0 +1,4 @@
+ o Minor bugfix (bootstrap):
+ - Consistently use the consensus download schedule for
+ authority certificates.
+ Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha.