aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-20 10:42:29 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-20 10:42:29 -0400
commitdbf57ecf39e3066b567c5aade9e8b5575e1e1ec0 (patch)
treeb409d89e77f81ca4376b34b5db8407cb41e60469 /changes
parent0a60a94a558012f3b28162f06216ed5e2a4b5b0c (diff)
parentbe3a962ca7c6fc5fd72dfd9bb1def24efa4cdf2a (diff)
downloadtor-dbf57ecf39e3066b567c5aade9e8b5575e1e1ec0.tar.gz
tor-dbf57ecf39e3066b567c5aade9e8b5575e1e1ec0.zip
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket266474
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket26647 b/changes/ticket26647
new file mode 100644
index 0000000000..1c2e917c6d
--- /dev/null
+++ b/changes/ticket26647
@@ -0,0 +1,4 @@
+ o Minor features (controller):
+ - The control port now exposes the list of HTTPTunnelPorts and
+ ExtOrPorts via GETINFO net/listeners/httptunnel and net/listeners/extor
+ respectively. Closes ticket 26647.