aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-11 17:37:59 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-11 17:37:59 +0000
commit7870964e0cd919acabc08c915682d1033c2bf862 (patch)
tree8bc2df657b3fcb33dfb28b701b2c41503bde9a85 /ChangeLog
parent49e9c6d96b30a7604c2def15aff5d46a57350e5d (diff)
downloadtor-7870964e0cd919acabc08c915682d1033c2bf862.tar
tor-7870964e0cd919acabc08c915682d1033c2bf862.tar.gz
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--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ff28837ac..8206bfced 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: