diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-06 10:17:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-06 10:17:22 -0400 |
commit | 9c1d8cdd8d22f4004a0dec144527d73656bace2d (patch) | |
tree | dc18ed438f59132cae94308da5811c8379af5ee9 /changes | |
parent | 3252550fc5869488058ea897bd2e8ec4a2e8b476 (diff) | |
parent | b167e82f62119c3f25b8294793f0643125fd43c6 (diff) | |
download | tor-9c1d8cdd8d22f4004a0dec144527d73656bace2d.tar.gz tor-9c1d8cdd8d22f4004a0dec144527d73656bace2d.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19608 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19608 b/changes/bug19608 new file mode 100644 index 0000000000..66c2de214e --- /dev/null +++ b/changes/bug19608 @@ -0,0 +1,6 @@ + o Minor bugfixes (IPv6, microdescriptors): + - Don't check node addresses when we only have a routerstatus. + This allows IPv6-only clients to bootstrap by fetching + microdescriptors from fallback directory mirrors. + (The microdescriptor consensus has no IPv6 addresses in it.) + Fixes bug 19608; bugfix on c281c036 in 0.2.8.2-alpha. |