summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-08 01:50:02 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-08 01:50:02 +0000
commit1567e13dc853bcba4b75789d25a318ada9f81fab (patch)
treeab83bdc661a806a3bcf28a7fa2bbdaac965643d9 /ChangeLog
parent566543a4f87b41ead10155964884e1b42992e3c1 (diff)
downloadtor-1567e13dc853bcba4b75789d25a318ada9f81fab.tar.gz
tor-1567e13dc853bcba4b75789d25a318ada9f81fab.zip
r11475@Kushana: nickm | 2006-12-07 20:49:21 -0500
Make GETINFO dir/status/... work even when we are not a directory. Needs a little cleanup. Closes bug 263. svn:r9051
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e46e18bddf..9a7ff5af77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
- When generating bandwidth history, round down to the nearest 1k. When
storing accounting data, round up to the nearest 1k.
+ o Controller features
+ - Have GETINFO dir/status/* work on hosts with DirPort disabled.
+
o Controller bugfixes:
- Report the circuit number correctly in STREAM CLOSED events. (Bug
reported by Mike Perry.)