diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:21:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:21:20 -0400 |
commit | 8450f6e9a04be27f828f27a916f6560518741ca8 (patch) | |
tree | 8c4290f92df50e80a632174b31185cc9982e401a /changes | |
parent | fb0de57ba28d92421748cd3db54221c0813fdb0e (diff) | |
parent | 448bd220928f337e60dd377e8a3bb814248f4a7a (diff) | |
download | tor-8450f6e9a04be27f828f27a916f6560518741ca8.tar.gz tor-8450f6e9a04be27f828f27a916f6560518741ca8.zip |
Merge remote-tracking branch 'origin/maint-0.2.5' into 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. + |