diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-08 01:50:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-08 01:50:02 +0000 |
commit | 1567e13dc853bcba4b75789d25a318ada9f81fab (patch) | |
tree | ab83bdc661a806a3bcf28a7fa2bbdaac965643d9 /ChangeLog | |
parent | 566543a4f87b41ead10155964884e1b42992e3c1 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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.) |