diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-08 10:20:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-08 10:20:14 -0500 |
commit | c3d11b119dbd46fa02a1e26d76ddc74424dd4b18 (patch) | |
tree | 2b2b60ffbfd4e3a9613dc030ba77e9cb22104ce0 /changes | |
parent | 432852577000ab5eb07ae3ca961a36e5f6e796ba (diff) | |
parent | 35deb4d442da38d7dcfb235665da50f3a4f7c293 (diff) | |
download | tor-c3d11b119dbd46fa02a1e26d76ddc74424dd4b18.tar.gz tor-c3d11b119dbd46fa02a1e26d76ddc74424dd4b18.zip |
Merge branch 'maint-0.2.4' into maint-0.2.5
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. |