diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-29 00:44:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-29 00:44:57 +0000 |
commit | 6bfa96bfc7e73b0cb4db08102ab0f7a2f729c38f (patch) | |
tree | 5c2bcb19712659c9349f6112a3b66fb9f50fe63d /ChangeLog | |
parent | 932ef054d9fb55c36fc38e1e3182e55d5119e1f3 (diff) | |
download | tor-6bfa96bfc7e73b0cb4db08102ab0f7a2f729c38f.tar.gz tor-6bfa96bfc7e73b0cb4db08102ab0f7a2f729c38f.zip |
Fix bug noted by roger: rebuild extrainfo store from time to time, even if we have never actually downloaded an extrainfo. Bridge authorities need this, or they never clean the extrainfo store.
svn:r14792
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? - When tunneling an encrypted directory connection, and its first circuit fails do not leave it unattached and ask the controller to deal. Fixes the second part of bug 681. + - Make bridge authorities correctly clean extrainfo store from time to + time. Bugfix on 0.2.0.x. o Minor features: - Allow separate log levels to be configured for different logging |