summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-20 18:35:19 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-20 18:35:19 -0500
commit0eb03bc6ddb9ea13eb7902c47a8c782f084bddc1 (patch)
treec4c7fe68a33bfb2dd38c2cde605b27c463c433a1 /ChangeLog
parent391f75d7927959bb2d77c5adb184c53e17b72cac (diff)
parent061ffbd7d563d270a2e311f7c47bc434cf913a40 (diff)
downloadtor-0eb03bc6ddb9ea13eb7902c47a8c782f084bddc1.tar.gz
tor-0eb03bc6ddb9ea13eb7902c47a8c782f084bddc1.zip
Merge remote branch 'public/cbt-status'
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b019ed084..ce714406b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,9 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
"memcpyfail".
- Make the DNSPort option work with libevent 2.x. Don't alter the
behaviour for libevent 1.x. Fixes bug 1143. Found by SwissTorExit.
-
+ - Emit an GUARD DROPPED event for a case we missed.
+ - Make more fields in the controller protocol case-insensitive as
+ documented in control-spec.txt.
o Code simplifications and refactoring:
- Generate our manpage and HTML documentation using Asciidoc. This
@@ -35,6 +37,20 @@ 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.
+ - Future-proof the controller protocol a bit by ignoring keyword
+ arguments we do not recognize.
o Removed features:
- Stop shipping parts of the website and the design paper in the