diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:45:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:45:11 -0400 |
commit | 51329054199e2b7eb3aed46282028f04e13a13ad (patch) | |
tree | 71ec92073fc80e7d838fe589bc308759f6ad9f3e /changes | |
parent | 297635f806ec4244c4e6e6f093f87d647061d42a (diff) | |
parent | 5280a700aae934753671d26e75050177b510d30d (diff) | |
download | tor-51329054199e2b7eb3aed46282028f04e13a13ad.tar.gz tor-51329054199e2b7eb3aed46282028f04e13a13ad.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19973 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19973 b/changes/bug19973 new file mode 100644 index 0000000000..7bd5c554f9 --- /dev/null +++ b/changes/bug19973 @@ -0,0 +1,6 @@ + o Major bugfixes (client, security): + - Only use the ReachableAddresses option to restrict the first hop + in a path. Previously, it would apply to every hop in the path, + with a possible degredation in anonymity for anyone using an + uncommon ReachableAddress setting. Fixes bug 19973; bugfix on + 0.2.8.2-alpha. |