diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-21 17:27:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-21 17:27:35 +0000 |
commit | f3e827165294d34dbd58dbb372525b259f1acb72 (patch) | |
tree | 9e783101f77cbaf695b4db751a757de667094797 /changes | |
parent | 1532cff2ce6239df4a2320994bb791d2715e430f (diff) | |
download | tor-f3e827165294d34dbd58dbb372525b259f1acb72.tar.gz tor-f3e827165294d34dbd58dbb372525b259f1acb72.zip |
Style tweaks on code, changes file for 10987
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10987 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/changes/bug10987 b/changes/bug10987 index 108eea9a4d..cc5dd8ff55 100644 --- a/changes/bug10987 +++ b/changes/bug10987 @@ -1,5 +1,7 @@ - o Minor bugfixes - - Fix IPv6 support when using the SocksPort with SOCKS5. Fixes bug10987. - 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. + 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. |