diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-21 17:29:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-21 17:29:48 +0000 |
commit | 6eba3584b17abecfcb2e53058dc8e3ea59a0e480 (patch) | |
tree | 3b9db05a12792029bcd5c8856681c80a5408884b /changes | |
parent | 8d5215c6a00bc63a5df73800854cc45d2a8f980a (diff) | |
parent | f3e827165294d34dbd58dbb372525b259f1acb72 (diff) | |
download | tor-6eba3584b17abecfcb2e53058dc8e3ea59a0e480.tar tor-6eba3584b17abecfcb2e53058dc8e3ea59a0e480.tar.gz |
Merge remote-tracking branch 'public/bug10987_024'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10987 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug10987 b/changes/bug10987 new file mode 100644 index 000000000..cc5dd8ff5 --- /dev/null +++ b/changes/bug10987 @@ -0,0 +1,7 @@ + o Minor bugfixes + + - Fix IPv6 support when using the SocksPort with SOCKS5. Using IPv6 + through a SOCKS5 using the SocksPort option will now work with + this fix. This part of the code has never been updated to support + IPv6 thus this does not fix a previously introduced regression. + Fixes bug 10987; bugfix on 0.2.4.7-alpha. |