summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-24 09:01:28 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-24 09:01:28 -0400
commitea9472d085b1344eb3abc3f9e644beff184cbce3 (patch)
treec708d00c452ca989f5b81a85f711082a11f313f4 /changes
parentea829784c0d9c81910ce38a6b115455b93f686dd (diff)
parentb1569e39c87a32b64fe06702c1f18b43eb35f5ad (diff)
downloadtor-ea9472d085b1344eb3abc3f9e644beff184cbce3.tar.gz
tor-ea9472d085b1344eb3abc3f9e644beff184cbce3.zip
Merge remote-tracking branch 'teor/bug18489'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug184896
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18489 b/changes/bug18489
new file mode 100644
index 0000000000..d8c171ab74
--- /dev/null
+++ b/changes/bug18489
@@ -0,0 +1,6 @@
+ o Minor bugfixes (fallback directory mirrors):
+ - When requesting extrainfo descriptors from a trusted directory
+ server, check whether it is an authority or a fallback directory
+ which supports extrainfo descriptors.
+ Fixes bug 18489; bugfix on 90f6071d8d in tor-0.2.4.7-alpha.
+ Reported by "atagar", patch by "teor".