]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file.
authorLinus Nordberg <linus@nordberg.se>
Tue, 29 Nov 2011 14:39:22 +0000 (15:39 +0100)
committerNick Mathewson <nickm@torproject.org>
Wed, 30 Nov 2011 16:55:46 +0000 (11:55 -0500)
changes/bug3786 [new file with mode: 0644]

diff --git a/changes/bug3786 b/changes/bug3786
new file mode 100644 (file)
index 0000000..8e61ee0
--- /dev/null
@@ -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.