summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-28 23:44:55 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-28 23:44:55 +0000
commit5f8bd6e6a48af0eddeb878feba11dec70d090db6 (patch)
tree218d5009c6676d08154546903c5e6a1d6696e030 /ChangeLog
parentf09d53bbf1ceeb71a028943037190336b69bb3c6 (diff)
downloadtor-5f8bd6e6a48af0eddeb878feba11dec70d090db6.tar.gz
tor-5f8bd6e6a48af0eddeb878feba11dec70d090db6.zip
r16247@catbus: nickm | 2007-10-28 19:38:00 -0400
Add changelog for last entry svn:r12260
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef479fc948..dfad33eb0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@ Changes in version 0.2.0.10-alpha - 2007-1?-??
open only for KeepalivePeriod.
- Use "If-Modified-Since" to avoid retrieving consensus networkstatuses
that we already have.
+ - When we have no consensus, check FallbackNetworkstatusFile (defaults
+ to $PREFIX/share/tor/fallback-consensus) for a consensus. This way
+ we start knowing some directory caches.
o Minor bugfixes:
- Refuse to start if both ORPort and UseBridges are set. Bugfix