summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-01 11:23:00 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-01 11:23:00 -0400
commit7c68b2f1a500cffbd51aaf534669e1c863de5ec5 (patch)
tree2efe4f9c1d2d6124e0522e6cd1cf30596e0e09d7 /changes
parent1d48712c286981d56c1b3c56b3fc38adc31a1343 (diff)
parent2b94b0ea721f2bd0127d097860ef64b915e2781a (diff)
downloadtor-7c68b2f1a500cffbd51aaf534669e1c863de5ec5.tar.gz
tor-7c68b2f1a500cffbd51aaf534669e1c863de5ec5.zip
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r--changes/bug222455
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22245 b/changes/bug22245
new file mode 100644
index 0000000000..6ae18593ea
--- /dev/null
+++ b/changes/bug22245
@@ -0,0 +1,5 @@
+ o Minor bugfixes (bandwidth accounting):
+ - Roll over monthly accounting at the configured hour and minute,
+ rather than always at 00:00.
+ Fixes bug 22245; bugfix on 0.0.9rc1.
+ Found by Andrey Karpov with PVS-Studio.