diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 15:47:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 15:47:50 +0000 |
commit | 26283e69ba88896d8aeb9141bdaeff15be916ec8 (patch) | |
tree | 377a1490710afcdd83ebd6e26559a74a1e0a6e9d /ChangeLog | |
parent | b76fd968b4d2deddf2f40f63dc04713f45649c68 (diff) | |
download | tor-26283e69ba88896d8aeb9141bdaeff15be916ec8.tar.gz tor-26283e69ba88896d8aeb9141bdaeff15be916ec8.zip |
r8973@totoro: nickm | 2006-10-09 11:45:47 -0400
Touch up last patch (to add REASON to CIRC events): make some reasons
more sensible, send reasons only to controllers that have enabled
extended events, and clean up whitespace.
svn:r8672
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ Changes in version 0.1.2.3-alpha - 2006-10-?? o Minor features, controller: - - Add a REASON field to CIRC events. (Patch from Mike Perry) + - Add a REASON field to CIRC events; for backward compatibility, this + field is sent only to controllers that have enabled the extended + event format. (Patch from Mike Perry) o Minor bugfixes: - Change NT service functions to be loaded on demand. This lets us |