diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-20 23:45:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-20 23:45:07 +0000 |
commit | dc4e710e27ed98c0e3d2e59ee07d133a6a3a203d (patch) | |
tree | 53f41719d0aef07203e2a6be1c05170b33ec2df7 /ChangeLog | |
parent | 9b5af75835ee3b89758f10c548428f09582a7bc6 (diff) | |
download | tor-dc4e710e27ed98c0e3d2e59ee07d133a6a3a203d.tar.gz tor-dc4e710e27ed98c0e3d2e59ee07d133a6a3a203d.zip |
r15976@catbus: nickm | 2007-10-20 19:44:47 -0400
Prioritize fetching descriptors and networkstatus docs over fetching more extrainfo docs.
svn:r12067
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Changes in version 0.2.0.9-alpha - 2007-10-?? o Minor bugfixes (misc): - Make base32_decode() accept upper-case letters. Bugfix on 0.2.0.7-alpha. + - Don't try to download extrainfo documents when we're trying to + fetch enough directory info to build a circuit: having enough + info should get priority. o Minor bugfixes (performance): - Base64 decoding was actually showing up on our profile when parsing |