diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-03 08:18:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-03 08:18:08 -0400 |
commit | a6c62cbd13750bf12d72a07e9552ea0e8de0b2b7 (patch) | |
tree | 3644a90ab3ad4645592a3f98c1d3c8969456bd32 /changes | |
parent | f2e820c45ff298eee56478ebb0921aecc55cc39a (diff) | |
parent | f923aeee1b14c2f64a657049ba46e68d70f53a0f (diff) | |
download | tor-a6c62cbd13750bf12d72a07e9552ea0e8de0b2b7.tar.gz tor-a6c62cbd13750bf12d72a07e9552ea0e8de0b2b7.zip |
Merge branch 'bug23678_032'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23678 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23678 b/changes/bug23678 new file mode 100644 index 0000000000..8138ea71ea --- /dev/null +++ b/changes/bug23678 @@ -0,0 +1,7 @@ + o Minor bugfixes (warnings): + - When we get an HTTP request on a SOCKS port, tell the user about + the new HTTPTunnelPort option. Previously, we would give a + "Tor is not an HTTP Proxy" message, which stopped being true when + HTTPTunnelPort was introduced. Fixes bug 23678; bugfix on + 0.3.2.1-alpha. + |