From 54f1f2e5584a86b1cd687cba85cc8b9fa0fefc96 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Thu, 18 Feb 2010 09:40:15 -0800 Subject: [PATCH] Add changelog entry for CBT testing work. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ec19e6527..42f6aebbf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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