diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:34:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:34:00 -0400 |
commit | 5280a700aae934753671d26e75050177b510d30d (patch) | |
tree | 49ad19fba8c834b544cbbf401d7aa1cb8915b6b1 | |
parent | b1ad024d3002e9d8581b6b96c892e5988d9e759b (diff) | |
download | tor-5280a700aae934753671d26e75050177b510d30d.tar.gz tor-5280a700aae934753671d26e75050177b510d30d.zip |
Changes file for bug19973
-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. |