diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-07 18:57:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-07 18:57:37 +0000 |
commit | 6c8075d8a05b75496b236118e78de771721c9ae4 (patch) | |
tree | ebf0df749b32627bc40e6096373a466c49ffc9d5 /ChangeLog | |
parent | 63e4cfbeb609f88bdcc622b63cc74558a6e0e235 (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.) |