aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-07 18:57:37 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-07 18:57:37 +0000
commit6c8075d8a05b75496b236118e78de771721c9ae4 (patch)
treeebf0df749b32627bc40e6096373a466c49ffc9d5 /ChangeLog
parent63e4cfbeb609f88bdcc622b63cc74558a6e0e235 (diff)
downloadtor-6c8075d8a05b75496b236118e78de771721c9ae4.tar.gz
tor-6c8075d8a05b75496b236118e78de771721c9ae4.zip
r11462@Kushana: nickm | 2006-12-07 13:42:21 -0500
Make bandwidth accounting information get stored to the state file as well as bw_accounting. Read from the state file if it is more recent than bw_accounting, or if bw_accounting is not there. svn:r9044
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d74142a2b9..c6d2d3c199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in version 0.1.2.5-xxxx - 200?-??-??
+ o Minor features
+ - Start using the state file to store bandwidth accounting data:
+ the bw_accounting file is now obsolete. We'll keep generating it
+ for a while for people who are still using 0.1.2.4-alpha.
+
o Minor bugfixes;
- Fix a bug when a PF socket is first used. (Patch from Fabian
Keil.)