summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-08 04:19:51 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-08 04:19:51 +0000
commite12cf29960d4b291bcfca65c82d14240f4f7d5ee (patch)
tree1cf1a7e45ff4e989515a4b23dde893309a4f20c8 /ChangeLog
parent997c1e5e0d2215f4b9bd8761cc4c184257b8252c (diff)
downloadtor-e12cf29960d4b291bcfca65c82d14240f4f7d5ee.tar.gz
tor-e12cf29960d4b291bcfca65c82d14240f4f7d5ee.zip
Don't stop fetching descriptors when FetchUselessDescriptors is
set, even if we stop asking for circuits. Bugfix on 0.1.2.x; reported by tup and ioerror. svn:r12430
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa4bc3fc8d..02a5172eb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,6 +97,9 @@ Changes in version 0.2.0.10-alpha - 2007-11-07
o Minor bugfixes:
- Refuse to start if both ORPort and UseBridges are set. Bugfix
on 0.2.0.x.
+ - Don't stop fetching descriptors when FetchUselessDescriptors is
+ set, even if we stop asking for circuits. Bugfix on 0.1.2.x;
+ reported by tup and ioerror.
- Better log message on vote from unknown authority.
- Don't log "Launching 0 request for 0 router".