summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-13 17:01:53 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-13 17:01:53 -0400
commite5beb82e043cd14f69aace05d4d06784b0413802 (patch)
tree8ba0057f70c5035547453abc351f0aac470cc02f /changes
parente3a6e01fe196fa1c1ae707065d515718795bc1d1 (diff)
parentf4fccee4d25b0de2780468b6f3b5b3b18d03945c (diff)
downloadtor-e5beb82e043cd14f69aace05d4d06784b0413802.tar.gz
tor-e5beb82e043cd14f69aace05d4d06784b0413802.zip
Merge remote-tracking branch 'public/bug4663'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug46635
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4663 b/changes/bug4663
new file mode 100644
index 0000000000..f720ff5da4
--- /dev/null
+++ b/changes/bug4663
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Warn the user when HTTPProxy, but no other proxy type, is
+ configured. This can cause surprising behavior: it doesn't send
+ all of Tor's traffic over the HTTPProxy--it sends unencrypted
+ directory traffic only. Resolves ticket 4663.