summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-09-24 21:58:56 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-09-24 21:58:56 +0200
commit457bebe01a0cffc7b2603e87611f0e5820f1cca4 (patch)
tree28bf44a9765c75686120c774a4531b0bcdf6fe6f /ChangeLog
parent52fa4f6428388be34f78951ed0a140b01a44a86c (diff)
downloadtor-457bebe01a0cffc7b2603e87611f0e5820f1cca4.tar.gz
tor-457bebe01a0cffc7b2603e87611f0e5820f1cca4.zip
Fix a couple of smaller issues with gathering statistics.
- Avoid memmoving 0 bytes which might lead to compiler warnings. - Don't require relays to be entry node AND bridge at the same to time to record clients. - Fix a memory leak when writing dirreq-stats. - Don't say in the stats files that measurement intervals are twice as long as they really are. - Reduce minimum observation time for requests to 12 hours, or we might never record usage. - Clear exit stats correctly after writing them, or we accumulate old stats over time. - Reset interval start for buffer stats, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f36d6773d..cc729c3658 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Changes in version 0.2.2.4-alpha - 2009-??-??
code, and so on. The unit test code has moved to its own
subdirectory, and has been split into multiple modules.
+ o Minor bugfixes:
+ - Fix a couple of smaller issues with gathering statistics. Bugfixes
+ on 0.2.2.1-alpha.
Changes in version 0.2.2.3-alpha - 2009-09-23
o Major bugfixes: