diff options
author | teor <teor@torproject.org> | 2019-10-23 08:28:03 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-23 08:28:03 +1000 |
commit | 003be727c4a88c04424cb13429cf36f887e92f5c (patch) | |
tree | 34ec38a8bf1969bcf4bd833da0d1ae485a1af942 /changes | |
parent | 1ea19d7a5bf538f5b9f0988c2375966f88d87867 (diff) | |
parent | 41bc1fac8e77e399572e020c5ba59462afd75f4b (diff) | |
download | tor-003be727c4a88c04424cb13429cf36f887e92f5c.tar.gz tor-003be727c4a88c04424cb13429cf36f887e92f5c.zip |
Merge remote-tracking branch 'tor-github/pr/1256' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23507 | 5 | ||||
-rw-r--r-- | changes/bug23818_v2 | 6 | ||||
-rw-r--r-- | changes/bug23818_v3 | 6 |
3 files changed, 17 insertions, 0 deletions
diff --git a/changes/bug23507 b/changes/bug23507 new file mode 100644 index 0000000000..de18273fdb --- /dev/null +++ b/changes/bug23507 @@ -0,0 +1,5 @@ + o Minor bugfixes (v3 single onion services): + - Make v3 single onion services fall back to a 3-hop intro, when there + all intro points are unreachable via a 1-hop path. Previously, v3 + single onion services failed when all intro nodes were unreachable + via a 1-hop path. Fixes bug 23507; bugfix on 0.3.2.1-alpha. diff --git a/changes/bug23818_v2 b/changes/bug23818_v2 new file mode 100644 index 0000000000..0219a20f49 --- /dev/null +++ b/changes/bug23818_v2 @@ -0,0 +1,6 @@ + o Minor bugfixes (v2 single onion services): + - Always retry v2 single onion service intro and rend circuits with a + 3-hop path. Previously, v2 single onion services used a 3-hop path + when rend circuits were retried after a remote or delayed failure, + but a 1-hop path for immediate retries. Fixes bug 23818; + bugfix on 0.2.9.3-alpha. diff --git a/changes/bug23818_v3 b/changes/bug23818_v3 new file mode 100644 index 0000000000..c430144d81 --- /dev/null +++ b/changes/bug23818_v3 @@ -0,0 +1,6 @@ + o Minor bugfixes (v3 single onion services): + - Always retry v3 single onion service intro and rend circuits with a + 3-hop path. Previously, v3 single onion services used a 3-hop path + when rend circuits were retried after a remote or delayed failure, + but a 1-hop path for immediate retries. Fixes bug 23818; + bugfix on 0.3.2.1-alpha. |