diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-11-12 10:47:20 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-11-12 10:47:20 +0000 |
commit | 257215489dbf6742dce07f3b430535aab18de929 (patch) | |
tree | 075b7a00de2785a7b3d50d65e85f4856ff85d0cd /ChangeLog | |
parent | db94f36633ba0facf1dd1424a7adc60ed391868b (diff) | |
download | tor-257215489dbf6742dce07f3b430535aab18de929.tar.gz tor-257215489dbf6742dce07f3b430535aab18de929.zip |
Backport bugfix for #814 (r16915 and r16916).
svn:r17258
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,14 @@ Changes in version 0.2.0.32 - 2008-??-?? - Fix a DOS opportunity during the voting signature collection process at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x. + o Major bugfixes (hidden services): + - When fetching v0 and v2 rendezvous service descriptors in parallel, + we were failing the whole hidden service request when the v0 + descriptor fetch fails, even if the v2 fetch is still pending and + might succeed. Similarly, if the last v2 fetch fails, we were + failing the whole hidden service request even if a v0 fetch is + still pending. Fixes bug 814. Bugfix on 0.2.0.10-alpha. + o Minor bugfixes: - Fix several infrequent memory leaks spotted by Coverity. - When testing for libevent functions, set the LDFLAGS variable |