diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-04 16:38:27 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-11 13:30:08 -0400 |
commit | 730cfeb6bd3d8060e44026469ec6d75695c00179 (patch) | |
tree | b1859cde9c73642a7dffca7b304a80f78fcc8b93 /changes | |
parent | 797ece042d9666beae3ffc801b148e8bebcd88c0 (diff) | |
download | tor-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/bug18963 | 4 |
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. |