summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2011-11-29 15:39:22 +0100
committerNick Mathewson <nickm@torproject.org>2011-11-30 11:55:46 -0500
commit192de441e01b6da013f573b46e066b380848873e (patch)
tree01e7c7ac9da19ffef31a5a345a8459c6bf9cf847
parent1dca559db8525e18336144535de1d2b2e77a41b2 (diff)
downloadtor-192de441e01b6da013f573b46e066b380848873e.tar.gz
tor-192de441e01b6da013f573b46e066b380848873e.zip
Add changes file.
-rw-r--r--changes/bug37867
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug3786 b/changes/bug3786
new file mode 100644
index 0000000000..8e61ee0c19
--- /dev/null
+++ b/changes/bug3786
@@ -0,0 +1,7 @@
+ o Major features:
+ - Implement support for clients connecting to private bridges over
+ IPv6. Bridges still need at least one IPv4 address in order to
+ connect to other relays. Currently, adding Bridge lines with
+ both an IPv4 and an IPv6 address to the same bridge will most
+ probably result in the IPv6 address not being used. Implements
+ parts of proposal 186.