aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-20 12:33:42 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-20 12:33:42 -0400
commit44b933cf01777d5187f50bbe220d4ae04b72b5b0 (patch)
tree03568f4fdc25699ac5b42d1c0d9360b2070955dc
parent0829e05630b3465de480d67d2a711654c2d7ddb1 (diff)
downloadtor-44b933cf01777d5187f50bbe220d4ae04b72b5b0.tar.gz
tor-44b933cf01777d5187f50bbe220d4ae04b72b5b0.zip
Write a first-draft for an 0.2.5.10 blurb
-rw-r--r--ReleaseNotes25
1 files changed, 11 insertions, 14 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index b84abb8cd9..fd1e7284c6 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -5,20 +5,17 @@ each development snapshot, see the ChangeLog file.
Changes in version 0.2.5.10 - 2014-10-xx
Tor 0.2.5.10 is the first stable release in the 0.2.5 series.
- XXXX Write a paragraph saying it's got these things XXXX
-
- - deprecates some old versions of the tor protocol,
- - defends against more dos attacks
- - improves pluggable transport usability
- - adds new controller features
- - modest speedups to relays under heavy load
- - seccomp2 sandbox (linux only)
- - improves error reporting and testability
- - better BSD transparent proxy support
- - improved IPv6 DNS support
- - various new security features.
- - numerous bugfixes
-
+ 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.
o Deprecated versions:
- Tor 0.2.2.x has reached end-of-life; it has received no patches or