diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-21 00:08:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-21 00:08:35 +0000 |
commit | 5ada3cc09ae7c5bf63acdc78940b0f5b2e5d2411 (patch) | |
tree | ab7cad7279ae577a8eb6b24688ef2afb5c6e9584 /ChangeLog | |
parent | 9f93d48697c31585d9a8455b51f4408ddeaf7c61 (diff) | |
download | tor-5ada3cc09ae7c5bf63acdc78940b0f5b2e5d2411.tar.gz tor-5ada3cc09ae7c5bf63acdc78940b0f5b2e5d2411.zip |
r15991@catbus: nickm | 2007-10-20 20:08:29 -0400
Fix a nasty bug in DownloadExtraInfo implementation where we would discard, download, discard, download ad infinitum.
svn:r12069
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Changes in version 0.2.0.9-alpha - 2007-10-?? that it shouldn't be considered to exist at all anymore. Now we clear all the flags for routers that fall out of the networkstatus consensus. Fixes bug 529. + - Fix awful behavior in DownloadExtraInfo option where we'd fetch + extrainfo documents and then discard them immediately for not + matching the latest router. o Minor features (v3 directory protocol): - Allow tor-gencert to generate a new certificate without replacing the |