diff options
author | Roger Dingledine <arma@torproject.org> | 2012-08-12 18:11:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-08-12 18:11:34 -0400 |
commit | 49d150a9fad2cb8d3887af1e112b15365c11f4ba (patch) | |
tree | 0bc348b66b6fb258564915084b39cd199ae0df16 | |
parent | b1723402457efdb33b5ce6ffc0906fe5ba1be4ce (diff) | |
download | tor-49d150a9fad2cb8d3887af1e112b15365c11f4ba.tar.gz tor-49d150a9fad2cb8d3887af1e112b15365c11f4ba.zip |
give 0.2.2.38 a release blurbtor-0.2.2.38
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ReleaseNotes | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,8 @@ Changes in version 0.2.2.38 - 2012-08-12 + Tor 0.2.2.38 fixes a rare race condition that can crash exit relays; + fixes a remotely triggerable crash bug; and fixes a timing attack that + could in theory leak path information. + o Security fixes: - Avoid read-from-freed-memory and double-free bugs that could occur when a DNS request fails while launching it. Fixes bug 6480; diff --git a/ReleaseNotes b/ReleaseNotes index 39ce42016a..58e95b7ed1 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -4,6 +4,10 @@ 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.2.38 - 2012-08-12 + Tor 0.2.2.38 fixes a rare race condition that can crash exit relays; + fixes a remotely triggerable crash bug; and fixes a timing attack that + could in theory leak path information. + o Security fixes: - Avoid read-from-freed-memory and double-free bugs that could occur when a DNS request fails while launching it. Fixes bug 6480; |