diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-10 23:41:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-10 23:41:55 -0400 |
commit | e07206afea28d110a0a7b74d4e230db3b0fe3120 (patch) | |
tree | 8f251f9c27bdfbe94e0a3d97b7e4b21a2b5fa9f0 /changes | |
parent | 5474d8ae05da1a7b896a12e5857b2dbe0b0b8ce6 (diff) | |
parent | cae44838fecc550f2df16de44b0ef297ecb509a6 (diff) | |
download | tor-e07206afea28d110a0a7b74d4e230db3b0fe3120.tar.gz tor-e07206afea28d110a0a7b74d4e230db3b0fe3120.zip |
Merge remote-tracking branch 'yawning/bug_8402'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8402 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8402 b/changes/bug8402 new file mode 100644 index 0000000000..96a3084ecf --- /dev/null +++ b/changes/bug8402 @@ -0,0 +1,5 @@ + o Major features (bridges): + - Expose the outgoing upstream HTTP/SOCKS proxy to pluggable + transports if they are configured via the "TOR_PT_PROXY" + enviorment variable. Implements proposal 232. Resolves + ticket 8402. |