mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Add changelog entry for CBT testing work.
This commit is contained in:
parent
2b95d1c0ee
commit
54f1f2e558
13
ChangeLog
13
ChangeLog
@ -20,6 +20,7 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
|
|||||||
implemented in the past.
|
implemented in the past.
|
||||||
- Avoid a bogus overlapped memcpy in tor_addr_copy(). Found by
|
- Avoid a bogus overlapped memcpy in tor_addr_copy(). Found by
|
||||||
"memcpyfail".
|
"memcpyfail".
|
||||||
|
- Emit an GUARD DROPPED event for a case we missed.
|
||||||
|
|
||||||
o Code simplifications and refactoring:
|
o Code simplifications and refactoring:
|
||||||
- Generate our manpage and HTML documentation using Asciidoc. This
|
- 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
|
AUTHORS file had its content merged into the people page on the
|
||||||
website. The roadmaps and design doc can now be found in the
|
website. The roadmaps and design doc can now be found in the
|
||||||
projects directory in svn.
|
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:
|
o Removed features:
|
||||||
- Stop shipping parts of the website and the design paper in the
|
- Stop shipping parts of the website and the design paper in the
|
||||||
|
Loading…
Reference in New Issue
Block a user