diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:24:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:24:26 -0400 |
commit | 4af742fe9744b1fb81287daa920dca726771275c (patch) | |
tree | b1b3f49794a7027f7b0ee36b4eeab6118492e280 /changes | |
parent | ed7f2482e2de6f5d08dfcd605626ae8ee373cace (diff) | |
parent | 5c08a19eda04906cc56d6f8fa1943bc385723412 (diff) | |
download | tor-4af742fe9744b1fb81287daa920dca726771275c.tar.gz tor-4af742fe9744b1fb81287daa920dca726771275c.zip |
Merge remote-tracking branch 'origin/maint-0.2.6'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket14128 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket14128 b/changes/ticket14128 new file mode 100644 index 0000000000..38b25fa7dc --- /dev/null +++ b/changes/ticket14128 @@ -0,0 +1,5 @@ + o Minor features (controller): + - New "GETINFO bw-event-cache" to get information about recent bandwidth + events. Closes ticket 14128. Useful for controllers to get recent + bandwidth history after the fix for 13988. + |