summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-08 21:30:07 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-08 21:30:07 +0000
commita378bb5f5a0adafa9601f382065493d6cdf27884 (patch)
treedb116e5756b3f81afd5a55ede443432e47644cf1 /ChangeLog
parent141a5877f3dad587e3af16a1e589a668fc227a41 (diff)
downloadtor-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1957541e15..26207d7c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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