diff options
author | Roger Dingledine <arma@torproject.org> | 2014-02-13 03:49:46 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-02-13 03:49:46 -0500 |
commit | f63b394d90583b7701cb4174509a7283e1d327fc (patch) | |
tree | 1c2891ef842f703cf98dd7ac7d951d472ea3ed10 | |
parent | 8028d8fded9c9fede1e39b169dd06272ceca024b (diff) | |
download | tor-f63b394d90583b7701cb4174509a7283e1d327fc.tar tor-f63b394d90583b7701cb4174509a7283e1d327fc.tar.gz |
give 0.2.5.2-alpha a release blurb
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,11 @@ -Changes in version 0.2.5.2 - 2013-02-13 +Changes in version 0.2.5.2-alpha - 2013-02-13 + Tor 0.2.5.2-alpha includes all the fixes from 0.2.4.18-rc and 0.2.4.20, + like the "poor random number generation" fix and the "building too many + circuits" fix. It also further improves security against potential + adversaries who find breaking 1024-bit crypto doable, and launches + pluggable transports on demand (which gets us closer to integrating + pluggable transport support by default -- not to be confused with Tor + bundles enabling pluggable transports and bridges by default). o Major features (client security): - When we choose a path for a 3-hop circuit, make sure it contains @@ -84,7 +91,7 @@ Changes in version 0.2.5.2 - 2013-02-13 o Minor features (security): - Always clear OpenSSL bignums before freeing them -- even bignums that don't contain secrets. Resolves ticket 10793. Patch by - Florent Daigniere. + Florent Daignière. o Minor features (config options and command line): - Add an --allow-missing-torrc commandline option that tells Tor to |