summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-05 22:51:02 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-05 22:51:02 +0000
commit43411ceed32ca82ad7f10198008f43426020b07d (patch)
tree44faa3d695dc8821cc3a280012fe1aea404a6108 /ChangeLog
parent713626bd731924b058979d6cd2e3f4fe3f38763b (diff)
downloadtor-43411ceed32ca82ad7f10198008f43426020b07d.tar.gz
tor-43411ceed32ca82ad7f10198008f43426020b07d.zip
Implement "getinfo status/circuit-established"
svn:r10120
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28a03e62a5..4c35c93350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
preemptively.
- Let the controller specify HOP=%d as an argument to ATTACHSTREAM,
so we can exit from the middle of the circuit.
+ - Implement "getinfo status/circuit-established".
o Minor features (other):
- Correctly report Windows 95 OSR2 and Windows 98 SE.