diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-11 17:37:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-11 17:37:59 +0000 |
commit | 7870964e0cd919acabc08c915682d1033c2bf862 (patch) | |
tree | 8bc2df657b3fcb33dfb28b701b2c41503bde9a85 /ChangeLog | |
parent | 49e9c6d96b30a7604c2def15aff5d46a57350e5d (diff) | |
download | tor-7870964e0cd919acabc08c915682d1033c2bf862.tar.gz tor-7870964e0cd919acabc08c915682d1033c2bf862.zip |
Don't reevaluate all the information from our consensus document
just because we've downloaded a v2 networkstatus that we intend
to cache. Fixes bug 545.
svn:r12479
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -10,15 +10,20 @@ Changes in version 0.2.0.11-alpha - 2007-11-?? - Fix a memory leak on exit relays; we were leaking a cached_resolve_t on every successful resolve. Reported by Mike Perry. - o Minor features: - - Allow people to say PreferTunnelledDirConns rather than - PreferTunneledDirConns, for those alternate-spellers out there. - o Packaging fixes on 0.2.0.10-alpha: - We were including instructions about what to do with the src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. + o Minor features: + - Allow people to say PreferTunnelledDirConns rather than + PreferTunneledDirConns, for those alternate-spellers out there. + + o Minor bugfixes: + - Don't reevaluate all the information from our consensus document + just because we've downloaded a v2 networkstatus that we intend + to cache. Fixes bug 545. + Changes in version 0.2.0.10-alpha - 2007-11-10 o New directory authorities: |