diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-23 12:13:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-23 12:13:45 -0400 |
commit | 495d201c36bd76a99ec98b83efbdd5abd7c19144 (patch) | |
tree | 9f94aa38f62ce4b6c562ead994e8294c4d8dbbc5 /ChangeLog | |
parent | 44b933cf01777d5187f50bbe220d4ae04b72b5b0 (diff) | |
download | tor-495d201c36bd76a99ec98b83efbdd5abd7c19144.tar.gz tor-495d201c36bd76a99ec98b83efbdd5abd7c19144.zip |
I plan to release Tor 0.2.5.10 tomorrow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Changes in version 0.2.5.10 - 2014-10-24 + Tor 0.2.5.10 is the first stable release in the 0.2.5 series. + + It adds several new security features, including improved DoS + resistance for relays, new compiler hardening options, and a + system-call sandbox for hardened installations on Linux (requires + seccomp2). The controller protocol has several new features, resolving + IPv6 addresses should work better than before, and relays should be a + little more CPU-efficient. We've added support for more (Open,Free)BSD + transparent proxy types. We've improved the build system and testing + intrastructure to allow unit testing of more parts of the Tor + codebase. Finally, we've addressed several nagging pluggable transport + usability issues, and included numerous other small bugfixes and + features mentioned below. + + Changes in version 0.2.5.9-rc - 2014-10-20 Tor 0.2.5.9-rc is the third release candidate for the Tor 0.2.5.x series. It disables SSL3 in response to the recent "POODLE" attack |