diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-12-12 08:32:46 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-12-17 09:22:55 +0100 |
commit | e1e5c1b3aba96afbd6fa3b5ece262720dd45a80e (patch) | |
tree | f4d89ac71f472e1f26ad821b9bab2a4bdcd68619 /ChangeLog | |
parent | 62c2a5a8838ac8eb97ab967e10e7a1e99d761d94 (diff) | |
download | tor-e1e5c1b3aba96afbd6fa3b5ece262720dd45a80e.tar.gz tor-e1e5c1b3aba96afbd6fa3b5ece262720dd45a80e.zip |
Fix bridge statistics.
Fix statistics on client numbers by country as seen by bridges that were
broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour intervals
instead of variable 12-to-48-hour intervals.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Changes in version 0.2.2.7-alpha - 2009-??-?? - Do not segfault when writing buffer stats when we haven't observed a single circuit to report about. Found by Fabian Lanze. Bugfix on 0.2.2.1-alpha. + - Fix statistics on client numbers by country as seen by bridges that + were broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour + intervals instead of variable 12-to-48-hour intervals. Changes in version 0.2.2.6-alpha - 2009-11-19 |