summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-06 10:12:28 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-06 10:12:28 -0400
commite9684405acf5d3bbfa3c2d4f70332cef3c66d553 (patch)
tree6fb59c7aa83a0f587b20e552e189e3bfade8077f /changes
parentd2d7cab5b83e49aba4ae8ecf0aabb9dfcda8d31e (diff)
parent4edc57caa5c4a7d4d46d30bf0150a7f70e8dcccb (diff)
downloadtor-e9684405acf5d3bbfa3c2d4f70332cef3c66d553.tar.gz
tor-e9684405acf5d3bbfa3c2d4f70332cef3c66d553.zip
Merge remote-tracking branch 'asn/bug4567_rebased'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug45673
-rw-r--r--changes/bug4567_24
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug4567 b/changes/bug4567
new file mode 100644
index 0000000000..d57a33db71
--- /dev/null
+++ b/changes/bug4567
@@ -0,0 +1,3 @@
+ o Major features:
+ - Automatically forward the TCP ports of pluggable transport
+ proxies using tor-fw-helper if PortForwarding is enabled.
diff --git a/changes/bug4567_2 b/changes/bug4567_2
new file mode 100644
index 0000000000..53875936c2
--- /dev/null
+++ b/changes/bug4567_2
@@ -0,0 +1,4 @@
+ o Code refactoring:
+ - Tweak tor-fw-helper to accept an arbitrary amount of arbitrary
+ TCP ports to forward. In the past it only accepted two ports:
+ the ORPort and the DirPort.