summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-05-04 16:38:27 +1000
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-05-11 13:30:08 -0400
commit730cfeb6bd3d8060e44026469ec6d75695c00179 (patch)
treeb1859cde9c73642a7dffca7b304a80f78fcc8b93 /changes
parent797ece042d9666beae3ffc801b148e8bebcd88c0 (diff)
downloadtor-730cfeb6bd3d8060e44026469ec6d75695c00179.tar.gz
tor-730cfeb6bd3d8060e44026469ec6d75695c00179.zip
Fetch certificates from the same directory as the consensus
Resolves ticket 18963; fix on #4483 in 0.2.8.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug189634
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18963 b/changes/bug18963
new file mode 100644
index 0000000000..115ea01eba
--- /dev/null
+++ b/changes/bug18963
@@ -0,0 +1,4 @@
+ o Minor bugfix (bootstrap):
+ - Remember the directory we fetched the consensus from, and use
+ it to fetch authority certificates as well.
+ Resolves ticket 18963; fix on #4483 in 0.2.8.1-alpha.