aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-08 10:23:41 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-08 10:23:41 -0500
commitc6a337557ae5c73e8dc8208b18f902e9eeb21404 (patch)
treea225a5e361fab5e6d1c5cefb2623ade9ba1f9c56 /changes
parenteeb9751eadd148e5077cedb28f75e756b47281c0 (diff)
parent1adc2bf66fedb1768c5013dcf5f4778fae453217 (diff)
downloadtor-c6a337557ae5c73e8dc8208b18f902e9eeb21404.tar.gz
tor-c6a337557ae5c73e8dc8208b18f902e9eeb21404.zip
Merge branch 'maint-0.2.6' into maint-0.2.7
Diffstat (limited to 'changes')
-rw-r--r--changes/bug177727
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug17772 b/changes/bug17772
new file mode 100644
index 0000000000..54d457c601
--- /dev/null
+++ b/changes/bug17772
@@ -0,0 +1,7 @@
+ o Major bugfixes (guard selection):
+ - Actually look at the Guard flag when selecting a new directory
+ guard. When we implemented the directory guard design, we
+ accidentally started treating all relays as if they have the Guard
+ flag during guard selection, leading to weaker anonymity and worse
+ performance. Fixes bug 17222; bugfix on 0.2.4.8-alpha. Discovered
+ by Mohsen Imani.