diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-08 21:30:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-08 21:30:07 +0000 |
commit | a378bb5f5a0adafa9601f382065493d6cdf27884 (patch) | |
tree | db116e5756b3f81afd5a55ede443432e47644cf1 /ChangeLog | |
parent | 141a5877f3dad587e3af16a1e589a668fc227a41 (diff) | |
download | tor-a378bb5f5a0adafa9601f382065493d6cdf27884.tar.gz tor-a378bb5f5a0adafa9601f382065493d6cdf27884.zip |
r17985@catbus: nickm | 2008-02-08 16:30:02 -0500
Bugfix from Karsten Loesing: Retry v2 rend descriptors on intro point failure.
svn:r13431
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ Changes in version 0.2.0.19-alpha - 2008-02-?? script, on fedora or redhat machines. Bugfix on 0.2.0.x. - Do not become confused when receiving a spurious VERSIONS-like cell from a confused v1 client. Bugfix on 0.2.0.x. + - Re-fetch v2 (as well as v0) rend descriptors when all intro points for + a hidden service have failed. Patch from Karsten Loesing. Bugfix on + 0.2.0.x. o Code simplifications and refactoring: - Remove some needless generality from cpuworker code, for improved |