aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-14 12:40:07 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-14 12:40:07 -0500
commit75741c6b3a2c180788a89a7eaca6d790e5d0606c (patch)
treed067f32cb188c7c71fdafba929bd4ce0a42e21a1 /changes
parent1ba193b7a8bb5d56aa58aad3a960cd454ad0d144 (diff)
parent8d288eb3a7738e50a371db63d83ea37f4cfb67fb (diff)
downloadtor-75741c6b3a2c180788a89a7eaca6d790e5d0606c.tar.gz
tor-75741c6b3a2c180788a89a7eaca6d790e5d0606c.zip
Merge remote-tracking branch 'tor-github/pr/1659'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug329424
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug32942 b/changes/bug32942
new file mode 100644
index 0000000000..0a4ef9b092
--- /dev/null
+++ b/changes/bug32942
@@ -0,0 +1,4 @@
+ o Deprecated features:
+ - Deprecate the ClientAutoIPv6ORPort option. This option was not true
+ Happy Eyeballs, and often failed on connections that weren't reliably
+ dual-stack. Closes ticket 32942. Patch by Neel Chauhan.