summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-15 11:16:50 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-15 11:16:50 -0400
commit4473271c66d69941d19592480174ebf32ff4bf5c (patch)
tree4aaf037323db7555436dd77373f895fb4718918f /changes
parent8f5da804da5a8cd486478f8bf2fea1f47a025225 (diff)
downloadtor-4473271c66d69941d19592480174ebf32ff4bf5c.tar.gz
tor-4473271c66d69941d19592480174ebf32ff4bf5c.zip
Fix the TRPOXY typo in connection_edge.c
Also add a get_options() call so it compiles. Fixes bug 18100; bugfix on 0.2.6.3-alpha. Patch from "d4fq0fQAgoJ".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug181005
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18100 b/changes/bug18100
new file mode 100644
index 0000000000..cd3ba2c977
--- /dev/null
+++ b/changes/bug18100
@@ -0,0 +1,5 @@
+ o Major bugfixes (linux TPROXY support):
+ - Fix a typo that had prevented TPROXY-based transparent proxying from
+ working under Linux. Fixes bug 18100; bugfix on 0.2.6.3-alpha.
+ Patch from "d4fq0fQAgoJ".
+