summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-01 11:22:42 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-01 11:22:42 -0400
commit2b94b0ea721f2bd0127d097860ef64b915e2781a (patch)
treeea236765d830607953209693b0d8447cffc230bc /changes
parentf6ecda84005cc436c656e5fc7ed5b6dfe71a6ca8 (diff)
parenta6514b8a20b7a6fafb72bafad1e9c98a8e35cdee (diff)
downloadtor-2b94b0ea721f2bd0127d097860ef64b915e2781a.tar.gz
tor-2b94b0ea721f2bd0127d097860ef64b915e2781a.zip
Merge remote-tracking branch 'public/bug22245_024' into maint-0.2.9
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.