[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12260: Add changelog for last entry (tor/trunk)
Author: nickm
Date: 2007-10-28 19:44:55 -0400 (Sun, 28 Oct 2007)
New Revision: 12260
Modified:
tor/trunk/
tor/trunk/ChangeLog
Log:
r16247@catbus: nickm | 2007-10-28 19:38:00 -0400
Add changelog for last entry
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r16247] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2007-10-28 23:44:53 UTC (rev 12259)
+++ tor/trunk/ChangeLog 2007-10-28 23:44:55 UTC (rev 12260)
@@ -29,6 +29,9 @@
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