diff options
author | teor <teor@torproject.org> | 2020-04-09 11:05:59 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-09 11:05:59 +1000 |
commit | f6efb3a184341b5b46c8a565e2ec297d2846e45c (patch) | |
tree | e9363be3e341a319853c2d78890a8f2f19bfc929 /changes | |
parent | 2d6f00e45b3003337242704e0fde2d2adbaa6cf5 (diff) | |
parent | cd2121a1262c2d51b8b9174933db5c985f0ccc55 (diff) | |
download | tor-f6efb3a184341b5b46c8a565e2ec297d2846e45c.tar.gz tor-f6efb3a184341b5b46c8a565e2ec297d2846e45c.zip |
Merge branch 'pr1854_squashed' into maint-0.4.3
Squashed PR 1854, and fixed a minor typo (IPv4 -> IPv6).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33804 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket33804 b/changes/ticket33804 new file mode 100644 index 0000000000..254246dacf --- /dev/null +++ b/changes/ticket33804 @@ -0,0 +1,7 @@ + o Minor bugfixes (client, SocksPort, IPv6): + - Revert PreferIPv6 set by default on the SocksPort because it brokes the + torsocks use case. Tor doesn't have a way for an application to request + the hostname to be resolved for a specific IP version but torsocks + requires that. Up until now, IPv4 was used by default so it is expecting + that, and can't handle a possible IPv6 being returned. Fixes bug 33804; + bugfix on 0.4.3.1-alpha. |