aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8180
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-15 10:42:17 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-15 12:34:29 -0400
commit686aaa5c4c95ebd2c3ddfe46a237014e2813a9e7 (patch)
treea54dad61dd8af2aa79dd971963cf222320233da6 /changes/bug8180
parentc6ca199888102a825f004f8613331f97525da486 (diff)
downloadtor-686aaa5c4c95ebd2c3ddfe46a237014e2813a9e7.tar
tor-686aaa5c4c95ebd2c3ddfe46a237014e2813a9e7.tar.gz
Upgrade the warn for EntryNodes without UseEntryGuards to an error
fixes bug 8180
Diffstat (limited to 'changes/bug8180')
-rw-r--r--changes/bug81807
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug8180 b/changes/bug8180
new file mode 100644
index 000000000..39e6ce7f9
--- /dev/null
+++ b/changes/bug8180
@@ -0,0 +1,7 @@
+ o Minor bugfixes (security usability):
+ - Elevate the severity of the warning message when setting
+ EntryNodes but disabling UseGuardNodes to an error. The outcome
+ of letting Tor procede with those options enabled (which causes
+ EntryNodes to get ignored) is sufficiently different from what
+ was expected that it's best to just refuse to proceed. Fixes bug
+ 8180; bugfix on 0.2.3.11-alpha.