diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-08 10:23:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-08 10:23:56 -0500 |
commit | 252149e8b4697c570097acd514c433b8215f24dd (patch) | |
tree | 5d8a3a67ae6b16a8fbd0c8195e580f96b6658d0b /changes | |
parent | b585cf3ca38a947450cafacaef4d85db6c377635 (diff) | |
parent | c6a337557ae5c73e8dc8208b18f902e9eeb21404 (diff) | |
download | tor-252149e8b4697c570097acd514c433b8215f24dd.tar.gz tor-252149e8b4697c570097acd514c433b8215f24dd.zip |
Merge branch 'maint-0.2.7'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17772 | 7 |
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. |