summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-25 00:07:13 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-25 00:07:13 +0000
commitc6788cc0de7b25ebb9872b31088e460a51e50584 (patch)
tree0d9b5926816d206ab5e5064c219b250bd8531035 /ChangeLog
parent5925bc972ceeae2b9360098b42de9e49bb17babd (diff)
downloadtor-c6788cc0de7b25ebb9872b31088e460a51e50584.tar.gz
tor-c6788cc0de7b25ebb9872b31088e460a51e50584.zip
The bridge GeoIP stats were counting other relays, for example
self-reachability and authority-reachability tests. svn:r12960
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cecf978d5..8c6ab91ee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@ Changes in version 0.2.0.15-alpha - 2007-12-24
previously unreachable, mark it as retriable so we won't just
ignore it. Also, try fetching a new copy immediately. Bugfixes
on 0.2.0.13-alpha.
+ - The bridge GeoIP stats were counting other relays, for example
+ self-reachability and authority-reachability tests.
o Minor features:
- Support compilation to target iPhone; patch from cjacker huang.