summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2014-09-24 09:39:15 +0000
committerYawning Angel <yawning@schwanenlied.me>2014-09-24 09:39:15 +0000
commitfa60a64088ace76aa2a3c1a8347ee32d4bd3ee21 (patch)
tree5d9706a128b9b02cf606b2f87f7da1159269937a /changes
parentecab2616413b06754bfb110eab2bfbf58e3a57b2 (diff)
downloadtor-fa60a64088ace76aa2a3c1a8347ee32d4bd3ee21.tar.gz
tor-fa60a64088ace76aa2a3c1a8347ee32d4bd3ee21.zip
Do not launch pluggable transport plugins when DisableNetwork is set.
When DisableNetwork is set, do not launch pluggable transport plugins, and if any are running already, terminate the existing instances. Resolves ticket 13213.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug132134
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13213 b/changes/bug13213
new file mode 100644
index 0000000000..6dae8b06a1
--- /dev/null
+++ b/changes/bug13213
@@ -0,0 +1,4 @@
+ o Minor bugfixes (Bridges):
+ - When DisableNetwork is set, do not launch pluggable transport
+ plugins, and if any are running already, terminate the existing
+ instances. Resolves ticket 13213.