diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-07 19:15:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-07 19:15:34 +0000 |
commit | 177d5102d5766827649f889280f4c6c15335bc36 (patch) | |
tree | d493cfbef6bb59c9ec6b48097f014cca056f9e75 /ChangeLog | |
parent | a62ab48d30bc26ba761752269d0129fe159d477f (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |