diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-11 15:59:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-11 15:59:24 +0000 |
commit | e08cbe2029e366bfbd7cf9a3bf9d0ec0088ab1cf (patch) | |
tree | de0dd2de33ec1602e08837ae0a58534f6e540e3d /ChangeLog | |
parent | a95e0e73559349fbbcd97c183ffd481616cbfd5e (diff) | |
download | tor-e08cbe2029e366bfbd7cf9a3bf9d0ec0088ab1cf.tar.gz tor-e08cbe2029e366bfbd7cf9a3bf9d0ec0088ab1cf.zip |
Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ignoring extra fields (like they are supposed to) and this will not break any controllers.
svn:r17245
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Changes in version 0.2.1.8-alpha - 2008-??-?? - Get file locking working on win32. Bugfix on 0.2.1.6-alpha. Fixes bug 859. + o Minor features (controller): + - Return circuit purposes in response to GETINFO circuit-status. Fixes + bug 858. Changes in version 0.2.1.7-alpha - 2008-11-08 o Security fixes: |