diff options
author | Roger Dingledine <arma@torproject.org> | 2016-08-24 13:59:03 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-08-24 13:59:03 -0400 |
commit | 6cdae7f8fed8ec0c02f74e7afb297ac6b291c2d8 (patch) | |
tree | 3922d1abe16e63452adbf2b1fcca3dc6a25f78ff | |
parent | 5e864b285e4338d18b52b5d6530360a8593bde77 (diff) | |
download | tor-6cdae7f8fed8ec0c02f74e7afb297ac6b291c2d8.tar.gz tor-6cdae7f8fed8ec0c02f74e7afb297ac6b291c2d8.zip |
and also make that fix in the ReleaseNotes
-rw-r--r-- | ReleaseNotes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ReleaseNotes b/ReleaseNotes index fa03443a10..ba988ff285 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -14,10 +14,10 @@ Changes in version 0.2.8.7 - 2016-08-24 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. + in a path. In earlier versions of 0.2.8.x, it would apply to + every hop in the path, with a possible degradation in anonymity + for anyone using an uncommon ReachableAddress setting. Fixes bug + 19973; bugfix on 0.2.8.2-alpha. o Minor features (geoip): - Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2 |