diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:47:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:47:58 -0400 |
commit | aa8950022562be763eb283d972d9b5351a354773 (patch) | |
tree | 55a6a1d70e6dbeca7e3971f37e6c2f83705f5562 | |
parent | 75c2fd42cc74d77491faf330cd84a098dade5e2b (diff) | |
download | tor-0.2.9.11.tar.gz tor-0.2.9.11.zip |
Tweak 0.2.9.11 changelogtor-0.2.9.11
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ReleaseNotes | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -1,8 +1,9 @@ Changes in version 0.2.9.11 - 2017-06-08 - Tor 0.2.9.11 fixes a pair of bugs that would allow an attacker to + Tor 0.2.9.11 backports a fix for a bug that would allow an attacker to remotely crash a hidden service with an assertion failure. Anyone running a hidden service should upgrade to this version, or to some - other version with fixes for TROVE-2017-004 and TROVE-2017-005. + other version with fixes for TROVE-2017-005. (Versions before 0.3.0 + are not affected by TROVE-2017-004.) Tor 0.2.9.11 also backports fixes for several key management bugs that sometimes made relays unreliable, as well as several other diff --git a/ReleaseNotes b/ReleaseNotes index 13455b32ce..0057fbd442 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -3,10 +3,11 @@ of Tor. If you want to see more detailed descriptions of the changes in each development snapshot, see the ChangeLog file. Changes in version 0.2.9.11 - 2017-06-08 - Tor 0.2.9.11 fixes a pair of bugs that would allow an attacker to + Tor 0.2.9.11 backports a fix for a bug that would allow an attacker to remotely crash a hidden service with an assertion failure. Anyone running a hidden service should upgrade to this version, or to some - other version with fixes for TROVE-2017-004 and TROVE-2017-005. + other version with fixes for TROVE-2017-005. (Versions before 0.3.0 + are not affected by TROVE-2017-004.) Tor 0.2.9.11 also backports fixes for several key management bugs that sometimes made relays unreliable, as well as several other |