diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-01-11 12:10:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-11 12:10:14 -0500 |
commit | f729e1e984896a9d6852768a8e5528932f668ac3 (patch) | |
tree | f6e1aa68ec9e5f6875a06224333b96b8f7938b2e /changes | |
parent | f37181620951d2e7a13f1363386563115d628761 (diff) | |
parent | b5af456685b502462385b5f1b7f22f4374822fe1 (diff) | |
download | tor-f729e1e984896a9d6852768a8e5528932f668ac3.tar tor-f729e1e984896a9d6852768a8e5528932f668ac3.tar.gz |
Merge branch 'feature3457-v4-nm-squashed'
Conflicts:
src/or/rendclient.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature3457 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/feature3457 b/changes/feature3457 new file mode 100644 index 000000000..e2676cbff --- /dev/null +++ b/changes/feature3457 @@ -0,0 +1,12 @@ + o Minor features: + + - Log (at debug level) whenever a circuit's purpose is changed. + + - Allow controllers to request an event notification whenever a + circuit is cannibalized or its purpose is changed. Implements + part of ticket 3457. + + - Include the creation time of a circuit in CIRC and CIRC2 + control-port events and the list produced by the 'GETINFO + circuit-status' control-port command. + |