diff options
author | Roger Dingledine <arma@torproject.org> | 2007-04-30 11:10:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-04-30 11:10:45 +0000 |
commit | 5ba4eaba1cfe1858cc152a9945d0bb6c2d1838b4 (patch) | |
tree | b92b562a0567adea1d6b2855e5ad1243f7aa53fb /ChangeLog | |
parent | 2711ac2f6265eb981f1f7b5679fecd6af8682c3c (diff) | |
download | tor-5ba4eaba1cfe1858cc152a9945d0bb6c2d1838b4.tar.gz tor-5ba4eaba1cfe1858cc152a9945d0bb6c2d1838b4.zip |
Let the controller specify HOP=%d as an argument to ATTACHSTREAM,
so we can exit from the middle of the circuit.
svn:r10056
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -60,12 +60,16 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? documents; authorities do not yet cache them.) [Partially implements proposal 104.] - o Minor features (other): - - Correctly report Windows 95 OSR2 and Windows 98 SE. - - More unit tests. + o Minor features (controller): - Add a new config option __DisablePredictedCircuits designed for use by the controller, when we don't want Tor to build any circuits preemptively. + - Let the controller specify HOP=%d as an argument to ATTACHSTREAM, + so we can exit from the middle of the circuit. + + o Minor features (other): + - Correctly report Windows 95 OSR2 and Windows 98 SE. + - More unit tests. o Removed features: - Removed support for the old binary "version 0" controller protocol. |