diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-24 11:25:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-24 11:25:45 +0000 |
commit | 15c048bdc558e6e8f37d69667b6d282733287116 (patch) | |
tree | ffa099496251709a5d35647d0ecede3fcec058f0 /ChangeLog | |
parent | 44ca13ceaa1b376601ac30cc56465e1e644f37cd (diff) | |
download | tor-15c048bdc558e6e8f37d69667b6d282733287116.tar.gz tor-15c048bdc558e6e8f37d69667b6d282733287116.zip |
Fix several remotely triggerable asserts based on DirPort requests
for a v2 or v3 networkstatus object before we were prepared. This
was particularly bad for 0.2.0.13 and later bridge relays, who
would never have a v2 networkstatus and would thus always crash
when used. Bugfixes on 0.2.0.x.
Estimate the v3 networkstatus size more accurately, rather than
estimating it at zero bytes and giving it artificially high priority
compared to other directory requests. Bugfix on 0.2.0.x.
svn:r12952
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ -Changes in version 0.2.0.15-alpha - 2008-01-?? +Changes in version 0.2.0.15-alpha - 2007-12-?? + o Major bugfixes: + - Fix several remotely triggerable asserts based on DirPort requests + for a v2 or v3 networkstatus object before we were prepared. This + was particularly bad for 0.2.0.13 and later bridge relays, who + would never have a v2 networkstatus and would thus always crash + when used. Bugfixes on 0.2.0.x. + - Estimate the v3 networkstatus size more accurately, rather than + estimating it at zero bytes and giving it artificially high priority + compared to other directory requests. Bugfix on 0.2.0.x. + o Minor bugfixes: - Fix configure.in logic for cross-compilation. - When we load a bridge descriptor from the cache, and it was |