aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-07 19:15:34 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-07 19:15:34 +0000
commit177d5102d5766827649f889280f4c6c15335bc36 (patch)
treed493cfbef6bb59c9ec6b48097f014cca056f9e75 /ChangeLog
parenta62ab48d30bc26ba761752269d0129fe159d477f (diff)
downloadtor-177d5102d5766827649f889280f4c6c15335bc36.tar
tor-177d5102d5766827649f889280f4c6c15335bc36.tar.gz
r17503@catbus: nickm | 2008-01-07 14:15:30 -0500
Change set_current_consensus interface to take a flags variable. Do not try to fetch certificates until after we have tried loading the fallback consensus. Should fix bug 583. svn:r13058
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bf99d151..24faf118e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,8 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
anymore, and we try to upload a hidden service descriptor.
- Stop leaking one cert per TLS context. Fixes bug 582. Bugfix
on 0.2.0.15-alpha.
+ - Do not try to download missing certificates until we have tried
+ to check our fallback consensus. Fixes bug 583.
o Minor features (controller):
- Get NS events working again. (Patch from tup)