summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-12-16 22:57:17 +1100
committerNick Mathewson <nickm@torproject.org>2017-01-13 16:49:33 -0500
commit8a7e5c3ba082c5a90db2f4e1bc701fcdcfb86cd8 (patch)
treedd2d335ed7252ead3e2c242ea0c10e2baa51b5dc /changes
parent2debcc869fa6672d85b238a03ab0988ac74547e4 (diff)
downloadtor-8a7e5c3ba082c5a90db2f4e1bc701fcdcfb86cd8.tar.gz
tor-8a7e5c3ba082c5a90db2f4e1bc701fcdcfb86cd8.zip
Changes file for 20996
Diffstat (limited to 'changes')
-rw-r--r--changes/bug209969
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug20996 b/changes/bug20996
new file mode 100644
index 0000000000..b2be805b0a
--- /dev/null
+++ b/changes/bug20996
@@ -0,0 +1,9 @@
+ o Minor bugfixes (IPv6):
+ - Make IP6-using clients try harder to find an IPv6 directory server.
+ Fixes bug 20999; bugfix on 77a9de0 from 17840 in 0.2.8.2-alpha.
+ - When IPv6 addresses have not been downloaded, use hard-coded address
+ info for authorities, fallbacks, and configured bridges.
+ (When IPv6-only clients receive a microdesc consensus, it has no IPv6
+ addresses, so they can't use it until microdescs are downloaded.)
+ This allows IPv6-only clients to use microdescriptors.
+ Fixes bug 20996; bugfix on b167e82 from 19608 in 0.2.8.5-alpha.