diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-04-26 02:21:25 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 18:11:58 -0400 |
commit | b8708b5bd30f5ef6dd34f7199a5588627486bcd2 (patch) | |
tree | c1773d7192f6d5d1fd7279aadcde505f86529978 /changes | |
parent | ddd1b7be2dce0845e6c08dcb5404ae65940b9edb (diff) | |
download | tor-b8708b5bd30f5ef6dd34f7199a5588627486bcd2.tar.gz tor-b8708b5bd30f5ef6dd34f7199a5588627486bcd2.zip |
Fix bug 1930
Diffstat (limited to 'changes')
-rw-r--r-- | changes/forget-rend-descs-on-newnym | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/forget-rend-descs-on-newnym b/changes/forget-rend-descs-on-newnym index 0ea09e0800..da7afbe201 100644 --- a/changes/forget-rend-descs-on-newnym +++ b/changes/forget-rend-descs-on-newnym @@ -2,6 +2,13 @@ - Forget all hidden service descriptors cached as a client when processing a SIGNAL NEWNYM command. Fixes bug 3000. Bugfix on 0.0.6. + o Major bugfixes: + - When we find that we have extended a hidden service's introduction + circuit to a relay which isn't listed as an introduction point in + the HS descriptor we currently have for the service, we now retry + one of the introduction points in the current HS descriptor. + Previously we would just give up. Bugfix on 0.2.0.10-alpha; fixes + bugs 1024 and 1930. o Minor bugfixes: - Don't allow v0 hidden service authorities to act as clients. Required by fix for bug 3000. |