diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-02-18 09:40:15 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-02-18 09:40:15 -0800 |
commit | 54f1f2e5584a86b1cd687cba85cc8b9fa0fefc96 (patch) | |
tree | b6421ec0bc5e9627becae8460ca09c9fb2b3a136 /ChangeLog | |
parent | 2b95d1c0ee463b278dbb8de008338687cd340e87 (diff) | |
download | tor-54f1f2e5584a86b1cd687cba85cc8b9fa0fefc96.tar tor-54f1f2e5584a86b1cd687cba85cc8b9fa0fefc96.tar.gz |
Add changelog entry for CBT testing work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -20,6 +20,7 @@ Changes in version 0.2.2.9-alpha - 2010-??-?? implemented in the past. - Avoid a bogus overlapped memcpy in tor_addr_copy(). Found by "memcpyfail". + - Emit an GUARD DROPPED event for a case we missed. o Code simplifications and refactoring: - Generate our manpage and HTML documentation using Asciidoc. This @@ -32,6 +33,18 @@ Changes in version 0.2.2.9-alpha - 2010-??-?? AUTHORS file had its content merged into the people page on the website. The roadmaps and design doc can now be found in the projects directory in svn. + - Enabled various circuit build timeout constants to be controlled + by consensus parameters. Also set better defaults for these + parameters based on experimentation on broadband and simulated + high latency links. + + o Minor features: + - The 'EXTENDCIRCUIT' control port command can now be used with + a circ id of 0 and no path. This will cause Tor to build a new + 'fast' general purpose circuit using its own path selection + algorithms. + - Added a BUILDTIMEOUT_SET control port event to describe changes + to the circuit build timeout. o Removed features: - Stop shipping parts of the website and the design paper in the |