summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2017-01-12 09:35:27 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-14 14:55:23 -0500
commit9e5512b48d072e3fd21f1f1884f706c5330e0935 (patch)
treec94b4acfa64054348219b6696b1a944fb89c8d5c /changes
parentc4d06c267879c6d23f1cdf0d0ca19167cb677ed5 (diff)
downloadtor-9e5512b48d072e3fd21f1f1884f706c5330e0935.tar.gz
tor-9e5512b48d072e3fd21f1f1884f706c5330e0935.zip
Disallow setting UseBridges to 1 and UseEntryGuards to 0
Diffstat (limited to 'changes')
-rw-r--r--changes/bug205025
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20502 b/changes/bug20502
new file mode 100644
index 0000000000..d956daf0b9
--- /dev/null
+++ b/changes/bug20502
@@ -0,0 +1,5 @@
+ o Minor features
+ - Require UseEntryGuards when UseBridges is set in order to make sure
+ bridges aren't bypassed. Resolves ticket 20502.
+ - Add UseEntryGuards to TEST_OPTIONS_DEFAULT_VALUES in order to not break
+ regresson tests.