diff options
author | Roger Dingledine <arma@torproject.org> | 2012-10-26 00:39:06 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-10-26 00:39:06 -0400 |
commit | 4fc866ce7f2f3a6685d7982fae45503a5828571e (patch) | |
tree | b4fffdc0bb86618190b077cc447f5650555b06c4 /ChangeLog | |
parent | d44b7bb525b013af82c39b5000f21f901e4ed518 (diff) | |
download | tor-4fc866ce7f2f3a6685d7982fae45503a5828571e.tar.gz tor-4fc866ce7f2f3a6685d7982fae45503a5828571e.zip |
touch-ups
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ Changes in version 0.2.4.5-alpha - 2012-10-25 - Tor 0.2.3.24-rc comes hard at the heels of 0.2.4.4-alpha, to fix two - important security vulnerabilities that could lead to remotely - triggerable relay crashes, fixes a major bug that was preventing - clients from choosing good exit nodes, and refactor some of our code. + Tor 0.2.4.5-alpha comes hard at the heels of 0.2.4.4-alpha, to fix + two important security vulnerabilities that could lead to remotely + triggerable relay crashes, fix a major bug that was preventing clients + from choosing suitable exit nodes, and refactor some of our code. o Major bugfixes (security, also in 0.2.3.24-rc): - Fix a group of remotely triggerable assertion failures related to incorrect link protocol negotiation. Found, diagnosed, and fixed - by "some guy from France." Fix for CVE-2012-2250; bugfix on + by "some guy from France". Fix for CVE-2012-2250; bugfix on 0.2.3.6-alpha. - Fix a denial of service attack by which any directory authority could crash all the others, or by which a single v2 directory @@ -32,7 +32,7 @@ Changes in version 0.2.4.5-alpha - 2012-10-25 o Minor bugfixes: - Only disable TLS session ticket support when running as a TLS - server. This keeps clients harder to distinguish from regular firefox + server. Now clients will blend better with regular Firefox connections. Fixes bug 7189; bugfix on Tor 0.2.3.23-rc. o Code simplification and refactoring: |